File size: 316 Bytes
7f71d4d
 
 
 
 
9816646
7f71d4d
 
 
 
 
 
 
 
 
 
 
98f7df0
7f71d4d
98f7df0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
library_name: mlx
---

# whisper-large-v3-turbo
This model was converted to MLX format from [`large-v3-turbo`]().

## Use with mlx
```bash
pip install mlx-whisper
```

```python
import mlx_whisper

result = mlx_whisper.transcribe(
    "FILE_NAME",
    path_or_hf_repo=mlx-community/whisper-large-v3-turbo,
)
```