/CalPal

an iOS application that uses computer vision to detect photo details and autopopulate a calendar event

Primary LanguageSwift

CalPal is a tool that uses computer vision and optical character recognition to detect details from an event poster and autopopulate a calendar event.

Installation Instructions

  1. If you don't have Cocoa Pods already installed, install it using sudo gem install cocoapods.
  • You'll need to have RubyGems installed in order to install CocoaPods.
  1. Once that is complete, install the Podfile by running pod install.
  2. Enter an API key
  1. Open the file CalPal.xcworkspace
  2. In the xcode editor, create an api key file in the same directory as the remaining .swift files: click on the inner CalPal folder in the folder hierarchy, go to File > New > File ... then select Swift File and click Next. Name the file APIkey.swift and add the line let API_KEY = "YOUR_API_KEY" to the file.

Credits

CalPal was made at Penn Apps XIV (Fall 2016) by Lucy Chai, Pia Kochar, Eric Li, and Kelly Tan.