File size: 568 Bytes
6d6b32e
441367e
 
6d6b32e
441367e
 
 
 
6d6b32e
 
441367e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ff99877
 
441367e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
39
40
41
42
43
44
45
---
license: apache-2.0
title: See ASR outputs
sdk: docker
emoji: πŸ‘€
colorFrom: green
colorTo: gray
short_description: 'See generated JSONL files made by ASR models as a dataframe'
---

## Install

```shell
uv venv --python 3.13.2

source .venv/bin/activate

uv pip install -r requirements.txt

# in development mode
uv pip install -r requirements-dev.txt
```

## Development

Run app:

```shell
gradio app.py
```

## Production

### Build image

```shell
docker build -t see-asr-outputs .
```

### Run

```shell
docker run -it --rm -p 8888:7860 see-asr-outputs
```