A Whisper CLI, built with Rust
This project attempts to build a simple Whisper CLI with Rust, to replace the base Python one. It uses whisper.cpp under the hood, making it significantly faster on M1 systems.
Installation
You can download the binary corresponding to your OS from the latest release, or build it from scratch by cloning the repo and running cargo build --release.
Run from anywhere
Put the whisper_cli binary in /usr/local/bin on Unix systems (Mac/Linux) & make sure it has permissions to execute (use chmod +x whisper_cli in terminal.)
Close & Re-open the terminal to test it by typing whisper_cli --help. It should output the following.
Usage
<AUDIO> Path
)
Develop
Make sure you have the latest version of rust installed (use rustup). Then, you can build the project by running cargo build, and run it with cargo run.
License
This project is licensed under the MIT License - see the LICENSE file for details.