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! 🐶🌟
-
Download the Installer:
- 📥 Go to the Installer folder.
-
Run the Executable:
- 🏃♀️ Inside the Installer folder, run the
dog_classifier.exe
file.
- 🏃♀️ Inside the Installer folder, run the
-
Upload a Dog Photo:
- 📸 Click on the "Upload Photo" button to select a dog image for classification.
-
View Predictions:
- 🧠 Once uploaded, the app sends the image to Python for prediction, and the top predictions are displayed.
- This application is currently supported for Windows only.
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