MLX
awni commited on
Commit
678b53c
·
verified ·
1 Parent(s): c387454

Create README.md

Browse files

---
license: mit
library_name: mlx
---

## Use with mlx-whisper


```bash
pip install mlx-whisper
```

```python
import mlx_whisper

result = mlx_whisper.transcribe(
speech_file,
path_or_hf_repo="mlx-community/whisper-base-mlx-2bit")
```

Files changed (1) hide show
  1. README.md +0 -0
README.md ADDED
File without changes