🎵 AI-based song lyrics generator based on prepared data.
Go to file
2023-03-27 21:05:36 +02:00
.idea Initial commit 2023-03-26 15:22:02 +02:00
Data Initial commit 2023-03-26 15:22:02 +02:00
.gitignore Removed valid_proxy_list which is dynamic file. Added logo 2023-03-27 20:56:16 +02:00
links.txt Initial commit 2023-03-26 15:22:02 +02:00
main.py Initial commit 2023-03-26 15:22:02 +02:00
markov_model.py Initial commit 2023-03-26 15:22:02 +02:00
proxy_handling.py Initial commit 2023-03-26 15:22:02 +02:00
proxy_list.txt Initial commit 2023-03-26 15:22:02 +02:00
README.md Added run instructions to README 2023-03-27 21:05:36 +02:00
requirements.txt Added requirements.txt 2023-03-27 20:16:47 +02:00
scrapper.py Initial commit 2023-03-26 15:22:02 +02:00
ScrapThread.py Initial commit 2023-03-26 15:22:02 +02:00
slg-logo.png Removed valid_proxy_list which is dynamic file. Added logo 2023-03-27 20:56:16 +02:00

Logo SLG

Song Lyrics Generator

AI-based song lyrics generator trained on data scraped from AZ Lyrics, Tekstowo and others. The generator is currently based on simple Markov chain, but it will be expanded to include even recursive neural networks version or the chain modifications.

How to run?

  1. Execute pip3 install -r requirements.txt to install all dependencies.
  2. Open Python shell (just python3 command) and enter nltk.download("punkt").
  3. Run python3 main.py, then select "Prepare data".

Authors

  • Sebastian Kutny
  • Tomasz Lewandowski
  • Maciej Kryżanowski