RobotsMali/RobotsMali_ASR_DEMO
0
1# RobotsMali ASR Agent2 3This agent provides Automatic Speech Recognition (ASR) for Bambara using state-of-the-art models from RobotsMali.4 5## Description6 7This space implements several models optimized for Bambara language transcription, including:8- **Soloni V3 (TDT-CTC)**: A hybrid architecture for fast and accurate transcription.9- **Soloba V3 (CTC)**: A robust CTC-based model.10 11The agent can take audio input (via upload or internal path) and return a full text transcription.12 13## Tools14 15### transcription16Transcribes an audio file into text.17- **audio**: The audio file to transcribe (Path or URL).18- **model_name**: The name of the model to use (default: "Soloni V3 (TDT-CTC)").19 20Returns: String containing the transcription.21 