Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnaudmiribel/citibike-streamlit-template
https://github.com/arnaudmiribel/citibike-streamlit-template
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arnaudmiribel/citibike-streamlit-template
- Owner: arnaudmiribel
- Created: 2022-06-10T05:26:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-10T05:42:11.000Z (over 2 years ago)
- Last Synced: 2024-11-03T09:42:15.203Z (2 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Citibike app in Streamlit
## Inspiration
Visit this app to get [some inspiration](https://citibike-hackathon.streamlitapp.com/) about what one can do with the Citibike dataset!
## Get started!
1. Install dependencies. Run
```
pipenv install --three && pipenv run streamlit run streamlit_app.py
```2. Now edit your app in `streamlit_app.py`
3. Don't forget to fill in your credentials using [local secrets](https://docs.streamlit.io/streamlit-cloud/get-started/deploy-an-app/connect-to-data-sources/secrets-management#develop-locally-with-secrets)!