/flower-classifier

Deep Learning Flower Classifier

Primary LanguageJupyter Notebook

Flower Classification Webapp

This is a flower classification web app where you upload the flower's picture and the model predicts the class of that flower.


The model was trained on top of Xception model from keras using Transfer Learning.


The model took about 40 minutes to train using custom dataset.
To ensure the app runs without any import error, please run in terminal:

pip install -r requirements.txt

To run the app:
streamlit run app.py