Skip to content

Latest commit

Β 

History

History
19 lines (15 loc) Β· 399 Bytes

README.md

File metadata and controls

19 lines (15 loc) Β· 399 Bytes

Speech-to-Text API

Install with Docker

Create .env file. You can change model config here.

cp .env.example .env

Build Docker image:

docker build -f Dockerfile.prod -t speech-to-text .

Note: If you want to run tests, use the Dockerfile and run pytest inside the running container.

Run the API

docker run -it --gpus all -p 8000:8000 speech-to-text