A demo showcasing the usage of Streamlit in Machine Learning.
Link: https://arbinbici-streamlit-presentation-app-raj0sw.streamlitapp.com
- Requirements:
- Streamlit
- Scikit-Learn
-
Create a virtual environment and access it:
python -m venv venv source venv/bin/activate
-
Install requirements:
pip install -r requirements.txt
or
make requirements
-
Start the streamlit server:
streamlit run app.py
or
make streamlit