Model reference · open weights
resemble-enhance is an open-weight audio or speech model from ResembleAI. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Maker | ResembleAI |
|---|---|
| Type | Audio & music |
| Task | Audio→audio |
| Released | 2023-12-11 |
| Popularity | 0 downloads / month |
| Licence | Open weights |
About
Resemble Enhance is an AI-powered tool that aims to improve the overall quality of speech by performing denoising and enhancement. It consists of two modules: a denoiser, which separates speech from a noisy audio, and an enhancer, which further boosts the perceptual audio quality by restoring audio distortions and extending the audio bandwidth. The two models are trained on high-quality 44.1kHz speech data that guarantees the enhancement of your speech with high quality.
Below are three videos with separate examples of Resemble Enhance's denoiser module and then enhancer module improving speech quality.
Background Music - https://youtu.be/gl--IMtQ0XQ
Street Noise - https://youtu.be/zC87BjtsZVA
Archived Speech - https://youtu.be/6dALaLMJhSQ
From the published model card. Full card on the HuggingFace links in the sidebar.
How it works
Using it via the API
Once AxForge deploys resemble-enhance for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (resemble-enhance below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/audio/transcriptions \ -H "Authorization: Bearer $AXFORGE_API_KEY" \ -F model="resemble-enhance" -F file=@audio.mp3
Create an account — your API key is available in the console. 5M tokens/month currently included with every new account at launch.