floriangardin
commited on
Commit
•
25d4228
1
Parent(s):
97b0180
Update README.md
Browse files
README.md
CHANGED
@@ -4,21 +4,16 @@ widget:
|
|
4 |
- text: "CHORD_CHANGE"
|
5 |
example_title: "Predict chord progression"
|
6 |
---
|
7 |
-
MusicLang
|
8 |
-
|
9 |
|
10 |
![MusicLang logo](https://github.com/MusicLang/musiclang/blob/main/documentation/images/MusicLang.png?raw=true "MusicLang")
|
11 |
|
12 |
-
MusicLang
|
13 |
|
14 |
It can be used for different use cases :
|
15 |
-
- Predict a
|
16 |
-
- Continue a
|
17 |
-
- Predict a new song from a template (see examples below)
|
18 |
-
- Continue a song from a prompt and a template
|
19 |
-
|
20 |
-
To solve template generation use cases,
|
21 |
-
we provide an interface to create a template from an existing midi file.
|
22 |
|
23 |
To make the prediction we have an inference package available here : [MusicLang Predict](https://github.com/MusicLang/musiclang_predict)
|
24 |
which is based on the musiclang language : [MusicLang](https://github.com/MusicLang/musiclang).
|
|
|
4 |
- text: "CHORD_CHANGE"
|
5 |
example_title: "Predict chord progression"
|
6 |
---
|
7 |
+
MusicLang Chord Predictor model
|
8 |
+
===============================
|
9 |
|
10 |
![MusicLang logo](https://github.com/MusicLang/musiclang/blob/main/documentation/images/MusicLang.png?raw=true "MusicLang")
|
11 |
|
12 |
+
MusicLang Chord Predictor is a model for creating original chord progressions with generative AI model.
|
13 |
|
14 |
It can be used for different use cases :
|
15 |
+
- Predict a chord progression from scratch (a fixed number of chords)
|
16 |
+
- Continue a chord progression (using a MusicLang prompt)
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
To make the prediction we have an inference package available here : [MusicLang Predict](https://github.com/MusicLang/musiclang_predict)
|
19 |
which is based on the musiclang language : [MusicLang](https://github.com/MusicLang/musiclang).
|