Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 396 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 396 Bytes

py-rap-gen

Rap lyric generatinng system for python.

Usage

Run following commnads under the repository directory.

pip install poetry
poetry install
poetry run preprocess

Run CLI application.

petry run generate

Run WEB application.

petry run demo

Sample Site. http://34.97.214.0:8080

TODO

  • Generate n-best response
  • Construcy tri-gram model