killian31
feat: app example readme
e6cfdde
|
raw
history blame
524 Bytes

Speech to Video Subtitles

Get your synchronized subtitiled video in seconds!

App screenshot

Installation

In your terminal, run

git clone https://github.com/killian31/AudioVisualTranscription
cd AudioVisualTranscription
pip install -r requirements.txt

The app needs ImageMagick and ffmpeg to run. To install them, run

  • MacOS: bash ./install_macos.sh
  • Debian/Ubuntu: chmod +x install_linux.sh; ./install_linux.sh

Usage

Launch the Gradio app with

python3 app.py