mirror of
https://github.com/WallyS02/Song-Lyrics-Generator.git
synced 2025-01-18 08:19:19 +00:00
Sebastian Kutny
622cf00bd2
Added statistical analysis based on Zipf's law, Heap's law and Self-BLEU evaluation.
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?
- Execute
pip3 install -r requirements.txt
to install all dependencies. - Open Python shell (just
python3
command) and enternltk.download("punkt")
. - Run
python3 main.py
, then select "Prepare data". - Pick your desired song type from the menu :)
Authors
- Sebastian Kutny
- Tomasz Lewandowski
- Maciej Kryżanowski
Description
Languages
TeX
55.1%
Python
44.9%