Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,12 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
-
|
4 |
-
- Visualize data related to crashes involving bicycles in Pennsylvania during the years 2002-2021, which was collected from a publically available [PENNDOT crash dataset](https://pennshare.maps.arcgis.com/apps/webappviewer/index.html?id=8fdbf046e36e41649bbfd9d7dd7c7e7e).
|
5 |
-
- Experiment with the BikeSaferPA model, which was trained on this cyclist crash data and designed to predict severity outcomes for cyclists based on crash data.
|
6 |
-
|
7 |
-
### [Visit the web app](https://bike-safer-pa.streamlit.app/)
|
8 |
-
|
9 |
-
### Repository components:
|
10 |
-
- 'cyclists.csv' and 'crashes.csv' : datasets used for analysis
|
11 |
-
- 'app.py' : main streamlit app page
|
12 |
-
- 'study.pkl' : trained BikeSaferPA machine learning model
|
13 |
-
- 'app_data.pkl' : prepared data used for user input widget labels
|
14 |
-
- 'lib' : directory of custom modules
|
15 |
-
- 'vis_data.py' : data visualization functions
|
16 |
-
- 'transform_data'py' : data transformation functions
|
17 |
-
- 'study_classif.py' : class for studying machine learning classifiers
|
|
|
1 |
+
---
|
2 |
+
title: BikeSaferPA
|
3 |
+
emoji: π
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: pink
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.25.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
|
12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|