Skip to content

This python code will help you Image Classifier. This is a multiclass image classification project using Convolutional Neural Networks and TensorFlow API on Python, deployed on Android via Tensorflow Lite. We will be using transfer learning, which means we are starting with a model that has been already trained on another problem. We will then r…

License

Notifications You must be signed in to change notification settings

Rrp22/Image-Classification-Using-TensorFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-Classification-Using-TensorFlow

This python code will help you Image Classifier. This is a multiclass image classification project using Convolutional Neural Networks and TensorFlow API on Python, deployed on Android via Tensorflow Lite. We will be using transfer learning, which means we are starting with a model that has been already trained on another problem. We will then retrain it on a similar problem. Deep learning from scratch can take days but transfer learning can be done in short order. We are going to use a model trained on the MobileNet dataset. These models can differentiate between 1,000 different classes, like Dalmatian or dishwasher. We will use this same model, but retrain it to tell apart a small number of classes based on our own example, i.e. classifying rotten and fresh fruits!

About

This python code will help you Image Classifier. This is a multiclass image classification project using Convolutional Neural Networks and TensorFlow API on Python, deployed on Android via Tensorflow Lite. We will be using transfer learning, which means we are starting with a model that has been already trained on another problem. We will then r…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published