Skip to content

Provides capabilities to train a pretrained neuronal network and/or apply a fully trained neuronal network to predict images.

License

Notifications You must be signed in to change notification settings

Adam6789/ML-Image-Classifier

Repository files navigation

Image Classifier

Provides capabilities to train a model and apply a model to predict images.

Getting Started

a) Train your model

git clone https://github.com/Adam6789/image-classifier.git
cd image-classifier
python train.py <image-path> <model>

b) Predict class of an image

git clone https://github.com/Adam6789/image-classifier.git
cd image-classifier
python predict.py <data-dir>

cat_to_name.json defines the mapping from categories to names. Currently, it is adjusted to the 102 Category Flower Set.

License

It is free software, and may be redistributed under the terms specified in the LICENSE file.

About

Provides capabilities to train a pretrained neuronal network and/or apply a fully trained neuronal network to predict images.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published