CTL is a Console application written in Python that allows users to play complete the lyrics. This project is unfinished.
To build and run the program, change to the src/Console directory and execute the following command:
python3 main.py
After the program is running, you can start a game by typing the following:
!play CTL spotify-playlist-link
This project requires the use of the Spotify API, and the Genius API.
Your client id's and secret id's should be placed in a text file named "secrets" in the Console directory and formatted as follows. Currently the Genius Token also needs to be manually placed.
spotify-client-id-here
spotify-secret-id-here
genius-client-id-here
genius-secret-id-here
genius-token
Training data for the LLM should be placed in a .csv file with values as the header of lyrics.
Check out the TODO.