Welcome to NoDrums, the tool that intelligently removes drum sounds from audio tracks! Whether you're a musician, producer, or just an audio enthusiast, NoDrums helps you isolate melodies and harmonies by removing percussive elements from your tracks.
- Efficient drum sound removal from audio files.
- Easy to use via a web interface.
- Runs seamlessly in Docker or locally with Python.
- unique check on youtube url to prevent additional downloads once cached
- Clone the repository:
git clone https://github.com/abutbul/NoDrums.git cd NoDrums
- Build and run the Docker container:
docker compose up
- Access the app at
http://localhost:5000
.
- Clone the repository:
git clone https://github.com/abutbul/NoDrums.git cd NoDrums
- Set up a virtual environment and install dependencies:
python3 -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate pip install -r requirements.txt
- Start the application:
python app.py
- Access the app at
http://localhost:5000
.
We welcome contributions! Check out the contribution guidelines to get started.
For more detailed instructions, troubleshooting, and advanced usage, visit our wiki.
Enjoy making music your own! 🎶