Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
# 🎵 GhostAI Music Generator 🎸
|
5 |
+
|
6 |
+
The **GhostAI Music Generator** is an innovative web-based tool that leverages Meta AI's `musicgen-medium` model to create high-quality instrumental music tracks. With support for genres like Rock, Techno, Jazz, Classical, and Hip-Hop, this tool allows you to generate music with structured sections such as intros, verses, and choruses. It features a user-friendly Gradio interface, MP3 output, and advanced audio processing to ensure your tracks sound professional and polished.
|
7 |
+
|
8 |
+
This project began as a simple music generation tool but quickly evolved to tackle challenges like VRAM limitations, audio quality, and song structure. Through a series of updates, we optimized memory usage by splitting tracks into chunks, enhanced song flow with varied prompts for each section, and refined the audio with EQ, a chorus effect, and peak limiting. The result is a powerful music creation platform that’s both accessible and customizable.
|
9 |
+
|
10 |
+
## Features
|
11 |
+
- **AI-Powered Music Generation**: Generate instrumental tracks in multiple genres using the `musicgen-medium` model.
|
12 |
+
- **Structured Song Sections**: Create tracks with distinct intros, verses, and choruses by using varied prompts for each chunk.
|
13 |
+
- **Gradio Web Interface**: Easily input prompts, adjust generation settings, and preview your music through an intuitive UI.
|
14 |
+
- **MP3 Output**: Save your tracks as high-quality MP3 files (320 kbps) with embedded metadata.
|
15 |
+
- **Audio Processing**: Enhance your music with EQ, a chorus effect for richness, and limiting to control peaks while preserving dynamics.
|
16 |
+
|
17 |
+
## Installation
|
18 |
+
To get started with the GhostAI Music Generator, follow these steps:
|
19 |
+
|
20 |
+
1. **Clone the Repository**:
|
21 |
+
Clone the project from Hugging Face and navigate to the directory:
|