01/01OS/01OS/server/stt/local_service/whisper-rust
killian 38a0039a8f Switched to poetry, pushed to `pip`, new scaffolding for multiple clients 2024-02-12 03:35:39 -08:00
..
src Switched to poetry, pushed to `pip`, new scaffolding for multiple clients 2024-02-12 03:35:39 -08:00
.gitignore Switched to poetry, pushed to `pip`, new scaffolding for multiple clients 2024-02-12 03:35:39 -08:00
Cargo.lock Switched to poetry, pushed to `pip`, new scaffolding for multiple clients 2024-02-12 03:35:39 -08:00
Cargo.toml Switched to poetry, pushed to `pip`, new scaffolding for multiple clients 2024-02-12 03:35:39 -08:00
README.md Switched to poetry, pushed to `pip`, new scaffolding for multiple clients 2024-02-12 03:35:39 -08:00
whisper-rust Switched to poetry, pushed to `pip`, new scaffolding for multiple clients 2024-02-12 03:35:39 -08:00

README.md

Setup

To rebuild the whisper-rust executable, do the following:

  1. Install Rust, cmake, and Python dependencies pip install -r requirements.txt.
  2. Go to core/stt and run cargo build --release.
  3. Move the whisper-rust executable from target/release to this directory.