GPTuneify is a tool that generates playlists for Spotify based on the user's taste and mood. It uses OpenAI GPT-3 to generate playlists based on the user's input. It also uses Spotify's API to create the playlists.
Get your spotify client id and secret from here
Get your OpenAI API key from here
npm install
or yarn install
to install the dependenciesmv .env.example .env
and fill in the environment variablesnpm run dev
or yarn dev
to start the development serverThis project is licensed under the MIT License. See the LICENSE file for details.