From c6d8667b415cc60bb6eb63ad68e57190756e3f51 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Tue, 11 Aug 2026 00:35:30 +0300 Subject: [PATCH] docs: improve README --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cb22e3..fc355b5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ + + # MIA -🎼 Musical Generative Algorithm that composes original music WITHOUT REAL MUSIC DATA TRAINING using NLP Grammars, Evolutive Computing, Simulated Annealing and LWRS Algorithm. \ No newline at end of file +🎼 Musical Generative Algorithm that composes original music WITHOUT REAL MUSIC DATA TRAINING using NLP Grammars, Evolutive Computing, Simulated Annealing and LWRS Algorithm. + +## Requirements +- Python 3.10+ + +Install the necessary dependencies: +```bash +pip install nltk pandas matplotlib +```