Tofull/image-classifier-service
Sorting my messed folder where I put my holidays pictures was not fun. My computer made the trick for me with Deep Learning!
This tool helps you quickly organize large collections of personal photos. You provide a folder of unsorted images, and it automatically categorizes them based on their content, like 'churches' or 'mountains'. The tool then creates new folders and places the relevant pictures into them, making it easy to find specific types of photos later. This is perfect for anyone with many digital pictures who wants an automated way to keep their photo library tidy.
No commits in the last 6 months.
Use this if you have a messy folder of personal photos and want to automatically sort them into categories based on what's in the pictures.
Not ideal if you need to train the image recognition model on your own specific categories or require a graphical interface for sorting.
Stars
36
Forks
3
Language
Python
License
—
Category
Last pushed
Apr 07, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Tofull/image-classifier-service"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
qubvel/efficientnet
Implementation of EfficientNet model. Keras and TensorFlow Keras.
KichangKim/DeepDanbooru
AI based multi-label girl image classification system, implemented by using TensorFlow.
matlab-deep-learning/Image-Classification-in-MATLAB-Using-TensorFlow
This example shows how to call a TensorFlow model from MATLAB using co-execution with Python.
harvitronix/five-video-classification-methods
Code that accompanies my blog post outlining five video classification methods in Keras and TensorFlow
AFAgarap/cnn-svm
An Architecture Combining Convolutional Neural Network (CNN) and Linear Support Vector Machine...