python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
in the root of the repojupyter notebook
download_data.sh
script to download the csv data into the Data directory. The data in this script is the Provider of Services dataset with more detail belowExecute on the commandline: python front_end.py
This is a library import that we are utilizing. It helps us identify nearby zipcodes given a latitude and longitude location and also extraneous information about the zipcode itself.