We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a33abd commit bb0e492Copy full SHA for bb0e492
README.md
@@ -6,12 +6,16 @@ This is `generative model` which when given some initial seed (starting note and
6
2. `LSTM-TensorFlow`
7
8
> The song data is preprocessed using python library `music21`
9
+
10
> Then we have transpose the songs like converting them in C major and A minor
11
12
> Then we have used LSTM layer to make the model
13
14
> We have to give an initial seed to generate the music
15
16
### E.g. of seed
17
`64 _ _ 62 _ r _ 60 _.....`
18
19
Here r is rest and numbers are notes
20
21
### E.g. of generated melody
0 commit comments