After you build something with AI, it’s time to share it with others! This can sometimes be a little difficult, but Streamlit makes it easy.
Follow these steps in order:
Step 2: Download the code locally
Follow these steps in order:
- Clone your fork onto your computer
- Install Python & set up a virtual environment (optional)
- Install the required python packages:
pip install -r requirements.txt
Step 3: Run & edit the example project
- Run the code:
streamlit run Halloween.py
- Edit the code to make it your own
Step 4: Upload your changes to GitHub
- Once you’ve made some edits to the Streamlit example project and made it your own, you can publish your code changes to GitHub.
Step 5: Publish your Streamlit demo online