Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.01 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.01 KB

🐾 Dog Classifier App

Welcome to the Dog Classifier app, your go-to destination for predicting dog breeds using a pre-trained TensorFlow model. Let's make dog identification pawsome! 🐶🌟

How to Use 🚀

  1. Download the Installer:

  2. Run the Executable:

    • 🏃‍♀️ Inside the Installer folder, run the dog_classifier.exe file.
  3. Upload a Dog Photo:

    • 📸 Click on the "Upload Photo" button to select a dog image for classification.
  4. View Predictions:

    • 🧠 Once uploaded, the app sends the image to Python for prediction, and the top predictions are displayed.

Supported OS 🖥️

  • This application is currently supported for Windows only.

Python Module Requirements 🐍

To run the application make sure you have the following Python modules installed:

  • TensorFlow
  • NumPy

You can install them using the provided py_module_requirements.txt file.

pip install -r py_module_requirements.txt