Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,58 @@
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
-
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
-
### Project Los Angeles
|
14 |
-
### Tegridy Code 2025
|
|
|
1 |
+
# πΌ MuseCraft Model Repository
|
2 |
+
|
3 |
+
This repository hosts the official model files used in the [MIDI-Gen](https://github.com/WebChatAppAi/midi-gen) and [MuseCraft](https://webchatappai.github.io/midi-gen/pages/features.html) applications.
|
4 |
+
|
5 |
---
|
6 |
+
|
7 |
+
## π¦ What This Repository Contains
|
8 |
+
|
9 |
+
- β
**Pretrained melody generation models** (e.g., `alex_melody.pth`)
|
10 |
+
- β
Models designed for symbolic music generation using MIDI token structures
|
11 |
+
- β
Plug-and-play support for the AI Studio panel inside the MIDI-Gen app
|
12 |
+
- β
Models trained using [Tegridy Code 2025] principles and the Godzilla MIDI dataset
|
13 |
+
|
14 |
---
|
15 |
|
16 |
+
## π§ About MIDI-Gen / MuseCraft
|
17 |
+
|
18 |
+
[MIDI-Gen](https://github.com/WebChatAppAi/midi-gen) is a cross-platform music creation app with a piano-roll interface powered by local AI models.
|
19 |
+
**MuseCraft** is its advanced evolution, integrating powerful symbolic music models with interactive UI tools like:
|
20 |
+
|
21 |
+
- ποΈ Dynamic Plugin System
|
22 |
+
- π΅ AI-Powered Melody Generation
|
23 |
+
- π‘ Prompt-Based Controls
|
24 |
+
- πΎ Local & Hugging Face Model Integration
|
25 |
+
|
26 |
+
---
|
27 |
+
|
28 |
+
## π§ Model Usage
|
29 |
+
|
30 |
+
To use a model from this repo in MIDI-Gen:
|
31 |
+
|
32 |
+
1. Download the `.pth` file from this repository
|
33 |
+
2. Place it in:
|
34 |
+
|
35 |
+
midi-gen/ai_studio/models/
|
36 |
|
37 |
+
3. Make sure it's named:
|
38 |
+
|
39 |
+
alex_melody.pth
|
40 |
+
|
41 |
+
4. Launch the app and select the corresponding plugin
|
42 |
+
|
43 |
+
---
|
44 |
+
|
45 |
+
## π License
|
46 |
+
|
47 |
+
This project is released under the **Apache 2.0 License**
|
48 |
+
See `LICENSE` file for details.
|
49 |
+
|
50 |
+
---
|
51 |
+
|
52 |
+
## π₯ Authors
|
53 |
+
|
54 |
+
- [projectlosangeles](https://huggingface.co/projectlosangeles)
|
55 |
+
- [WebChatAppAi](https://github.com/WebChatAppAi)
|
56 |
+
|
57 |
+
---
|
58 |
|
|
|
|