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

Image Classifier

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


To see the list of commands added by image-classifier complete installation and type in:

image_classifier ?
fashion_mnist ?

Installation

image_classifier is an awesome-bash-cli plugin - to install image-classifier first install and configure awesome-bash-cli, then run:

abc huggingface clone image-classifier

To see the list of image-classifier models included in the repo, type in

image_classifier list

You should see the following items:

  1. fashion-mnist
  2. intel-image-classifier 🚧
  3. vegetable-classifier 🚧

fashion-mnist

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 . browser=1,model=object

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