File size: 684 Bytes
5fc8039
 
 
 
06ba827
5fc8039
5fd1d62
 
 
 
e6cfdde
 
5fd1d62
 
06ba827
5fd1d62
 
 
 
06ba827
 
 
 
5fd1d62
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
title: AudioVisualTranscription
app_file: app.py
sdk: gradio
sdk_version: 5.1.0
---
# Speech to Video Subtitles

Get your synchronized subtitiled video in seconds!

![App screenshot](./app_ex.png)

## Installation

In your terminal, run the following commands

```bash
git clone https://github.com/killian31/AudioVisualTranscription
cd AudioVisualTranscription
pyenv virtualenv 3.11.9 avt
pyenv activate avt
pip install poetry
poetry install
```

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

```bash
python3 app.py
```