https://github.com/nnfuzzy/apprunner101
Streamlit app example
https://github.com/nnfuzzy/apprunner101
Last synced: 10 months ago
JSON representation
Streamlit app example
- Host: GitHub
- URL: https://github.com/nnfuzzy/apprunner101
- Owner: nnfuzzy
- License: mit
- Created: 2021-05-28T22:11:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T23:56:57.000Z (about 5 years ago)
- Last Synced: 2025-08-27T17:50:52.295Z (11 months ago)
- Language: Jupyter Notebook
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Streamlit101
This streamlit app uses Prophet and is deployed in a docker container and has the intention for a blueprint to use AWS app runner.
https://mining-facts.medium.com/modeling-and-visualize-counted-bicycles-with-prophet-and-streamlit-io-edfead931a70
## 1. Data
* Choose and prepare data.
* I learned that open data in germany provide some interesting data for real time
mickey mouse examples. So I choose one with counting points for bicycles and add
some weather data.
* See the notebook for some inspiration.
## 2. Dockerfile
* To use it in proper way you can build your docker image.
* Github action makes it easy to import the image to AWS ECR for further usage in
EC2, Fargate or AppRunner.
## 3. Streamlit
* Streamlit is an ideal tool to visualize data-science stuff quickly and using as background
for discussion or a low cost prototyping environment.