image-classifier / README.md
kamangir
+= README.md - kamangir/bolt#692
0bf7fbc
|
raw
history blame
1.25 kB
metadata
license: cc

Image Classifier

An extendable TensorFlow image classifier w/ a Bash cli and Hugging Face integration.


image-classifier is an awesome-bash-cli plugin - to see the list of commands added by image_classifier complete installation and type in:

abc image_classifier ?
abc fashion_mnist ?

Installation

Install and configure awesome-bash-cli, then run:

abc huggingface clone image-classifier

example1

image

fashion_mnist is an image_classifier trained on Fashion-MNIST.

To retrain fashion_mnist type in:

abc select
fashion_mnist train
abc upload
image_classifier list . model=object,browser

You should now see the structure of the network (left) and the content of the model (right).

image image

You can save this model under a new name by typing in:

fashion_mnist save new_name .

/ END