This Python program extracts vocals from YouTube videos, leveraging Dropbox for uploading files and Moises for vocal extraction, all without relying on the Moises API, ensuring a free solution.
- Extracts vocals from YouTube videos efficiently.
- Utilizes Dropbox for file transfer.
- Uses Moises.AI for vocal extraction without API usage.
- Easy-to-use Python script.
- Kindly modify the Dropbox API credentials on lines 86, 87, and 88 of the script. (Refer Dropbox Documentation)
- Add your Dropbox Access Token in
token.txt
. - Ensure you have Python 3.x installed.
- Install the required dependencies listed in
requirements.txt
. - Obtain the YouTube video link you want to extract vocals from.
- Run the script, providing the YouTube video link as an argument.
- The program will upload the video file to Dropbox, process it using Moises, and extract the vocals.
- Retrieve the extracted vocals from the Downloads directory.
- Python 3.x
- Dependencies (see
requirements.txt
)
Feel free to contribute and improve this project!