Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.12 KB

File metadata and controls

39 lines (26 loc) · 1.12 KB

🐾 Pet Face Classifier 🐾

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.


image

Upload your pet image and see the prediction in real-time!


Features

  • 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.

Tech Stack

  • Frontend: HTML, CSS (subtle & elegant design)
  • Backend: Flask
  • Machine Learning: Python, TensorFlow/Keras, OpenCV, NumPy
  • Others: Scikit-learn (for label encoding)

Installation

  1. Clone the repo
git clone https://github.com/anushka241105/Pet-Face-Classifier.git
cd Pet-Face-Classifier

---