An open API service indexing awesome lists of open source software.

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.

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```