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