https://play.google.com/store/apps/details?id=com.ionicframework.signbook563294
Click the image below to play a video demo.
A cross-platform phone application for learning sign language on the fly. Part of The Center for Accessible Technology in Sign (CATS) at Georgia Tech. http://www.cats.gatech.edu/
Works on Android, iOS, and Windows phones.
Use the built in camera to snap photos of text you come across at school, at the library, or anywhere. Text is extracted from these photos to build pages of live text. Click on any of the text links to view a YouTube video courtesy of CATS demonstrating how to sign that word.
Pages can be saved to books so that you can organize and categorize your pages for future use.
The app itself was built with the cross-platform ionic framework. OCR (text extraction from images) is done using Google's new Vision API: https://cloud.google.com/vision/ Note: If you clone this, make sure you install the Cordova whitelist and camera plugins.
- Install Node.js v4.4.7
- Change directory into the cloned repo and run
npm install
- Run
npm install -g ionic
with proper permissions - Run
npm install -g cordova
with proper permissions - Run
ionic platform add ios
orionic platform add android
depending on what platform you are building it for. - Run
ionic build ios --release
orionic build android --release
to get an xCode project or an APK. You can also emulate your app or run it on a live device without building. All of those intracacies are detailed in the Ionic quick start guide. See http://ionicframework.com/docs/guide/testing.html
- cordova plugin add cordova-plugin-camera
- cordova plugin add cordova-plugin-file
- cordova plugin add cordova-plugin-whitelist
- cordova plugin add cordova-plugin-compat