File size: 395 Bytes
086e2ec
0aa3d5a
097c0cb
 
 
 
086e2ec
 
0aa3d5a
 
086e2ec
0aa3d5a
 
 
 
086e2ec
0aa3d5a
 
086e2ec
0aa3d5a
 
 
 
097c0cb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
library_name: mlx
language:
- he
base_model:
- ivrit-ai/whisper-large-v3
---

# ivrit-ai-whisper-large-v3-mlx
This model was converted to MLX format from [`ivrit-ai/whisper-large-v3`]().

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

```python
import mlx_whisper

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