Skip to content

An app for photography enthusiasts to get inspiration for new spots & subjects for photos. Users upload images from their phone library or take a photo. The app accesses the image data (GPS, camera settings) and an image recognition API to auto generate tags/categories. Users can browse image categories, select an image they like. This shows a d…

Notifications You must be signed in to change notification settings

edison-cy-yang/locus

 
 

Repository files navigation

Locus

Getting Started

  1. Create the configKeys.js by using configKeysExample.js as a reference: cp configKeysExample.js configKeys.js For the environment variables, you will need:
  2. Install Expo with npm install -g expo-cli
  3. Install dependencies: npm i
  4. Run the server: npm start
  5. Note that this app needs to be run with the backend server. You can find the API repository here

Screenshots

The home page with a list of categories

Photo upload page with tags produced by image recognition API

Photo detail page with Google Maps and camera settings

Chat room for each photo

About

An app for photography enthusiasts to get inspiration for new spots & subjects for photos. Users upload images from their phone library or take a photo. The app accesses the image data (GPS, camera settings) and an image recognition API to auto generate tags/categories. Users can browse image categories, select an image they like. This shows a d…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%