mlx-examples/whisper/mlx_whisper
Anthony Wu 4394633ce0
mlx_whisper: add support for audio input from stdin (#1012)
* add support for audio and input name from stdin

* refactored to stdin - arg, and output-name template

* fix bugs, add test coverage

* fix doc to match arg rename

* some nits

---------

Co-authored-by: Awni Hannun <awni@apple.com>
2024-11-04 14:02:13 -08:00
..
assets Whisper: Add pip distribution configuration to support pip installations. (#739) 2024-05-01 09:00:02 -07:00
__init__.py Make sure to import the correct "version" module when installing mlx_whisper and mlx_lm from local source code. (#969) 2024-09-03 13:16:21 -07:00
_version.py fix (#1082) 2024-11-02 13:51:38 -07:00
audio.py mlx_whisper: add support for audio input from stdin (#1012) 2024-11-04 14:02:13 -08:00
cli.py mlx_whisper: add support for audio input from stdin (#1012) 2024-11-04 14:02:13 -08:00
decoding.py fix (#1082) 2024-11-02 13:51:38 -07:00
load_models.py Whisper improvements (#1080) 2024-11-01 10:52:28 -07:00
requirements.txt Whisper: Add pip distribution configuration to support pip installations. (#739) 2024-05-01 09:00:02 -07:00
timing.py Whisper: Support command line (#746) 2024-08-16 10:35:44 -07:00
tokenizer.py Whisper: Add pip distribution configuration to support pip installations. (#739) 2024-05-01 09:00:02 -07:00
torch_whisper.py Whisper: Add pip distribution configuration to support pip installations. (#739) 2024-05-01 09:00:02 -07:00
transcribe.py Whisper improvements (#1080) 2024-11-01 10:52:28 -07:00
whisper.py Whisper improvements (#1080) 2024-11-01 10:52:28 -07:00
writers.py mlx_whisper: add support for audio input from stdin (#1012) 2024-11-04 14:02:13 -08:00