kamangir commited on
Commit ·
e17acb1
1
Parent(s): 3fd78cf
clean-up - kamangir/bolt#692
Browse files- README.md +3 -4
- image_classifier/__init__.py +1 -1
README.md
CHANGED
|
@@ -4,15 +4,14 @@ license: cc
|
|
| 4 |
|
| 5 |
# Image Classifier
|
| 6 |
|
| 7 |
-
|
| 8 |
|
| 9 |
---
|
| 10 |
|
| 11 |
-
|
| 12 |
|
| 13 |
```
|
| 14 |
image_classifier ?
|
| 15 |
-
fashion_mnist ?
|
| 16 |
```
|
| 17 |
## Installation
|
| 18 |
|
|
@@ -22,7 +21,7 @@ fashion_mnist ?
|
|
| 22 |
abcli huggingface clone image-classifier
|
| 23 |
```
|
| 24 |
|
| 25 |
-
To see the list of `image-classifier` models
|
| 26 |
|
| 27 |
```
|
| 28 |
image_classifier list
|
|
|
|
| 4 |
|
| 5 |
# Image Classifier
|
| 6 |
|
| 7 |
+
`image-classifier` is an extendable TensorFlow image classifier w/ a Bash cli and Hugging Face integration.
|
| 8 |
|
| 9 |
---
|
| 10 |
|
| 11 |
+
to see list of `image-classifier` commands complete [installation](#Installation) and type in:
|
| 12 |
|
| 13 |
```
|
| 14 |
image_classifier ?
|
|
|
|
| 15 |
```
|
| 16 |
## Installation
|
| 17 |
|
|
|
|
| 21 |
abcli huggingface clone image-classifier
|
| 22 |
```
|
| 23 |
|
| 24 |
+
To see the list of `image-classifier` saved models type in
|
| 25 |
|
| 26 |
```
|
| 27 |
image_classifier list
|
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.195"
|
| 4 |
|
| 5 |
description = "fashion-mnist + hugging-face + awesome-bash-cli"
|