CoolFace
Apppublic

maanahill/cats-dogs-classifier

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes
App README

๐Ÿพ Cats vs Dogs Classifier

This is a Streamlit web app that classifies uploaded images as either Cat or Dog using a MobileNetV2 model fine-tuned on the Cats vs Dogs dataset.

๐Ÿš€ How to Use

  1. 1.Upload an image of a cat or dog.
  2. 2.The app predicts the class with confidence.
  3. 3.Visualize the result interactively.

โš™๏ธ Tech Stack

  • โ€”Streamlit
  • โ€”TensorFlow (Keras)
  • โ€”NumPy & Pillow