A web application that classifies pet images into cats, dogs, or rabbits using a Convolutional Neural Network (CNN). Upload an image and get predictions instantly with confidence scores.
Upload your pet image and see the prediction in real-time!
- Upload an image of your pet (cat, dog, or rabbit).
- Predict the class with a confidence score.
- Displays uploaded image on the page.
- Clean, subtle, and elegant frontend design.
- Fully modular code: separates training and prediction.
- Ready to extend with more classes or different datasets.
- Frontend: HTML, CSS (subtle & elegant design)
- Backend: Flask
- Machine Learning: Python, TensorFlow/Keras, OpenCV, NumPy
- Others: Scikit-learn (for label encoding)
- Clone the repo
git clone https://github.com/anushka241105/Pet-Face-Classifier.git
cd Pet-Face-Classifier
---