Matej
commited on
Commit
•
0c1ef0b
1
Parent(s):
c2f2760
add description
Browse files
app.py
CHANGED
@@ -8,7 +8,17 @@ model = from_pretrained_keras("ml-debi/EfficientNetV2S-StanfordDogsA")
|
|
8 |
|
9 |
# Add information about the models
|
10 |
model_info = """
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
"""
|
14 |
|
|
|
8 |
|
9 |
# Add information about the models
|
10 |
model_info = """
|
11 |
+
## 🐾 **Welcome to My Dog Breed Classifier!** 🐾
|
12 |
+
|
13 |
+
Unleash the power of AI and step into the world of dog breeds with my image classification app. This isn't just any app, it's your personal guide to the canine kingdom.
|
14 |
+
|
15 |
+
My app uses the state-of-the-art **EfficientNetV2s model**, fine-tuned on the renowned **Stanford Dogs dataset**. This means you're getting top-tier, accurate results every time you use my app.
|
16 |
+
|
17 |
+
Ever wondered what breed that adorable pooch in the park is? Or maybe you're curious about the lineage of your own furry friend? Snap a picture, upload it to my app, and voila! You'll have your answer in no time.
|
18 |
+
|
19 |
+
From Affenpinschers to Yorkshire Terriers and everything in between, my app classifies over 120 breeds with ease. So why wait? Dive into the diverse world of dog breeds and discover something new today!
|
20 |
+
|
21 |
+
**Join me on this pawsome adventure!** 🐶
|
22 |
|
23 |
"""
|
24 |
|