_/_/_/ _/_/_/ _/_/ _/_/_/ _/_/_/_/ _/ _/ _/_/
_/ _/ _/ _/ _/ _/ _/_/ _/ _/ _/
_/_/ _/ _/ _/ _/ _/_/ _/_/_/ _/ _/ _/ _/ _/
_/ _/ _/ _/ _/ _/ _/ _/ _/_/ _/_/ _/
_/_/_/ _/_/_/ _/_/ _/_/_/ _/_/_/_/ _/ _/ _/_/_/
_/_/
An innovative project that uses generative AI to create musical score images based on user input and musical characteristics.
The SCOGEN aims to create a deep learning model capable of generating sheet music images. By understanding musical elements such as key signatures, time signatures, note placements, and overall musical feel, our AI can produce unique and coherent musical scores tailored to user preferences.
-
Generate musical score images from user-defined parameters
-
Support various musical styles, genres, and instruments
-
Understand and implement musical theory in generated scores
-
Produce high-quality, printable sheet music images
- Python: 3.10.6
- CUDA: 11.8
- Tensorflow
- keras
- scikit-learn
- Music21: 9.1.0
- numPy
- Matplotlib
- Clone this repository:
git clone https://github.com/Oh-JongJin/SCOGEN.git
- Install the required libraries:
pip install -r requirements.txt
To generate a music score using SCOGEN, follow these steps:
-
Ensure you have installed all required dependencies as mentioned in the Installation section.
-
Run the main script with your desired parameters:
python lstm_gen.py
- Dataset Construction
- Gather sheet music images across various genres, styles, and instruments.
- Annotate each sheet music image with metadata such as key signature, tempo, genre, etc.
- Model Selection
- Utilize generative models like GANs (Generative Adversarial Networks) or VAEs (Variational Autoencoders) for image generation.
- Consider using recent models like Stable Diffusion for text-to-image generation capabilities.
- UI
- Develop an interface where users can input desired music characteristics (e.g., genre, tempo, key signature).
- Maintaining Structural Consistency: Ensure the generated sheet music maintains a consistent structure.
- Adhering to Music Theory: Ensure compliance with music theory rules.
- Matching User Intent: Generate sheet music that aligns with user specifications.
- High-Quality Image Generation: Produce high-quality, visually appealing sheet music images.