mirror of
https://github.com/WallyS02/Song-Lyrics-Generator.git
synced 2025-01-18 08:19:19 +00:00
Update README.md
This commit is contained in:
parent
b3a7535825
commit
2cca7ec17b
@ -1,13 +1,13 @@
|
|||||||
![Logo SLG](slg-logo.png)
|
![Logo SLG](slg-logo.png)
|
||||||
|
|
||||||
# Song Lyrics Generator
|
# 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,
|
AI-based song lyrics generator trained on data scraped from AZ Lyrics, Tekstowo and others. The generator is based on Markov chain or
|
||||||
but it will be expanded to include even recursive neural networks version or the chain modifications.
|
recursive neural networks - you choose the model.
|
||||||
|
|
||||||
## How to run?
|
## How to run?
|
||||||
1. Execute `pip3 install -r requirements.txt` to install all dependencies.
|
1. Execute `pip3 install -r requirements.txt` to install all dependencies.
|
||||||
2. Open Python shell (just `python3` command) and enter `nltk.download("punkt")`.
|
2. Open Python shell (just `python3` command) and enter `nltk.download("punkt")`.
|
||||||
3. Run `python3 main.py`, then select desired option.
|
3. Run `python3 main.py` for Markov chain or RNN, then select desired option.
|
||||||
4. Enjoy generating :)
|
4. Enjoy generating :)
|
||||||
|
|
||||||
## Authors
|
## Authors
|
||||||
|
Loading…
x
Reference in New Issue
Block a user