awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
tsurumeso avatar

tsurumeso/vocal-remover

0
View on GitHub↗
1,748 Stars·257 Forks·Python·MIT·12 Aufrufe

Vocal Remover

Vocal Remover ist eine Deep-Learning-Anwendung für die Audio-Quellentrennung. Sie fungiert als CLI-Utility, das komplexe Audiosignale in einzelne Komponenten zerlegt und insbesondere Gesangs- und Instrumentalspuren aus gemischten Aufnahmen isoliert.

Die Software nutzt eine symmetrische Encoder-Decoder-Architektur neuronaler Netze zur Verarbeitung von Audio-Spektrogrammen. Durch die Anwendung gelernter Magnitude-Masken auf die ursprüngliche Signalphase rekonstruiert das System das Ausgabe-Audio unter Beibehaltung der zeitlichen Kohärenz. Es unterstützt sowohl die Ausführung vortrainierter Modelle für die Spurenextraktion als auch das Training benutzerdefinierter Modelle auf spezifischen Datensätzen, um die Isolationsgenauigkeit zu verfeinern.

Das Tool deckt eine Reihe von Audio-Post-Production- und Musikproduktions-Workflows ab, einschließlich der Erstellung von Backing-Tracks und der Extraktion von Stems für Remixe. Es nutzt Hardware-Beschleunigung, um die für hochfrequente Signalverarbeitung erforderliche Matrixmultiplikation zu bewältigen. Das Projekt wird als CLI für die lokale Ausführung und Modellentwicklung verteilt.

Features

  • Source Separation Tools - Provides a deep learning application that isolates vocals and instrumental tracks from audio files using trained neural network models.
  • Audio Track Extraction - Extracts vocals and instrumental components from a single audio file by applying machine learning models to generate distinct output files.
  • Deep Learning Processors - Provides a command-line utility for training and executing neural network models to perform high-quality audio track extraction.
  • Mel-Spectrogram Processing - Converts time-domain audio waveforms into frequency-domain representations to allow neural networks to perform precise spatial filtering on audio data.
  • Separation Model Training - Improves audio separation accuracy by training models on specific datasets using configurable parameters for data augmentation and hardware acceleration.
  • GPU-Accelerated Inference - Offloads heavy matrix multiplication tasks to dedicated hardware to enable real-time or batch processing of high-fidelity audio files.
  • Machine Learning Training - Develops and fine-tunes custom neural networks on specific audio datasets to improve the accuracy of sound source isolation tasks.
  • U-Net Architectures - Processes audio spectrograms through a symmetric encoder-decoder network to identify and mask specific frequency patterns for source separation.
  • Audio - Reconstructs output audio by applying learned magnitude masks to the original signal phase to maintain temporal coherence and minimize artifacts.
  • Vocal Removal Tools - Removes unwanted vocal layers from audio tracks to prepare high-quality backing tracks for karaoke or professional studio use.

Star-Verlauf

Star-Verlauf für tsurumeso/vocal-removerStar-Verlauf für tsurumeso/vocal-remover

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Kuratierte Suchen mit Vocal Remover

Handverlesene Sammlungen, in denen Vocal Remover vorkommt.
  • KI-basierte Vocal-Remover und Stem-Splitter

Open-Source-Alternativen zu Vocal Remover

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Vocal Remover.
  • anjok07/ultimatevocalremoverguiAvatar von Anjok07

    Anjok07/ultimatevocalremovergui

    23,673Auf GitHub ansehen↗

    Ultimate Vocal Remover is a desktop application designed for AI-driven audio source separation. It utilizes deep learning models to isolate vocals, drums, and other individual instruments from mixed audio files, providing a utility for professional production and creative editing workflows. The software distinguishes itself by leveraging GPU-accelerated tensor computation to perform complex signal processing tasks, significantly reducing the time required for high-fidelity audio extraction. It incorporates a modular plugin architecture that integrates external utilities to support a wide rang

    Pythonaudioinstrumentalkaraoke
    Auf GitHub ansehen↗23,673
  • facebookresearch/demucsAvatar von facebookresearch

    facebookresearch/demucs

    10,236Auf GitHub ansehen↗

    Demucs is a deep learning stem splitter and AI music de-mixing software used to isolate vocals and instruments from a single audio file. It functions as a PyTorch audio source separation tool that splits mixed tracks into individual stems such as drums, bass, and vocals. The system is a hybrid spectrogram waveform separator that combines spectral and waveform analysis. This approach allows the software to process audio in both frequency and time domains to achieve high-fidelity source separation. The tool provides capabilities for audio source separation, including acapella track extraction

    Python
    Auf GitHub ansehen↗10,236
  • deezer/spleeterAvatar von deezer

    deezer/spleeter

    28,252Auf GitHub ansehen↗

    Spleeter is an AI audio source separation library and deep learning toolkit designed to split mixed music files into individual audio stems, such as vocals and drums. It provides a suite of pretrained models for isolating different instruments and voices from a recording. The toolkit includes capabilities for training and evaluating custom audio separation models using labeled datasets and configuration files. It also features utilities for measuring model performance by comparing separation outputs against reference datasets. The system manages audio processing through spectral representati

    Pythonaudio-processingbassdeep-learning
    Auf GitHub ansehen↗28,252
  • voice-cloning-app/voice-cloning-appAvatar von voice-cloning-app

    voice-cloning-app/Voice-Cloning-App

    1,438Auf GitHub ansehen↗

    This application is a platform for AI voice synthesis and neural voice cloning. It provides a comprehensive toolkit for converting text into natural-sounding human speech by applying custom-trained neural network models to specific audio samples. The system facilitates the entire lifecycle of voice model development, including the preparation of raw audiobooks and video transcriptions into structured training datasets. It supports the training of these models on local or remote hardware, utilizing multi-GPU distributed processing to handle large-scale data and accelerate model convergence. B

    Pythondeep-learningpythonpytorch
    Auf GitHub ansehen↗1,438
Alle 30 Alternativen zu Vocal Remover anzeigen→

Häufig gestellte Fragen

Was macht tsurumeso/vocal-remover?

Vocal Remover ist eine Deep-Learning-Anwendung für die Audio-Quellentrennung. Sie fungiert als CLI-Utility, das komplexe Audiosignale in einzelne Komponenten zerlegt und insbesondere Gesangs- und Instrumentalspuren aus gemischten Aufnahmen isoliert.

Was sind die Hauptfunktionen von tsurumeso/vocal-remover?

Die Hauptfunktionen von tsurumeso/vocal-remover sind: Source Separation Tools, Audio Track Extraction, Deep Learning Processors, Mel-Spectrogram Processing, Separation Model Training, GPU-Accelerated Inference, Machine Learning Training, U-Net Architectures.

Welche Open-Source-Alternativen gibt es zu tsurumeso/vocal-remover?

Open-Source-Alternativen zu tsurumeso/vocal-remover sind unter anderem: anjok07/ultimatevocalremovergui — Ultimate Vocal Remover is a desktop application designed for AI-driven audio source separation. It utilizes deep… facebookresearch/demucs — Demucs is a deep learning stem splitter and AI music de-mixing software used to isolate vocals and instruments from a… deezer/spleeter — Spleeter is an AI audio source separation library and deep learning toolkit designed to split mixed music files into… voice-cloning-app/voice-cloning-app — This application is a platform for AI voice synthesis and neural voice cloning. It provides a comprehensive toolkit… hojonathanho/diffusion — This project is a diffusion model training framework and image synthesis pipeline. It provides the tools necessary to… bytedance/music_source_separation — This project is a deep learning toolkit designed for audio source separation and music information retrieval. It…