/Machine-Learning-Interpreter

Example Streamlit app that you can fork to test out share.streamlit.io

Primary LanguagePython

Welcome to Streamlit!

Edit /streamlit_app.py to customize this app to your heart's desire ❤️

If you have any questions, checkout our documentation and community forums.

How to run streamlit on localhost:

  • Configure virtual env: python -m venv venv
  • Activate env: source venv/bin/activate
  • Install requirements: pip install -r requirements.txt
  • Run your app on localhost: streamlit run app.py