Transcriptor is a Rust + React app that transcribes WAV audio with Whisper running on the Candle crate.
actix-web, Candle + candle-transformers Whispercargo run
Backend starts on http://localhost:8080.
cd frontend
npm install
npm run dev
Frontend starts on http://localhost:5173 and calls http://localhost:8080 by default.
To customize backend URL:
VITE_API_BASE_URL=http://localhost:8080 npm run dev
hf-hub.2 commits
2 commits
Rust
68.1%
JavaScript
24.7%
CSS
4.9%
HTML
2.3%
Transcriptor is a Rust + React app that transcribes WAV audio with Whisper running on the Candle crate.
actix-web, Candle + candle-transformers Whispercargo run
Backend starts on http://localhost:8080.
cd frontend
npm install
npm run dev
Frontend starts on http://localhost:5173 and calls http://localhost:8080 by default.
To customize backend URL:
VITE_API_BASE_URL=http://localhost:8080 npm run dev
hf-hub.2 commits
2 commits
Rust
68.1%
JavaScript
24.7%
CSS
4.9%
HTML
2.3%