This project is a web application built using Streamlit that allows users to create mashups of YouTube videos. Users can input the artist's name, specify the number of clips, duration per clip, and the output filename. The application fetches videos from YouTube based on the artist's name, downloads and processes the clips, and merges them into a single mashup audio file.
PS: Project is now live at https://mashup-creator.streamlit.app/ Try it out !
- Clone the repository:
git clone https://github.com/vteam27/Mashup-Creator.git
- Navigate to the project directory:
cd Mashup-Creator
- Install the dependencies:
pip install -r requirements.txt
- Run the Streamlit application:
streamlit run app.py
- Access the application in your web browser by visiting http://localhost:8501.
- Enter the artist's name, number of clips, duration per clip, and the output filename.
- Click on the "Create Mashup" button and wait.
- Once the mashup is created successfully, a "Download Mashup" button will appear. Click on it to download the mashup audio file.
ilovethesmiths.mov
This project is licensed under the MIT License - see the LICENSE file for details.