ReaSpeech is a ReaScript frontend that will take your project's media items and run them through a Docker-hosted Whisper backend, building a searchable, project-marker based index of the resulting transcription. That's right - not only do you reap (zing!) the benefits of a staff of transcribers, but you get to add "familiar with Docker" to your resume.
- Install Docker
- Run the Docker image
- Navigate to localhost:9000
docker run -d -p 9000:9000 --name reaspeech techaudiodoc/reaspeech:latest
docker run -d --gpus all -p 9000:9000 --name reaspeech-gpu techaudiodoc/reaspeech:latest-gpu
Please see our Apple Silicon GPU instructions
For more detailed instructions, see Docker Usage
ReaSpeech's initial web service and Docker setup were based on the Whisper ASR Webservice project.
Transcription is provided by the Faster Whisper library.
ReaSpeech uses ReaImGui by Christian Fillion for its user interface toolkit.
ReaSpeech is licensed under the terms of the GPLv3. Portions are derived from the whisper-asr-webservice project, which is MIT-licensed. All source files in this repository should be considered GPL-licensed unless otherwise specified.