Skip to content

InterviewAndHealth/Conversation-Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.