Skip to content

Commit 62b971e

Browse files
authored
Create README.md
1 parent c3be0df commit 62b971e

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# 🐾 Dog Classifier App
2+
3+
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.
30+
```
31+
pip install -r requirements.txt
32+
```

0 commit comments

Comments
 (0)