This web application lets you find out highest overall rated hospitals within in 20-mile radius your zip code. It presents you with a verbal summary of your choices. This web application knows zip codes from the USA only.
Apparently all US hospitals that accept publicly insured patients (in the US, they call it Medicaid and Medicare) have to submit data about their quality of care to a body known as the Centers for Medicare & Medicaid Services (CMS). Most hospitals seem to accept publicly insured patients ... so the data that someone compiled and uploaded to Kaggle is quite comprehensive.
Hospital General Information dataset on Kaggle
- pip install -r REQUIREMENTS.txt
- To start the server:
python run.py
- Go to localhost:6464 in your browser
- To test the different messages, you can use the following zip codes
99557 for no hospitals
71923 for exactly one option
72055 for multiple options
13210 for the case where the highest rated hospital is not the closest
This was a internal Qxf2 practice project to learn natural language generation with Python and nothing more. If you are interested in using an application like this, you should use the US Government's official Hospital Search Application and not this repository.