Anika and Cat's 2020 Hack Beanpot project!
We wanted to find and use data in a way that would impact the healthcare industry on a local level. Anika teaches 9th grade health classes in the Boston Public School System through Peer Health Exchange. While the class covers many topics, it seems that the teenagers always have the most question's about sex and relationships. While she is a trained educator, it would be great if there were more nearby resources that Anika could point them to when she doesn't know the answer. So we started looking for data about clinics and publicly funded health centers.
Our focus grew from Boston and teens to Massachusetts and its lack of Planned Parenthoods when we found a dataset detailing the need for publicly funded contraceptive services and supplies in all of the different counties across Massachusetts.
It would be awesome if we could reach out to Planned Parenthood to possibly use some of their data about the subject. Because it would work best as an internal tool for them it would be okay to use their private datasets. This would mean that further refining of the algorithm would also have to be done.
-
Clone this repository to your local machine. E.g., in your terminal / command prompt
CD
to where you want this the folder for this activity to be. Then rungit clone <YOUR_REPO_URL>
-
CD
or open a terminal / command prompt window into the cloned folder. -
Start a simple python webserver. E.g.,
python -m http.server
,python3 -m http.server
, orpy -m http.server
. If you are using python 2 you will need to usepython -m SimpleHTTPServer
instead, but please switch to python 3. -
Wait for the output:
Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/)
. -
Now open your web browser (Firefox or Chrome) and navigate to the URL: http://localhost:8000
-
Also: Update the file paths in the PPDataCleaning.py file so that it can correctly access the datasets.