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.
- Execute
pip3 install -r requirements.txtto install all dependencies. - Open Python shell (just
python3command) and enternltk.download("punkt"). - Run
python3 main.pyfor Markov chain or RNN, then select desired option. - Enjoy generating :)
- Sebastian Kutny
- Tomasz Lewandowski
- Maciej Krzyżanowski
