Android app that uses Microsoft Emotion Api and Spotify Api to fetch a playlist based on the emotions detected in the image you took or chose.
- Import as Android Studio project
- Create and APIKEY class
- Create a public static final String called KEY and set it to your Microsoft Emotion API Key
- Create a second string called CLIENT_ID and set it equal to your Spotify API Client ID
public class APIKEY {
public static final String KEY = "YOUR MICROSOFT EMOTION API KEY";
public static final String CLIENT_ID = "YOUR SPOTIFY CLIENT ID";
}
If you have any ideas for improvement please let me know about them either through message or opening an issue. Thank you