https://github.com/gaelfoppolo/analyticem
AnalytiCeM is a mobile application that retrieve and analyze brain data, thanks to Muse headband.
https://github.com/gaelfoppolo/analyticem
brain eeg ios muse-headband swift
Last synced: 3 months ago
JSON representation
AnalytiCeM is a mobile application that retrieve and analyze brain data, thanks to Muse headband.
- Host: GitHub
- URL: https://github.com/gaelfoppolo/analyticem
- Owner: gaelfoppolo
- License: mit
- Created: 2017-04-04T22:45:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-28T16:43:38.000Z (about 9 years ago)
- Last Synced: 2025-10-28T06:33:04.552Z (8 months ago)
- Topics: brain, eeg, ios, muse-headband, swift
- Language: Swift
- Homepage:
- Size: 4.83 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AnalytiCeM
  
## About
AnalytiCeM is a mobile application that retrieve and analyze brain data. The app works with an IoT device, [Muse](http://choosemuse.com/), that monitor brain activity.
| Main | Synthesis |
| :-------------------------: | :-------------------------: |
|  |  |
##### Demo available here: https://www.youtube.com/watch?v=522_h5welp8
## 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](http://cocoapods.org), a dependency manager for Cocoa projects. You can install it with the following command:
```bash
$ gem install cocoapods
```
> CocoaPods 1.1.0+ is required.
Then navigate to root folder of the project and run the following command:
```bash
$ pod install
```
### OpenWeatherMap
This project uses [OpenWeatherMap](https://openweathermap.org/), to query the weather data. You'll need an API key in order to make it work. You can get it [here from free](http://openweathermap.org/appid).
Then create a file `Keys.plist` in the project folder, containing this:
```xml
OpenWeatherMap
YOUR_API_KEY
```
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.