Skip to content

A demo showcasing the usage of Streamlit in Machine Learning.

License

Notifications You must be signed in to change notification settings

data-max-hq/streamlit-presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streamlit-presentation

A demo showcasing the usage of Streamlit in Machine Learning.

Link: https://arbinbici-streamlit-presentation-app-raj0sw.streamlitapp.com

How To Run It

  • Requirements:
    1. Streamlit
    2. Scikit-Learn
  1. Create a virtual environment and access it:

    python -m venv venv
    source venv/bin/activate
  2. Install requirements:

    pip install -r requirements.txt

    or

    make requirements
  3. Start the streamlit server:

    streamlit run app.py

    or

    make streamlit

About

A demo showcasing the usage of Streamlit in Machine Learning.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published