CoolFace
Modelpublic

suvmkr/classification_between_6_types

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
Model Card

Classification Between 6 Types

This is a Convolutional Neural Network (CNN) model trained to classify images into six categories.

Model Details

  • Framework: TensorFlow/Keras
  • Model Format: .keras
  • Input Image Size: 150x150
  • Classes: [buildings,forest,glacier,mountain,sea,street]

Load the Model

python
from tensorflow.keras.models import load_model

model = load_model("https://huggingface.co/suvmkr/classification_between_6_types/resolve/main/yes.keras")