Skip to content

iOS mobile application to find landmarks based on an image. Users can upload an image to locate travel locations based on photos. Uses image-based location retrieval to get confidence intervals for results. Uses Google Cloud Vision API for classification, Google Maps API for geocoding, Heroku for web server deployment, Firebase for authenticatio…

Notifications You must be signed in to change notification settings

timothy-tsang/SYDE322-SnapMap

Repository files navigation

SnapMap

A SYDE 322 Project

Using Google's Cloud Vision API, SnapMap allows you to upload a picture in the app to determine its location.

Quick Start

git clone https://github.com/andrewjungg/snapmap.git

Client Code

cd snapmap/client/snapmap
npm i
npm start
## if you have xcode downloaded you can run it in the emulator by pressing i

Server Code

cd snapmap/server
npm i

About

iOS mobile application to find landmarks based on an image. Users can upload an image to locate travel locations based on photos. Uses image-based location retrieval to get confidence intervals for results. Uses Google Cloud Vision API for classification, Google Maps API for geocoding, Heroku for web server deployment, Firebase for authenticatio…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages