etweedy commited on
Commit
fa2f3e7
β€’
1 Parent(s): a7b21ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -16
README.md CHANGED
@@ -1,17 +1,12 @@
1
- ## BikeSaferPA: understanding cyclist outcomes
 
 
 
 
 
 
 
 
 
2
 
3
- This web app provides a suite of tools to accompany Eamonn Tweedy's [BikeSaferPA project](https://github.com/e-tweedy/BikeSaferPA). These tools allow the user to:
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