From 381466bc50655e243eee6f0895b90444a2abd0c6 Mon Sep 17 00:00:00 2001 From: originalmk <30776840+originalmk@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:05:36 +0200 Subject: [PATCH] Added run instructions to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 790dbe5..c8dcad1 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ 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? +1. Execute `pip3 install -r requirements.txt` to install all dependencies. +2. Open Python shell (just `python3` command) and enter `nltk.download("punkt")`. +3. Run `python3 main.py`, then select "Prepare data". + ## Authors - Sebastian Kutny - Tomasz Lewandowski