Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/salfaris/songrecfromlyrics
- Owner: salfaris
- Created: 2024-08-09T10:26:23.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T10:42:19.000Z (3 months ago)
- Last Synced: 2024-08-09T12:09:06.651Z (3 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.