AnalytiCeM is a mobile application that retrieve and analyze brain data. The app works with an IoT device, Muse, that monitor brain activity.
Main | Synthesis |
---|---|
Demo available here: https://www.youtube.com/watch?v=522_h5welp8
- Connect to Muse headband
- Acquire brain data
- Query contextual data
- Synthesis/Report
- iOS 10.0+
- Xcode 8.0+
- Swift 3.0+
This project uses CocoaPods, a dependency manager for Cocoa projects. You can install it with the following command:
$ gem install cocoapods
CocoaPods 1.1.0+ is required.
Then navigate to root folder of the project and run the following command:
$ pod install
This project uses OpenWeatherMap, to query the weather data. You'll need an API key in order to make it work. You can get it here from free.
Then create a file Keys.plist
in the project folder, containing this:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>OpenWeatherMap</key>
<string>YOUR_API_KEY</string>
</dict>
</plist>
Don't forget to replace YOUR_API_KEY
.
See demo : https://www.youtube.com/watch?v=522_h5welp8
AnalytiCeM is available under the MIT license. See the LICENSE file for more info.