/voice-emotion-detector

A demo android app to recognize emotion with voice input, can sense voice tone & sentiment recognition by text.

Primary LanguageJava

EmotionRecognizer

A emotion recognition demo application using vokaturiApi and google cloud service Cloud NLP service API
It also include simple voice to text for sensing emotion, or you want to type text to sense your emotion is also ok.
Press the little gree button to recognize text typed on EditText.

Step 1.

Goto Cloud NLP service API apply for free 12month subscription

Step 2.

Follow the instruction and create a API Key .

Step 3.

Copy the API Key, in line66 of MainActivity,
replace public static final String API_KEY = "AIzaSyCWDasfakslfasgaKmTMTTTwdxvACJc " with your API key.

Step 4.

I think its ready to run.