CoolFace
Apppublic

70DA/cats-vs-dogs-image-classifier

sourceHugging Facegpl-3.0updated 5mo agoView on Hugging Face
0likes
App README

🐢🐱 Cats vs Dogs Classifier (Deep Learning)

A deep learning web app that classifies images as either a Cat 🐱 or Dog 🐢 using TensorFlow and Streamlit.

Built with transfer learning using MobileNetV2 for fast and accurate predictions.


πŸš€ Demo

[image]


🧠 Model Details

  • β€”Base Model: MobileNetV2 (ImageNet pretrained)
  • β€”Technique: Transfer Learning
  • β€”Input Size: 224x224
  • β€”Output: Binary Classification (Cat / Dog)

βš™οΈ Tech Stack

  • β€”Python 🐍
  • β€”TensorFlow / Keras πŸ€–
  • β€”Streamlit 🎈
  • β€”NumPy
  • β€”Pillow

✨ Features

  • β€”πŸ“€ Image upload
  • β€”πŸ§  Real-time prediction
  • β€”πŸ“Š Confidence score
  • β€”πŸŒ™ Dark UI
  • β€”πŸ§Š Glassmorphism design
  • β€”βš‘ Fast inference

▢️ How to Run

bash
git clone https://github.com/7odam7amed/cats-vs-dogs-image-classifier
cd cats-vs-dogs
pip install -r requirements.txt
streamlit run streamlit.py