JbIPS commited on
Commit ·
3f62cbe
1
Parent(s): 22e5c47
Add README
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
- fr
|
| 5 |
license: mit
|
| 6 |
+
tags:
|
| 7 |
+
- image-classification
|
| 8 |
+
- keras
|
| 9 |
+
- tf
|
| 10 |
+
metrics:
|
| 11 |
+
- accuracy
|
| 12 |
---
|
| 13 |
+
This model predicts the breed of the dog on the photo. It has been trained on the Stanford Dogs Dataset.
|