Streamlit is an open-source app framework for Machine Learning and Data Science projects, Which helps you to view your projects in the Web Application.
This is a WebApp of data set of Mushrooms with its help this model predicts edible
and poisonous
mushrooms. You can also see its accuracy, precision and recall score on different algorithms.
To run in your local system, install the required packages from requirements.txt
file and run the below command
streamlit run app.py
You can see the working of WebApp here.