Skip to main content

A tool to discover and describe music tracks using AI.

Project description

DJ-GPT

Latest Version Python 3.9+ Documentation Code Style Black License

DJ-GPT is an open-source Python application designed to integrate natural language processing with music discovery, utilizing Spotify's library and OpenAI's GPT models. You can find the official documentation here.

Installation

Prerequisites

Ensure you have:

Clone the Repository

git clone https://github.com/biokraft/dj-gpt.git
cd dj-gpt

Install dependencies

poetry install

Configuration

API KEYS

Spotify API Key

Sign up or log in at Spotify Developer Dashboard. Create an app to obtain Client ID and Client Secret.

Set environment variables:

export SPOTIFY_CLIENT_ID='your_client_id'
export SPOTIFY_CLIENT_SECRET='your_client_secret'

OpenAI API Key

Obtain an API key by registering at OpenAI. Set the API key as an environment variable:

export OPENAI_API_KEY='your_openai_api_key'

Contributing

Contributions are welcome! Please fork the project and submit pull requests with your suggested changes.

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dj_gpt-0.1.0.tar.gz (8.5 kB view hashes)

Uploaded Source

Built Distribution

dj_gpt-0.1.0-py3-none-any.whl (10.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page