This week is meant to introduce you to building and hosting basic web applications using Streamlit for hosting. We'll also cover a few tools and Python techniques pertinent to this process. In particular, we will focus on the following:
- Model definition
- Streamlit Deployment
- Environment variables
- Python Decorators
(As of January 2026)
- Fork this repository.
- Clone this repository using VS Code or using GitHub.
- See the environment.yml file. Create this environment locally using
conda env create -f environment.ymland load it, or use an existing environment that already has these packages installed. - Edit your repository, commit as you go, and push your changes to your fork.