Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 385 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 385 Bytes

Transcriber

A Python package for transcribing audio and video files using WhisperX and SpeechRecognition.

Installation

pip install git+https://github.com/dzianisv/transcriber.git

Run a transcriber server

python3 -m transcriber.server --host 100.100.107.153 --port 8085

Transcriber the video file

python3 -m transcriber.client video.mp4