Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 457 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 457 Bytes

Flower-Classifier

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


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

Output

image