MLX
awni's picture
Create README.md
7500693 verified
---
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")
```