senstella commited on
Commit
e381019
·
verified ·
1 Parent(s): 5fc4107

add mlx-audio

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -28,3 +28,13 @@ pip install -U parakeet-mlx
28
  ```bash
29
  parakeet-mlx audio.wav --model mlx-community/parakeet-tdt_ctc-0.6b-ja
30
  ```
 
 
 
 
 
 
 
 
 
 
 
28
  ```bash
29
  parakeet-mlx audio.wav --model mlx-community/parakeet-tdt_ctc-0.6b-ja
30
  ```
31
+
32
+ ### mlx-audio
33
+
34
+ ```bash
35
+ pip install -U mlx-audio
36
+ ```
37
+
38
+ ```bash
39
+ python -m mlx_audio.stt.generate --model mlx-community/parakeet-tdt_ctc-0.6b-ja --audio audio.wav --output somewhere
40
+ ```