alvanalrakib commited on
Commit
0e587fa
Β·
verified Β·
1 Parent(s): c5de247

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -9
README.md CHANGED
@@ -1,14 +1,58 @@
 
 
 
 
1
  ---
2
- license: apache-2.0
3
- datasets:
4
- - projectlosangeles/Godzilla-MIDI-Dataset
5
- tags:
6
- - MuseCraft
 
 
 
7
  ---
8
 
9
- # MuseCraft Project Models
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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