A keyboard designed for ALS patients. The goal is to make ALS patients type with as little effort as possible. This implementation only makes use of the facial muscles to type letters and numbers.
A demo is available at: https://www.youtube.com/watch?v=t9lpnhLMFj4
- Clone the repository
$ git clone https://github.com/5fcgdaeb/als-keyboard.git
- Install pods
$ cd als-keyboard
$ pod install
- Open the workspace in Xcode
$ open "AlsKeyboard.xcworkspace"
-
Compile and run the unit tests (Command + U) on your simulator. Check that the tests are running fine!
-
Run the app on your physical device. Running it on iPhoneX is recommended since it uses ARKit 1.5 + TrueDepth camera.
- Xcode 10
- iOS 11.3+
- Swift 4.2