Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vijay-varadarajan/flower-recogniser

A neural network model using tensorflow to recognize images of flowers and classify them as - daisy / dandelion / rose / sunflower / tulip.
https://github.com/vijay-varadarajan/flower-recogniser

image-classification machine-learning opencv prediction-model python streamlit

Last synced: 5 days ago
JSON representation

A neural network model using tensorflow to recognize images of flowers and classify them as - daisy / dandelion / rose / sunflower / tulip.

Awesome Lists containing this project

README

        

# Flower recognition

App link: [Flower classifier](https://flower-recognition-5.streamlit.app/)

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.