CoolFace
Apppublic

Atotti/miipher-2-HuBERT-HiFi-GAN-v0.1

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
1likes
App README

๐ŸŽค Miipher-2 Speech Enhancement Demo

This is a Gradio demo for Miipher-2, a high-quality speech enhancement model that combines HuBERT, Parallel Adapters, and HiFi-GAN vocoder.

Features

  • โ€”Real-time speech enhancement - Remove noise, reverb, and other degradations
  • โ€”Multilingual support - Built on mHuBERT-147 for 147 languages
  • โ€”High-quality output - 22.05kHz audio output
  • โ€”Easy to use - Simple drag-and-drop or microphone input

Model Details

How to Use

  1. 1.Upload an audio file or record using microphone
  2. 2.Click "Enhance Audio" button
  3. 3.Download the enhanced result

Technical Details

The model uses:

  • โ€”SSL Backbone: mHuBERT-147 (multilingual)
  • โ€”Adapter: Parallel adapters inserted at layer 6
  • โ€”Vocoder: HiFi-GAN trained on SSL features
  • โ€”Input: Any sample rate (auto-resampled to 16kHz)
  • โ€”Output: 22.05kHz enhanced audio

Citation

bibtex
@article{miipher2024,
  title={Miipher-2: High-Quality Speech Enhancement via Self-Supervised Learning},
  author={Your Name and Others},
  journal={arXiv preprint arXiv:2505.04457},
  year={2024}
}