Multilang Express Translator
> Multilang Express Translator is a lightweight, production-ready multilingual translation API that instantly translates any input text into 5 major European languages: English, French, Spanish, German, and Italian. Powered by Helsinki-NLP’s efficient open-source models, this AI model is designed for content creators, e-commerce sellers, legal professionals, and SaaS developers who need fast, accurate translations across multiple markets.
Asteroid Speech Separator
This API uses the ConvTasNet model from the Asteroid library to perform speech source separation on mono .wav audio files.
API Endpoint
POST /separate
Input: Audio file (.wav) in form-data field named audio
Output: JSON containing the path to the separated output .wav file
Example with curl:
curl -X POST -F "[email protected]" http://localhost:8000/separate
License
This model uses open weights from the JorisCos/ConvTasNet_Libri2Mix_sepclean_16k checkpoint.