https://github.com/icelain/trv
A simple web-based video/audio transcriber in rust. Proud ffmpeg and openai-whisper wrapper.
https://github.com/icelain/trv
Last synced: 10 months ago
JSON representation
A simple web-based video/audio transcriber in rust. Proud ffmpeg and openai-whisper wrapper.
- Host: GitHub
- URL: https://github.com/icelain/trv
- Owner: Icelain
- License: mit
- Created: 2024-07-18T18:10:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T21:24:56.000Z (almost 2 years ago)
- Last Synced: 2025-04-14T23:10:03.891Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 44.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trv
A simple web-based video/audio transcriber in rust. Proud ffmpeg and openai-whisper wrapper.
# Installation and Configuration
```git clone https://github.com/icelain/trv```
In cargo.toml, set the whisper.cpp dependency's feature to whatever is available on your system. Eg: cuda/metal/rocm.
Then,
```cargo run --release```