A Python web service that provides geo-mapping information to users. It includes address verification/correction and geo-coding of addresses based on input read from CSV files.
Please follow the steps below to run this web app:
-
Run: python3 app.py
-
Go to localhost:5000 and you should see the webpage
-
Press the Browse button, and upload one of the csv files in the sample_files directory and press Submit
-
If you see a table with columns the app is working fine.