Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 574 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 574 Bytes

Conversation Service

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.

Installation

  1. Clone the repository

  2. Rename the .env.example file to .env and update the values

cp .env.example .env
  1. Install the dependencies
pip install -r requirements.txt
  1. Run the server
python -m app

Documentation

After running the server, you can access the documentation at http://localhost:8000/docs.