Skip to content

bm1216/EmotionHandler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmotionHandler

Personal project that uses Microsoft congnitive services API along with Spotify API to capture emotions in a face, and use it to recommend songs and playlists on Spotify.

API keys

To add your own custom keys to this project, create a class called APIKeys in src/main/java/ with static fields pertaining to each key.

For example:

static String REGION = "https://westeurope.api.cognitive.microsoft.com/face/v1.0/detect";

There are 4 keys you need to add:

  • APIKeys.SUBSCRIPTION_KEY

  • APIKeys.REGION

  • APIKeys.CLIENT_ID

  • APIKeys.SECRET

About

Project that uses microsoft Face API to represent emotion in JSON.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages