Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.5 KB

README.md

File metadata and controls

18 lines (11 loc) · 1.5 KB

Cervical_Cancer_Risk_Assessment

Cervical Cancer Image Model

  • CervicalCancerImages_EDA.ipynb:

Cervical Cancer Risk Factors Model

Find a Provider Near You

  • npi_filtering.ipynb: Initial exploration and filtering of raw NPI data. Data is filtered from 7.6 million entries down to ~400k and from 330 columns down to 32. Resulting data includes only physicians actively practicing in the US who could be reasonably expected to perform pap smears (i.e. OB/GYNs, Family, and Internal Medicine). Note: Raw data for the NPI Registry can be found here: https://download.cms.gov/nppes/NPI_Files.html

  • prepare_database.ipynb: This notebook sets up batch geocoding scripts, merging the resulting data, and column manipulations for formatting, aggregations, and more descriptive content. At the end, the prepared data is pushed into a PostgreSQL database table.

  • geospatial_queries.ipynb: Testing geospatial queries and features for the streamlit app.

TEST part 2

  • streamlit_test.py: Minimal streamlit app containing all functionality for the find a provider feature. Includes functionality to search by address or search by current location, and outputs an interactive map and table.