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!
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Rrp22/Image-Classification-Using-TensorFlow
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 0
No packages published