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.
Goto Cloud NLP service API apply for free 12month subscription
Follow the instruction and create a API Key
.
Copy the API Key
, in line66
of MainActivity
,
replace public static final String API_KEY = "AIzaSyCWDasfakslfasgaKmTMTTTwdxvACJc "
with your API key.