Speech API is a fast and fault-tolerant service for working with STT. Related project: Speech Admin
Follow the steps below to set up and run the Speech API using Docker (with optional GPU acceleration).
Copy the example environment file and fill in the necessary values:
cp .env.example .envEdit the .env file to set your environment variables. You can use the default values or customize
them as needed.
Start the Docker container with the following command:
docker compose up --build -dThis command will build the Docker image and start the container.
Set up the docker-compose.yml file to use GPU acceleration.
docker compose up --build -dThis command will build the Docker image and start the container with GPU support.
Then, API will be available at http://localhost:8080.
Documentation will be available at http://localhost:8080/docs.