mirror of
https://github.com/WallyS02/Song-Lyrics-Generator.git
synced 2025-01-18 08:19:19 +00:00
Song Lyrics Generator
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.
How to run?
- Execute
pip3 install -r requirements.txt
to install all dependencies. - Open Python shell (just
python3
command) and enternltk.download("punkt")
. - Run
python3 main.py
for Markov chain or RNN, then select desired option. - Enjoy generating :)
Authors
- Sebastian Kutny
- Tomasz Lewandowski
- Maciej Krzyżanowski
Description
Languages
TeX
55.1%
Python
44.9%