Using Google's Cloud Vision API, SnapMap allows you to upload a picture in the app to determine its location.
git clone https://github.com/andrewjungg/snapmap.git
cd snapmap/client/snapmap
npm i
npm start
## if you have xcode downloaded you can run it in the emulator by pressing i
cd snapmap/server
npm i