Skip to content

linhduongtuan/AndroidFlowerClassifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AndroidFlowerClassifier

This is an Android App which classifies flower using a pre trained deep learning model. Since training of Deep Learning models is computationaly expensive, transfer learning has been used here.

This model is trained on the ImageNet Large Visual Recognition Challenge dataset. These models can differentiate between 1,000 different classes, like Dalmatian or dishwasher.

For our flower classifier, this model is retrained on Flower images of the following five categories: Daisy,Sunflower,Roses,Dandelion and Tulips.

The retrained model was then used in an app to predict.

Preview

demo

Note: This project uses starter code from codelabs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.2%
  • Java 30.8%