Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.17 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.17 KB

AI interview bot

Early phase (still in development) of JavaScript interview browser SDK to run AI-powered interviews

Environment Setup

Local testing instructions. Make sure you have node installed on your machine first and have the repo cloned.

Run the server

  1. Run npm install
  2. Run npm run dev

Directory structure

server directory

Express server that handles incoming socket connection from SDK and all conversational logic. To be deployed.

  • index.ts is the main entry point
  • openai.ts initializes the chat SDK and provides a helper
  • speech.ts initializes the Azure Speech SDK and provides helpers

Process diagram