This project is the backend service for Erudit. It provides APIs and handles data processing for the Erudit application.
Follow the steps below to set up and run the speech-service using Docker.
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.