Skip to content

io53/keras-image-classification

Repository files navigation

Simple image classification using keras

How to

Place training images in dataset/train/[label]/ and validation images in dataset/validate/[label]/ . Where [label] is the name of the object. Add as many different [label]s as you want.

Train the network: python train.py

Visualize the model: python visualize.py

Use the model on a single image: python file.py /path/to/file.jpg

Run a simple web interface and api (on port 5353) that accept posted images: python web.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages