MoodWave is an Angular-based playlist generator that utilizes OpenAI's GPT-3.5 Turbo to curate playlists based on your mood and intent.
To integrate OpenAI's GPT-3.5 Turbo, add your API key in a .env file located at the root of the repo. Add your key as shown below:
NG_APP_API_KEY=YOUR_KEY_HEREnpm i
ng serveApplication to transition MoodWave into production level is submitted
- Users will no longer needed to be manually addded to the developer dashboard
- Production mode would also unrestrict Spotify's API limits allowing for more accurate playlist curation
