| Crates.io | whisperd |
| lib.rs | whisperd |
| version | 0.1.12 |
| created_at | 2023-10-26 23:18:27.979619+00 |
| updated_at | 2023-10-27 00:02:31.349546+00 |
| description | HTTP server for the OpenAI Whisper speech-to-text model. |
| homepage | https://github.com/tiero/whisperd |
| repository | https://github.com/tiero/whisperd |
| max_upload_size | |
| id | 1015399 |
| size | 103,317 |
A simple HTTP server written in Rust for the OpenAI Whisper speech-to-text model.
tiny.entinybase.enbasesmall.ensmallmedium.enmediumlargelarge-v1🇬🇧 English (en)
🇨🇳 Chinese (zh)
🇩🇪 German (de)
🇪🇸 Spanish (es)
🇷🇺 Russian (ru)
git clone https://github.com/tiero/whisperd.git
cd whisperd
cargo build --release
./target/release/whisperd serve --model_path path_to_whisper_model
Now, the server is running at http://localhost:8000 and ready to transcribe!
whisperd serve --port 5000 --model_path <path_to_model>
whisperd transcribe --audio <path_to_audio>
For more advanced options, use:
whisperd --help
Pull requests and issues are welcome!
This project is licensed under the MIT License - see the LICENSE file for details.