Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 948 Bytes

File metadata and controls

15 lines (11 loc) · 948 Bytes

WebApp-with-Streamlit-and-Python

GitHub forks GitHub repo size

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.