Instructions to use mlx-community/whisper-tiny-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/whisper-tiny-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir whisper-tiny-mlx mlx-community/whisper-tiny-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
Update README.md
#1
by Mina76 - opened
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
library_name: mlx
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# whisper-tiny-mlx
|
|
@@ -13,4 +14,4 @@ pip install -r requirements.txt
|
|
| 13 |
|
| 14 |
>> import whisper
|
| 15 |
>> whisper.transcribe("FILE_NAME")
|
| 16 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
library_name: mlx
|
| 3 |
+
pipeline_tag: text-to-speech
|
| 4 |
---
|
| 5 |
|
| 6 |
# whisper-tiny-mlx
|
|
|
|
| 14 |
|
| 15 |
>> import whisper
|
| 16 |
>> whisper.transcribe("FILE_NAME")
|
| 17 |
+
```
|