kamangir commited on
Commit
547b665
1 Parent(s): f0d0824

clean-up - kamangir/bolt#692

Browse files
Files changed (2) hide show
  1. README.md +2 -6
  2. image_classifier/__init__.py +1 -1
README.md CHANGED
@@ -4,18 +4,14 @@ license: cc
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
 
18
- to install `image-classifier` first install and configure [awesome-bash-cli](https://github.com/kamangir/awesome-bash-cli), then run:
19
 
20
  ```
21
  abcli huggingface clone 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 list of `image-classifier` commands complete [installation](#Installation) and type in:
 
 
 
 
8
 
9
  ```
10
  image_classifier ?
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
image_classifier/__init__.py CHANGED
@@ -1,5 +1,5 @@
1
  name = "image_classifier"
2
 
3
- version = "1.1.196"
4
 
5
  description = "fashion-mnist + hugging-face + awesome-bash-cli"
 
1
  name = "image_classifier"
2
 
3
+ version = "1.1.197"
4
 
5
  description = "fashion-mnist + hugging-face + awesome-bash-cli"