ArunMichaelDsouza/tensorflow-image-detection
A generic image detection program that uses Google's Machine Learning library, Tensorflow and a pre-trained Deep Learning Convolutional Neural Network model called Inception.
This tool helps you automatically sort images into custom categories, like identifying different types of animals or objects. You provide folders of example images for each category you want to recognize. The output is a prediction score for new images, telling you how likely they are to belong to each category. This is for anyone who needs to classify images based on their own specific subjects, like researchers, data organizers, or hobbyists.
330 stars. No commits in the last 6 months.
Use this if you need to build a custom image classifier for your own specific categories using a collection of example images.
Not ideal if you need a plug-and-play solution for pre-defined, common object recognition without providing your own training data.
Stars
330
Forks
87
Language
Python
License
MIT
Category
Last pushed
Jun 13, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ArunMichaelDsouza/tensorflow-image-detection"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
broadinstitute/keras-rcnn
Keras package for region-based convolutional neural networks (RCNNs)
alankbi/detecto
Build fully-functioning computer vision models with PyTorch
sovit-123/fasterrcnn-pytorch-training-pipeline
PyTorch Faster R-CNN Object Detection on Custom Dataset
kenshohara/video-classification-3d-cnn-pytorch
Video classification tools using 3D ResNet
lufficc/SSD
High quality, fast, modular reference implementation of SSD in PyTorch