This service is responsible for handling the conversation between the candidate and the AI interviewer. It also handles STT (Speech to Text) and TTS (Text to Speech) services.
-
Clone the repository
-
Rename the
.env.example
file to.env
and update the values
cp .env.example .env
- Install the dependencies
pip install -r requirements.txt
- Run the server
python -m app
After running the server, you can access the documentation at http://localhost:8000/docs
.