Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 445 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 445 Bytes

Flower recognition

App link: Flower classifier

A neural network model to identify the image of a flower and classify it into one of the five classes - daisy/dandelion/rose/sunflower/tulip. This is a tranfer learning model that uses the pretrained mobilenet from tensorflow to recognize flowers.

The model performs well with 97% accuracy on training data and 91% accuracy on test data.