This application takes in a CSV file which should have a column named 'Address' and generates another CSV with two extra columns holding the latitude and longitudes respectively, of the corresponding adddresses. The user is able to download the newly generated CSV.
The web application is built with Flask and the main python script is geoCoder.py. The HTML and CSS files are in the templates and static folders respectively.
The following images show what the web application looks like when deployed
Last Update: 06/2021