https://github.com/susiejojo/nyc_traffic_collisions_app
https://github.com/susiejojo/nyc_traffic_collisions_app
nyc-opendata streamlit
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/susiejojo/nyc_traffic_collisions_app
- Owner: susiejojo
- Created: 2020-06-11T11:14:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:43:01.000Z (over 3 years ago)
- Last Synced: 2025-04-04T09:31:19.193Z (over 1 year ago)
- Topics: nyc-opendata, streamlit
- Language: Python
- Homepage: https://sheltered-savannah-16720.herokuapp.com/
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- 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`