Skip to content

AnalytiCeM is a mobile application that retrieve and analyze brain data, thanks to Muse headband.

License

Notifications You must be signed in to change notification settings

gaelfoppolo/AnalytiCeM

Repository files navigation


​ AnalytiCeM

Platform Language License

About

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
Screen1 Screen2

Features

  • Connect to Muse headband
  • Acquire brain data
  • Query contextual data
  • Synthesis/Report

Requirements

  • iOS 10.0+
  • Xcode 8.0+
  • Swift 3.0+

Installation

CocoaPods

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

OpenWeatherMap

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.

Usage

See demo : https://www.youtube.com/watch?v=522_h5welp8

License

AnalytiCeM is available under the MIT license. See the LICENSE file for more info.

About

AnalytiCeM is a mobile application that retrieve and analyze brain data, thanks to Muse headband.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published