Skip to content

Code-With-Samuel/Cat-VS-Dog-Classifier

Repository files navigation

🐾 Cat vs Dog Classifier

An elegant, full-stack web app to predict if an image is a cat or a dog. Powered by Django, PyTorch, and Bootstrap. No login required.

🚀 Features

  • 📷 Upload any image and get an instant prediction (Cat or Dog)
  • 📊 Dashboard with prediction history
  • 🌐 Beautiful, responsive UI

🛠️ Quick Start

  1. Clone the repo:
    git clone https://github.com/yourusername/Cat-VS-Dog-Classifier.git
    cd Cat-VS-Dog-Classifier
  2. Install dependencies:
    pip install -r requirements.txt
  3. Run migrations:
    python manage.py makemigrations
    python manage.py migrate
  4. Start the server:
    python manage.py runserver
  5. Open your browser:

📁 Project Structure

  • backend/ — Django backend and settings
  • classifier/ — Main app for prediction logic
  • showcase/ — Project showcase pages
  • media/ — Uploaded images (not tracked by git)

🙌 Credits


Ready to classify? Upload your image and see the magic!

About

A full-stack web application to classify images as cat or dog using a PyTorch model and Django backend.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published