Spaces:
Running
Running
File size: 513 Bytes
21e62d9 5545d25 21e62d9 5545d25 21e62d9 5545d25 e8c34ee 5545d25 |
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 |
---
license: apache-2.0
title: Evaluate ASR outputs
sdk: docker
emoji: π
colorFrom: green
colorTo: gray
short_description: 'Calculate WER/CER values from JSONL files made by ASR models'
---
## 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
```
## Build image
```shell
docker build -t evaluate-asr-outputs .
```
## Run
```shell
docker run -it --rm -p 8888:7860 evaluate-asr-outputs
```
|