项目作者: ycfelix

项目描述 :
A demo android app to recognize emotion with voice input, can sense voice tone & sentiment recognition by text.
高级语言: Java
项目地址: git://github.com/ycfelix/voice-emotion-detector.git
创建时间: 2019-04-12T16:16:00Z
项目社区:https://github.com/ycfelix/voice-emotion-detector

开源协议:

下载


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.