Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 537 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 537 Bytes

let imaji = "image" + "emoji"

Imaji is an app that finds emojis that represent your photos. Turn your photos into Imajis and let your friends guess what's inside!

Image Imaji
image imaji

Start Hacking

  1. Get an API key for Google Vision API: https://cloud.google.com/vision/

  2. Fill in your API Key in Constants.swift

  3. Install dependencies

    $ bundle install
    $ pod install
  4. Open Imaji.xcworkspace, build, and enjoy!