The Custom Karaoke Python Script is a command-line tool that allows users to create custom karaoke tracks by removing vocals from audio files.
- Create a karaoke video from any source video
-
Clone the repository:
git clone https://github.com/muddylemon/custom-karaoke.git
-
Install the required dependencies:
cd custom-karaoke python -m venv venv ./venv/bin/activate pip install -r requirements.txt
-
Acquire a video file from YouTube:
yt-dlp -f best https://www.youtube.com/watch?v=VIDEO_ID -
Run the script with the desired video file:
python main.py path/to/video_file.mp4
-
If unsatisfied with the transcription, you can edit and re-run , it will skip the previous steps and just redo the final video.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.