A useless reverse geocoder powered by AI
The goal of this project is to generate city names based on a location (lat/lon). The model is trained on geonames.org data called cities500 which contain city names and locations for cities with a population > 500.
Pretty good at generating realistic city names, but coordinates not taken into account properly.
Install Anaconda then run:
conda create -n woher python=3 tensorflow keras pandas matplotlib jupyter
Activate the environemnt:
conda activate woher
With the conda environment setup and activated run:
jupyter notebook
Notebooks need to run with a decent GPU and sizable RAM. E.g. Colab with extra RAM.