AI-based Interviewer for Software Developers
AI-Interviewer is a user interface designed for candidates preparing for technical interviews. It can ask theoretical, coding, and diagram-based questions.
You will need DeepSeek and OpenAI premium API keys to use it.
Download the repository and open the folder in any code editor.
Ensure Node.js is installed on your computer.
Run the following command in the terminal:
npm install
Edit the .env
file and add your API keys for DeepSeek and OpenAI.
Run the following command in the terminal:
npm start