Machine learning model to predict location of GeoGuessr images
- Rename the file
data/example.csv
todata/results.csv
- Create a folder in the
/data
directory calledsrc
- The
/data
directory should now look similar to this:/data |-- src |-- .gitignore |-- results.csv |-- iso_codes.csv |-- data.py |-- main.py
- Adjust the parameters in the
/data/main.py
file - cd into the data directory and run
main.py