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 +```