Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/susiejojo/nyc_traffic_collisions_app
https://github.com/susiejojo/nyc_traffic_collisions_app
nyc-opendata streamlit
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/susiejojo/nyc_traffic_collisions_app
- Owner: susiejojo
- Created: 2020-06-11T11:14:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:43:01.000Z (about 2 years ago)
- Last Synced: 2024-04-14T12:22:17.004Z (9 months ago)
- Topics: nyc-opendata, streamlit
- Language: Python
- Homepage: https://sheltered-savannah-16720.herokuapp.com/
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NYC_traffic_collisions_app
A Streamlit dashboard with minimalistic interface that performs Data Analysis and Visualisation on the NYC OpenData Motor Vehicle Crashes Dataset### Website:
[https://sheltered-savannah-16720.herokuapp.com](https://sheltered-savannah-16720.herokuapp.com)### Local installation:
- Clone the repository
`git clone https://github.com/susiejojo/NYC_traffic_collisions_app.git`
- Install dependencies`pip install -r requirements.txt`
- Run the application`streamlit run app.py`