{"id":22622565,"url":"https://github.com/gaelfoppolo/analyticem","last_synced_at":"2026-03-11T01:01:50.543Z","repository":{"id":100508167,"uuid":"87242135","full_name":"gaelfoppolo/AnalytiCeM","owner":"gaelfoppolo","description":"AnalytiCeM is a mobile application that retrieve and analyze brain data, thanks to Muse headband.","archived":false,"fork":false,"pushed_at":"2017-05-28T16:43:38.000Z","size":5063,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-28T06:33:04.552Z","etag":null,"topics":["brain","eeg","ios","muse-headband","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gaelfoppolo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-04-04T22:45:21.000Z","updated_at":"2025-10-02T15:06:58.000Z","dependencies_parsed_at":"2023-05-15T13:00:29.597Z","dependency_job_id":null,"html_url":"https://github.com/gaelfoppolo/AnalytiCeM","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gaelfoppolo/AnalytiCeM","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaelfoppolo%2FAnalytiCeM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaelfoppolo%2FAnalytiCeM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaelfoppolo%2FAnalytiCeM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaelfoppolo%2FAnalytiCeM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gaelfoppolo","download_url":"https://codeload.github.com/gaelfoppolo/AnalytiCeM/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaelfoppolo%2FAnalytiCeM/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30364607,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"ssl_error","status_checked_at":"2026-03-10T21:40:59.357Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["brain","eeg","ios","muse-headband","swift"],"created_at":"2024-12-08T23:16:39.590Z","updated_at":"2026-03-11T01:01:50.532Z","avatar_url":"https://github.com/gaelfoppolo.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n​    \u003cimg src=\"logo.png\" width=\"200\"/\u003e\n​    \u003cbr /\u003e\n​    AnalytiCeM\n\u003c/h1\u003e\n\n![Platform](https://img.shields.io/badge/platform-ios-lightgrey.svg) ![Language](https://img.shields.io/badge/language-swift-orange.svg) ![License](https://img.shields.io/badge/license-MIT-blue.svg)\n\n## About\n\nAnalytiCeM 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.\n\n|            Main             |          Synthesis          |\n| :-------------------------: | :-------------------------: |\n| ![Screen1](screenshot1.jpg) | ![Screen2](screenshot2.jpg) |\n\n##### Demo available here: https://www.youtube.com/watch?v=522_h5welp8\n\n## Features\n\n- Connect to Muse headband\n- Acquire brain data\n- Query contextual data\n- Synthesis/Report\n\n## Requirements \n\n- iOS 10.0+\n- Xcode 8.0+\n- Swift 3.0+\n\n## Installation\n\n### CocoaPods\n\nThis project uses [CocoaPods](http://cocoapods.org), a dependency manager for Cocoa projects. You can install it with the following command:\n\n```bash\n$ gem install cocoapods\n```\n\n\u003e CocoaPods 1.1.0+ is required.\n\nThen navigate to root folder of the project and run the following command:\n\n```bash\n$ pod install\n```\n### OpenWeatherMap\n\nThis 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).\n\nThen create a file `Keys.plist` in the project folder, containing this:\n\n```xml\n\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003c!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\"\u003e\n\u003cplist version=\"1.0\"\u003e\n\u003cdict\u003e\n\t\u003ckey\u003eOpenWeatherMap\u003c/key\u003e\n\t\u003cstring\u003eYOUR_API_KEY\u003c/string\u003e\n\u003c/dict\u003e\n\u003c/plist\u003e\n```\n\nDon't forget to replace `YOUR_API_KEY`.\n\n## Usage\n\nSee demo : https://www.youtube.com/watch?v=522_h5welp8\n\n## License\n\nAnalytiCeM is available under the MIT license. See the LICENSE file for more info.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaelfoppolo%2Fanalyticem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaelfoppolo%2Fanalyticem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaelfoppolo%2Fanalyticem/lists"}