/FlowerClassifier

Flower Classification using DL

Primary LanguagePython

Flower Classifier

A Deep Learning based image recognition appplication to classify a flower into one of the 17 classes.
Drive link for Data & Weights

Demo

Steps to use the app

  1. Download the repo to local
  2. Install streamlit pip install streamlit.
  3. Download the model weights from the link above (with the folder).
  4. Run the app using streamlit run app.py.