An open API service indexing awesome lists of open source software.

https://github.com/jamesmurdza/my-music-player

AI music player to choose songs for you!
https://github.com/jamesmurdza/my-music-player

ai deezer-api llm

Last synced: 5 months ago
JSON representation

AI music player to choose songs for you!

Awesome Lists containing this project

README

          

# AI Music Chatbot

This is a small app I made using NextJS and Tambo to create a helpful assistant that will find and play songs for you.

https://github.com/user-attachments/assets/ca6848ad-7391-4d0c-b709-1de0112db704

Features:
- Supports OpenAI models
- Integrates with the Deezer API
- Responsive user interface

## Installation

1. Set up the Tambo integration:
```bash
tambo init
```

2. Install depdencies:
```
npm install
```

3. Run the application:
```
npm run dev
```

## Usage

Once the development server is running, navigate to `http://localhost:3000` in your browser. You can then interact with the AI Music Chatbot to find and play songs.

## Contributions

Please make a contribution. You can find open issues or create a PR directly!