Skip to content

ai-interviews/sdk-server

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published