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!
- Host: GitHub
- URL: https://github.com/jamesmurdza/my-music-player
- Owner: jamesmurdza
- Created: 2025-08-29T18:39:52.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-12-11T13:23:21.000Z (6 months ago)
- Last Synced: 2025-12-12T04:35:53.509Z (6 months ago)
- Topics: ai, deezer-api, llm
- Language: TypeScript
- Homepage:
- Size: 436 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!