for NaNoGenMo 2020
https://github.com/NaNoGenMo/2020
pip install -r requirements.txt
if you have problems with textgenrnn library, you should git clone repository inside project and run setup.py
run train_model.py for train your own model (-h for help)
run generate.py for inference a list of poems with arbitrary length
(you could vary both the length of poems and overal length of generated text)