This repository contains a Android/Desktop Unity project that enables instructors to create virtual meditation rooms. On that note, this app uses information from the students Muse EEG device (Muse 2016) to catch real-time brainwaves during the meditation process. This data is used to generate real-time ML models and guide the student during meditation sessions.
- To run this api just follow the steps on compose
-
Setting up Facebook Login
-
How to generate a valid Android key for your app
- Add OpenSSL and JDK (keystore) to the System Path
C:\Program Files\Java\jdk1.8.0_201\bin
C:\Program Files\openssl-0.9.8k_X64\bin
cd C:\Program Files\Java\jdk1.8.0_201\bin
keytool -exportcert -alias androiddebugkey -keystore "C:\Users\Daniel\.android\debug.keystore" | "C:\Program Files\openssl-0.9.8k_X64\bin\openssl" sha1 -binary | "C:\Program Files\openssl-0.9.8k_X64\bin\openssl" base64
- Add OpenSSL and JDK (keystore) to the System Path
- Check LICENSE.md for more details