This repository holds the template you can use to create the streamlit dashboard for your project. To use it, fork the repository and the clone the fork into your machine, and fill out the template in src/template.py
. For more information on streamlit, you can read the docs. You can also check the example from class and its code.
If you would like to make your presentation from a localy hosted page
- (Optional) Create an environment
- Make sure to have streamlit installed
pip install streamlit
- Run streamlit from the root directory
streamlit run src/template.py
A browser tab should automatically open. If not, click on the Local URL
- You will need to create a Streamlit Cloud account.
- Once created, go to Create app.
- Select the option for deploying an app from a pre-existing repo
- Select your repo, the branch, and the path for the file you will be running
- After a few minutes, the app should deploy