kamangir commited on
Commit ·
4ccf66f
1
Parent(s): 547b665
clean-up - kamangir/bolt#692
Browse files- README.md +1 -1
- image_classifier/__init__.py +1 -1
README.md
CHANGED
|
@@ -4,7 +4,7 @@ license: cc
|
|
| 4 |
|
| 5 |
# Image Classifier
|
| 6 |
|
| 7 |
-
`image-classifier` is an extendable TensorFlow image classifier w/ a Bash cli and Hugging Face integration - to see list of `image-classifier` commands complete [installation](#Installation) and type in:
|
| 8 |
|
| 9 |
```
|
| 10 |
image_classifier ?
|
|
|
|
| 4 |
|
| 5 |
# Image Classifier
|
| 6 |
|
| 7 |
+
`image-classifier` is an extendable TensorFlow image classifier w/ a Bash cli and Hugging Face integration - to see the list of `image-classifier` commands complete [installation](#Installation) and type in:
|
| 8 |
|
| 9 |
```
|
| 10 |
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.198"
|
| 4 |
|
| 5 |
description = "fashion-mnist + hugging-face + awesome-bash-cli"
|