Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/salfaris/songrecfromlyrics

Recommend songs that has the lyrics you exactly wanted
https://github.com/salfaris/songrecfromlyrics

Last synced: about 8 hours ago
JSON representation

Recommend songs that has the lyrics you exactly wanted

Awesome Lists containing this project

README

        

# songrec

Goal of this project is to build a tool to help you find songs that:

- ✏️ contains a lyric you want.
- 🔊 has a similar sound to a song you like.

## TODO

Todo splits into two main part.

1. Building a tool to find songs that contains a lyrics you want.

One way is to use an LLM.

- [ ] Base RAG

1. Enhancing tool in (1) with finding songs that has a similar sound (this might be difficult to do).

Best way is to use audio data somehow.