tensorflow-image-detection
Image classifier
A tool for training and classifying images using Google's Inception model and TensorFlow
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.
329 stars
28 watching
87 forks
Language: Python
last commit: over 5 years ago
Linked from 1 awesome list
convolutional-neural-networksdeep-learningdeep-neural-networksimage-detectionmachine-learningtensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
conan7882/googlenet-inception | An implementation of a deep neural network architecture for image classification using pre-trained models and fine-tuning on the CIFAR-10 dataset. | 283 |
t73liu/tfjs-starter | An Expo-based React Native application using TensorFlow.js to detect objects in images with MobileNet | 10 |
hasnainraz/fc-densenet-tensorflow | Re-implementation of a 100-layer fully convolutional network architecture for image segmentation | 123 |
chenxi116/pnasnet.tf | An implementation of PNASNet-5 architecture in TensorFlow for image classification on ImageNet. | 102 |
preritj/segmentation | Deep learning models for semantic segmentation of images | 101 |
robertcsordas/rfcn-tensorflow | An implementation of a deep learning model for object detection and segmentation in images | 292 |
androidthings/sample-tensorflow-imageclassifier | An Android Things project that uses TensorFlow Lite to classify images from a camera and provide spoken results. | 622 |
yeephycho/nasnet-tensorflow | A toolkit for training and deploying a state-of-the-art image classification architecture on TensorFlow | 136 |
fabianbormann/tensorflow-deconvnet-segmentation | An implementation of a deep learning algorithm for image segmentation using convolutional neural networks | 220 |
hizhangp/yolo_tensorflow | A TensorFlow-based implementation of the YOLO object detection algorithm for image classification and tracking. | 800 |
vladkryvoruchko/pspnet-keras-tensorflow | An implementation of a deep learning model for image segmentation using TensorFlow and Keras | 394 |
shekkizh/fcn.tensorflow | An implementation of a deep learning model for image segmentation using TensorFlow | 1,252 |
hjptriplebee/vgg19_with_tensorflow | An implementation of VGG19 using TensorFlow with a detailed explanation and support for running the model on images or URLs. | 179 |
jackonyang/captcha-tensorflow | A project demonstrating image classification using Convolutional Neural Networks (CNNs) to solve captchas | 998 |
fomorians/highway-cnn | A deep learning framework for training highway networks on image data using convolutional neural networks | 57 |