kamangir
commited on
Commit
·
3fd78cf
1
Parent(s):
c07ff9b
+= README.md - kamangir/bolt#692
Browse files- README.md +3 -3
- image_classifier/__init__.py +1 -1
README.md
CHANGED
@@ -19,7 +19,7 @@ fashion_mnist ?
|
|
19 |
`image_classifier` is an [awesome-bash-cli](https://github.com/kamangir/awesome-bash-cli) plugin - to install `image-classifier` first install and configure [awesome-bash-cli](https://github.com/kamangir/awesome-bash-cli), then run:
|
20 |
|
21 |
```
|
22 |
-
|
23 |
```
|
24 |
|
25 |
To see the list of `image-classifier` models included in the repo, type in
|
@@ -43,9 +43,9 @@ You should see the following items:
|
|
43 |
To retrain `fashion-mnist` type in:
|
44 |
|
45 |
```
|
46 |
-
|
47 |
fashion_mnist train
|
48 |
-
|
49 |
image_classifier list . browser=1,model=object
|
50 |
```
|
51 |
|
|
|
19 |
`image_classifier` is an [awesome-bash-cli](https://github.com/kamangir/awesome-bash-cli) plugin - to install `image-classifier` first install and configure [awesome-bash-cli](https://github.com/kamangir/awesome-bash-cli), then run:
|
20 |
|
21 |
```
|
22 |
+
abcli huggingface clone image-classifier
|
23 |
```
|
24 |
|
25 |
To see the list of `image-classifier` models included in the repo, type in
|
|
|
43 |
To retrain `fashion-mnist` type in:
|
44 |
|
45 |
```
|
46 |
+
abcli select
|
47 |
fashion_mnist train
|
48 |
+
abcli upload
|
49 |
image_classifier list . browser=1,model=object
|
50 |
```
|
51 |
|
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.194"
|
4 |
|
5 |
description = "fashion-mnist + hugging-face + awesome-bash-cli"
|