kamangir commited on
Commit ·
8e7353c
1
Parent(s): e0eeff5
clean-up - kamangir/bolt#692
Browse files- README.md +2 -2
- image_classifier/__init__.py +1 -1
README.md
CHANGED
|
@@ -11,7 +11,7 @@ image_classifier ?
|
|
| 11 |
```
|
| 12 |
## Installation
|
| 13 |
|
| 14 |
-
|
| 15 |
|
| 16 |
```
|
| 17 |
abcli huggingface clone image-classifier
|
|
@@ -52,7 +52,7 @@ You should now see the structure of the network (left) and the [content of the m
|
|
| 52 |
You can save this model under a new name by typing in:
|
| 53 |
|
| 54 |
```
|
| 55 |
-
fashion_mnist save
|
| 56 |
```
|
| 57 |
|
| 58 |
/ END
|
|
|
|
| 11 |
```
|
| 12 |
## Installation
|
| 13 |
|
| 14 |
+
To install `image-classifier` first [install and configure awesome-bash-cli](https://github.com/kamangir/awesome-bash-cli) then run:
|
| 15 |
|
| 16 |
```
|
| 17 |
abcli huggingface clone image-classifier
|
|
|
|
| 52 |
You can save this model under a new name by typing in:
|
| 53 |
|
| 54 |
```
|
| 55 |
+
fashion_mnist save new_name_1
|
| 56 |
```
|
| 57 |
|
| 58 |
/ END
|
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.211"
|
| 4 |
|
| 5 |
description = "fashion-mnist + hugging-face + awesome-bash-cli"
|