maanahill/cats-dogs-classifier
0
๐พ 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
- Upload an image of a cat or dog.
- The app predicts the class with confidence.
- Visualize the result interactively.
โ๏ธ Tech Stack
- Streamlit
- TensorFlow (Keras)
- NumPy & Pillow
