Niral Patel
commited on
Commit
•
8a1abe9
1
Parent(s):
2a9c4ee
add readme
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Spleeter 2-Stems Model with Transformers Integration
|
2 |
+
|
3 |
+
This repository contains a custom Spleeter-based model integrated with Hugging Face's Transformers library. It is designed for audio source separation (vocals and accompaniment).
|
4 |
+
|
5 |
+
## Model Overview
|
6 |
+
- **Model Type**: Spleeter (2-stem version)
|
7 |
+
- **Purpose**: Separates an input audio file into two stems: vocals and accompaniment.
|
8 |
+
- **Framework**: Integrated with Hugging Face Transformers.
|
9 |
+
|
10 |
+
## Usage
|
11 |
+
### Installation
|
12 |
+
To use this model, ensure you have the required dependencies installed:
|
13 |
+
```bash
|
14 |
+
pip install spleeter transformers
|