kamangir commited on
Commit ·
c6bdb0d
1
Parent(s): 0bf7fbc
+= README.md - kamangir/bolt#692
Browse files- README.md +4 -4
- image_classifier/__init__.py +1 -1
README.md
CHANGED
|
@@ -8,15 +8,15 @@ An extendable TensorFlow image classifier w/ a Bash cli and Hugging Face integra
|
|
| 8 |
|
| 9 |
---
|
| 10 |
|
| 11 |
-
|
| 12 |
|
| 13 |
```
|
| 14 |
-
|
| 15 |
-
|
| 16 |
```
|
| 17 |
## Installation
|
| 18 |
|
| 19 |
-
|
| 20 |
|
| 21 |
```
|
| 22 |
abc huggingface clone image-classifier
|
|
|
|
| 8 |
|
| 9 |
---
|
| 10 |
|
| 11 |
+
To see the list of commands added by `image-classifier` complete [installation](#Installation) and type in:
|
| 12 |
|
| 13 |
```
|
| 14 |
+
image_classifier ?
|
| 15 |
+
fashion_mnist ?
|
| 16 |
```
|
| 17 |
## Installation
|
| 18 |
|
| 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 |
abc huggingface clone image-classifier
|
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.188"
|
| 4 |
|
| 5 |
description = "fashion-mnist + hugging-face + awesome-bash-cli"
|