baris5d / gptuneify

Home Page:https://gptuneify.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPTuneify

"Buy Me A Coffee"

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.

Built with

How to run the project locally

Get your spotify client id and secret from here

Get your OpenAI API key from here

  1. Clone the repository
  2. Run npm install or yarn install to install the dependencies
  3. mv .env.example .env and fill in the environment variables
  4. Run npm run dev or yarn dev to start the development server

How to contribute

  1. Fork the repository
  2. Clone the repository
  3. Pick an issue from the issues tab or create one
  4. Create a new branch
  5. Make your changes
  6. Commit your changes in conventional commits format (i.e. feat: playlist page (#issueNumber))
  7. Push your changes
  8. Create a pull request

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

https://gptuneify.vercel.app


Languages

Language:TypeScript 70.6%Language:CSS 28.5%Language:JavaScript 0.9%