songs-lyrics-generator/README.md

17 lines
583 B
Markdown
Raw Permalink Normal View History

2023-03-27 19:01:42 +00:00
![Logo SLG](slg-logo.png)
# Song Lyrics Generator
2023-05-29 15:14:02 +00:00
AI-based song lyrics generator trained on data scraped from AZ Lyrics, Tekstowo and others. The generator is based on Markov chain or
recursive neural networks - you choose the model.
2023-03-27 19:01:42 +00:00
2023-03-27 19:05:36 +00:00
## 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")`.
2023-05-29 15:14:02 +00:00
3. Run `python3 main.py` for Markov chain or RNN, then select desired option.
2023-05-29 15:07:33 +00:00
4. Enjoy generating :)
2023-03-27 19:05:36 +00:00
2023-03-27 19:01:42 +00:00
## Authors
- Sebastian Kutny
- Tomasz Lewandowski
2023-05-13 17:47:43 +00:00
- Maciej Krzyżanowski