An open API service indexing awesome lists of open source software.

https://github.com/tommia/image-classifier

Classifier for a bunch of images based on the Tensorflow and Google SSD mobilenet neural network
https://github.com/tommia/image-classifier

Last synced: 7 months ago
JSON representation

Classifier for a bunch of images based on the Tensorflow and Google SSD mobilenet neural network

Awesome Lists containing this project

README

          

# Image classifier
Classifier for a bunch of images based on the Tensorflow and Google SSD mobilenet neural network

Python and Tensorflow based classifier for the images downloaded e.g. by the Nettiauto_scraper. Requires Tensorflow and supporting models available at https://github.com/tensorflow/models

Produces folder "sorted" for the classified images in the respective folders named after the class and "unsorted" for unknown classifications. Sorts images to classes of the highest probapility over 0.5. Looks for all jpg images in the "images" folder.