Niral Patel commited on
Commit
c50b023
·
1 Parent(s): 8a1abe9

add readme

Browse files
Files changed (1) hide show
  1. README.md +29 -13
README.md CHANGED
@@ -1,14 +1,30 @@
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
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0 # Example license. Adjust if needed.
5
+ library_name: transformers # Since the model integrates with Hugging Face Transformers
6
+ tags:
7
+ - audio
8
+ - source-separation
9
+ - music
10
+ - spleeter
11
+ datasets:
12
+ - None # Replace with dataset name if applicable
13
+ metrics:
14
+ - source-separation # Adjust if there's a specific metric used
15
+ base_model: None # Not based on a pretrained model
16
 
17
+ model-index:
18
+ - name: Spleeter 2-Stems Transformer Integration
19
+ results:
20
+ - task:
21
+ type: audio-source-separation
22
+ name: Source Separation
23
+ dataset:
24
+ type: None # Replace with dataset name if you used one
25
+ name: None # Replace if a specific dataset was used
26
+ metrics:
27
+ - type: source-separation
28
+ value: N/A
29
+ name: Accuracy # Replace with relevant metric name and value if applicable
30
+ ---