Repo: https://github.com/trancethehuman/spotify-chat
Built with Python, LangChain (ReAct Agent), and Spotify API
7 messages · Page 1 of 1 (latest)
Repo: https://github.com/trancethehuman/spotify-chat
Built with Python, LangChain (ReAct Agent), and Spotify API
what is it? how do I use it?
You can clone it, setup a .env file and add your OpenAI key & Spotify keys, create a virtual environment called “spotify-chat”, install all the dependencies using pip install -r requirements.txt.
Then you can run python main.py (Mac) or py main.py (Windows 11), make sure to have your Spotify player running, and you can chat with it!
Can you explain what it does? nothing in your documentation explains its functionality. does it analyze my playlists and gives recommendations, or maybe provides something like spotify wrapped does?
maybe give some examples with screenshots 🙂
Hey there! My bad, I'll update it later this week. This is a demo for a workshop for a terminal-spotify chat. If you setup the project and run main.py, you'll get a terminal interface to tell your Spotify player to play a song by it's name or by lyrics. You can use this as an inspiration to build tools for AI agent using LangChain, or fork it and build on top of it more functionalities.
Hope that explains it
nice i get it. Interesting idea. Thanks for the info and look forward to your updated documentation