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
- Host: GitHub
- URL: https://github.com/tommia/image-classifier
- Owner: TommiA
- Created: 2018-03-20T11:36:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T11:44:50.000Z (over 7 years ago)
- Last Synced: 2025-01-19T13:56:11.230Z (9 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image classifier
Classifier for a bunch of images based on the Tensorflow and Google SSD mobilenet neural networkPython 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.