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: 3 months ago
JSON representation
A neural network model using tensorflow to recognize images of flowers and classify them as - daisy / dandelion / rose / sunflower / tulip.
- Host: GitHub
- URL: https://github.com/vijay-varadarajan/flower-recogniser
- Owner: vijay-varadarajan
- Created: 2023-07-10T16:59:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T08:15:54.000Z (over 1 year ago)
- Last Synced: 2025-08-21T11:54:13.185Z (11 months ago)
- Topics: image-classification, machine-learning, opencv, prediction-model, python, streamlit
- Language: Jupyter Notebook
- Homepage:
- Size: 231 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.