This app streams a live video as well and displays real-time subtitles, in an attempt to allow the deaf or hard of hearing to have the ability to experience the world around them.
- An iOS API key for the Google Cloud Speech API (See the docs to learn more)
- An OSX machine or emulator
- Xcode 7
- Cocoapods version 1.0 or later
- Clone this repo and
cdinto this directory. - Run
pod installto download and build Cocoapods dependencies. - Open the project by running
open Speech.xcworkspace. - In
Speech/SpeechRecognitionService.m, replaceYOUR_API_KEYwith the API key obtained above. - Build and run the app.