CoolFace
Apppublic

speech-uk/see-asr-outputs

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
1likes
App README

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