You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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! 🐶🌟
4
+
5
+
## How to Use 🚀
6
+
7
+
1.**Download the Installer:**
8
+
- 📥 Go to the [Installer](installer) folder.
9
+
10
+
2.**Run the Executable:**
11
+
- 🏃♀️ Inside the Installer folder, run the `dog_classifier.exe` file.
12
+
13
+
3.**Upload a Dog Photo:**
14
+
- 📸 Click on the "Upload Photo" button to select a dog image for classification.
15
+
16
+
4.**View Predictions:**
17
+
- 🧠 Once uploaded, the app sends the image to Python for prediction, and the top predictions are displayed.
18
+
19
+
## Supported OS 🖥️
20
+
21
+
- This application is currently supported for **Windows** only.
22
+
23
+
## Python Module Requirements 🐍
24
+
25
+
To run the application make sure you have the following Python modules installed:
26
+
-**TensorFlow**
27
+
-**NumPy**
28
+
29
+
You can install them using the provided `requirements.txt` file.
0 commit comments