kamangir
commited on
Commit
·
04c1020
1
Parent(s):
c6bdb0d
+= README.md - kamangir/bolt#692
Browse files- README.md +15 -3
- image_classifier/__init__.py +1 -1
README.md
CHANGED
@@ -22,13 +22,25 @@ fashion_mnist ?
|
|
22 |
abc huggingface clone image-classifier
|
23 |
```
|
24 |
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
![image](./saved_model/fashion-mnist/image_classifier/prediction/00000.jpg)
|
28 |
|
29 |
-
`
|
30 |
|
31 |
-
To retrain `
|
32 |
|
33 |
```
|
34 |
abc select
|
|
|
22 |
abc huggingface clone image-classifier
|
23 |
```
|
24 |
|
25 |
+
To see the list of `image-classifier` models included in the repo, type in
|
26 |
+
|
27 |
+
```
|
28 |
+
image_classifier list
|
29 |
+
```
|
30 |
+
|
31 |
+
You should see the following items:
|
32 |
+
|
33 |
+
1. [fashion-mnist][#fashion-mnist]
|
34 |
+
1. intel-image-classifier 🚧
|
35 |
+
1. vegetable-classifier 🚧
|
36 |
+
|
37 |
+
## fashion-mnist
|
38 |
|
39 |
![image](./saved_model/fashion-mnist/image_classifier/prediction/00000.jpg)
|
40 |
|
41 |
+
`fashion-mnist` is an `image-classifier` trained on [Fashion-MNIST](https://github.com/zalandoresearch/fashion-mnist).
|
42 |
|
43 |
+
To retrain `fashion-mnist` type in:
|
44 |
|
45 |
```
|
46 |
abc select
|
image_classifier/__init__.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
name = "image_classifier"
|
2 |
|
3 |
-
version = "1.1.
|
4 |
|
5 |
description = "fashion-mnist + hugging-face + awesome-bash-cli"
|
|
|
1 |
name = "image_classifier"
|
2 |
|
3 |
+
version = "1.1.191"
|
4 |
|
5 |
description = "fashion-mnist + hugging-face + awesome-bash-cli"
|