transcribe-rs
a simple transcription library for rust
File Explorer
Download Latest Version (.zip)- config.toml
- fmt.yml
- test.yml
- canary.rs
- cohere.rs
- gigaam.rs
- moonshine.rs
- moonshine_streaming.rs
- openai.rs
- parakeet.rs
- sense_voice.rs
- whisper.rs
- whisperfile.rs
- dots.wav
- german.wav
- itn.wav
- jfk.wav
- pnc.wav
- product_names.wav
- russian.wav
- ctc.rs
- greedy.rs
- mod.rs
- sentencepiece.rs
- tokens.rs
- cmvn.rs
- lfr.rs
- mel.rs
- mod.rs
- decoder.rs
- mod.rs
- vocab.rs
- mod.rs
- mod.rs
- mod.rs
- model.rs
- streaming.rs
- mod.rs
- mod.rs
- mod.rs
- PORTING.md
- session.rs
- mod.rs
- openai.rs
- energy_adaptive_chunked.rs
- merge.rs
- mod.rs
- test_helpers.rs
- vad_chunked.rs
- mod.rs
- silero.rs
- gpu.rs
- mod.rs
- accel.rs
- audio.rs
- error.rs
- lib.rs
- whisperfile.rs
- mod.rs
- canary.rs
- cohere.rs
- gigaam.rs
- moonshine.rs
- openai.rs
- parakeet.rs
- sense_voice.rs
- transcribe_single_chunk.rs
- transcriber.rs
- vad_silero.rs
- whisper.rs
- whisperfile.rs
- .gitignore
- ADDING_ENGINES.md
- build.rs
- Cargo.lock
- Cargo.toml
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/cjpais/transcribe-rs
Downloads the entire project code from GitHub to your computer.
cd transcribe-rs
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo run --example parakeet --features onnx
Builds and then immediately runs the program.
cargo run --example canary --features onnx
Builds and then immediately runs the program.
cargo run --example cohere --features onnx
Builds and then immediately runs the program.
cargo run --example sense_voice --features onnx
Builds and then immediately runs the program.
cargo run --example moonshine --features onnx
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
