To start the mercuryScribe web server (you need Docker installed), open a terminal and run the following command:
docker run --rm -p 5001:5001 -v "$(pwd)/mercuryscribe:/app/mercuryscribe" ghcr.io/literatecomputing/transcribe-with-whisper-web:latest
Wait a few minutes for the server to download and start. Then open http://localhost:5001 in your web browser.
You will be prompted to provide a Hugging Face Access Token with instructions for obtaining one.
You can install and run mercuryScribe with Docker, or the command line tool in Python.
docker run -v $(pwd):/data literatecomputing/transcribe-with-whisper input.mp4
pip install transcribe-with-whisper
ffmpeg is required; see the Github repo for details.
This project was started to support a single research team. Considerable time has been invested to make it useful to a broader audience. If you find it valuable, please consider supporting ongoing development and maintenance through one of the options below.