Added README
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
e7b56fa634
commit
36138f3822
19
README.md
Normal file
19
README.md
Normal file
@ -0,0 +1,19 @@
|
||||
# Mettallibruh
|
||||
|
||||
> Generates new and original lyrics from a set of existing lyrics.
|
||||
|
||||
## Format
|
||||
|
||||
The input file should be formatted such as:
|
||||
|
||||
- one line <=> one sentence
|
||||
- sentences should end with dots, always
|
||||
|
||||
## How to use
|
||||
|
||||
```bash
|
||||
cargo run --release -- ./input
|
||||
```
|
||||
|
||||
> This was made as a quick implementation for an idea.
|
||||
|
Loading…
Reference in New Issue
Block a user