library_name: mlx | |
tags: | |
- mlx | |
- automatic-speech-recognition | |
- speech | |
- audio | |
- FastConformer | |
- Conformer | |
- Parakeet | |
license: cc-by-4.0 | |
pipeline_tag: automatic-speech-recognition | |
base_model: nvidia/parakeet-ctc-1.1b | |
# mlx-community/parakeet-ctc-1.1b | |
This model was converted to MLX format from [nvidia/parakeet-ctc-1.1b](https://huggingface.co/nvidia/parakeet-ctc-1.1b) using [the conversion script](https://gist.github.com/senstella/77178bb5d6ec67bf8c54705a5f490bed). Please refer to [original model card](https://huggingface.co/nvidia/parakeet-ctc-1.1b) for more details on the model. | |
## Use with mlx | |
### parakeet-mlx | |
```bash | |
pip install -U parakeet-mlx | |
``` | |
```bash | |
parakeet-mlx audio.wav --model mlx-community/parakeet-ctc-1.1b | |
``` | |