Early phase (still in development) of JavaScript interview browser SDK to run AI-powered interviews
Local testing instructions. Make sure you have node installed on your machine first and have the repo cloned.
Run the server
- Run
npm install
- Run
npm run dev
Express server that handles incoming socket connection from SDK and all conversational logic. To be deployed.
index.ts
is the main entry pointopenai.ts
initializes the chat SDK and provides a helperspeech.ts
initializes the Azure Speech SDK and provides helpers