Skip to content

hannachoum/Karaoke-music-extraction-with-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Karaoke - music extraction

Overview

The "Karaoke Song Extraction" project is designed to separate vocals from the instrumental parts of a song, effectively creating a karaoke version. This project utilizes advanced audio processing and machine learning techniques to achieve high-quality vocal isolation.

Features

  • Vocal isolation from a wide range of song genres.
  • Support for various audio file formats.
  • User-friendly interface for easy operation.

Installation

To set up this project, clone the repository and install the required dependencies:

git clone https://github.com/hannachoum/Karaoke_Song_Extraction.git
cd Karaoke_Song_Extraction
pip install -r requirements.txt

Usage

To extract vocals from a song, run the main script with the path to your audio file:

python extract_vocals.py --input /path/to/your/song.mp3

The output will be saved in the specified output directory.

Dependencies

  • Python 3.x
  • Libraries: Speaker

Contributing

Contributions to the "Karaoke Song Extraction" project are always welcome. You can contribute in various ways:

  • Improving the vocal extraction algorithm.
  • Enhancing the user interface.
  • Adding support for more audio formats.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

Voice separation from music

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published