File size: 735 Bytes
a3e5374
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# RobotsMali ASR Agent

This agent provides Automatic Speech Recognition (ASR) for Bambara using state-of-the-art models from RobotsMali.

## Description

This space implements several models optimized for Bambara language transcription, including:
- **Soloni V3 (TDT-CTC)**: A hybrid architecture for fast and accurate transcription.
- **Soloba V3 (CTC)**: A robust CTC-based model.

The agent can take audio input (via upload or internal path) and return a full text transcription.

## Tools

### transcription
Transcribes an audio file into text.
- **audio**: The audio file to transcribe (Path or URL).
- **model_name**: The name of the model to use (default: "Soloni V3 (TDT-CTC)").

Returns: String containing the transcription.