Simple machine learning web application using python libraries streamlit and scikit-learn.
-
Open Command Prompt
-
Install streamlit, pandas and sklearn python-libray in your local machine by using following commands in command prompt:
> pip install streamlit
> pip install pandas
> pip install sklearn
-
Again in command prompt go to your project directory by typing:
> cd path//to//your//project//directory//
-
Then type the following:
> streamlit run code.py
-
Then it will open the website in the default browser as localhost:8801 port.