Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,6 @@ tags:
|
|
| 5 |
- huggingpics
|
| 6 |
metrics:
|
| 7 |
- accuracy
|
| 8 |
-
|
| 9 |
model-index:
|
| 10 |
- name: russian-cities
|
| 11 |
results:
|
|
@@ -13,22 +12,21 @@ model-index:
|
|
| 13 |
name: Image Classification
|
| 14 |
type: image-classification
|
| 15 |
metrics:
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
# russian-cities
|
| 22 |
|
| 23 |
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
Create your own image classifier for **anything** by running [the demo on Google Colab](https://colab.research.google.com/github/nateraw/huggingpics/blob/main/HuggingPics.ipynb).
|
| 27 |
-
|
| 28 |
-
Report any issues with the demo at the [github repo](https://github.com/nateraw/huggingpics).
|
| 29 |
|
| 30 |
|
| 31 |
-
##
|
| 32 |
|
| 33 |
|
| 34 |
#### Kaliningrad
|
|
|
|
| 5 |
- huggingpics
|
| 6 |
metrics:
|
| 7 |
- accuracy
|
|
|
|
| 8 |
model-index:
|
| 9 |
- name: russian-cities
|
| 10 |
results:
|
|
|
|
| 12 |
name: Image Classification
|
| 13 |
type: image-classification
|
| 14 |
metrics:
|
| 15 |
+
- name: Accuracy
|
| 16 |
+
type: accuracy
|
| 17 |
+
value: 0.6413043737411499
|
| 18 |
+
language:
|
| 19 |
+
- ru
|
| 20 |
---
|
| 21 |
|
| 22 |
# russian-cities
|
| 23 |
|
| 24 |
|
| 25 |
+
Эта модель призвана распознавать картинки пяти наиболее известных городов России: Москвы, Санкт-Петербурга, Калининграда, Екатеринбирга, Смоленска.
|
| 26 |
+
Модель обучена на 150 картинках для каждого города, найденных поисковой машиной по названию города.
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
|
| 29 |
+
## Примеры картинок из датасета
|
| 30 |
|
| 31 |
|
| 32 |
#### Kaliningrad
|