Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 615 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 615 Bytes

emotion-detection

Playing around with React Native in order to record camera feed and pass it to Emotion Recognition APIs.

Setup

  1. Get the code
  2. npm install
  3. You need to install Android SDK and have ANDROID_HOME set in the path. Check this thread to see how.
  4. Edit the js/api-key.js file with your Microsoft Cognitive Service API key.
  5. Connect your Android device and do a react-native run-android (preferably open another terminal tab and check the logs react-native log-android)