Skip to content

SadanandMiskin/intervAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IntervAI

AI interview prep platform with real-time Q&A, feedback via WebSockets, and detailed session reports.

Features

  • AI-generated interview questions based on job descriptions.
  • Real-time Q&A and feedback using WebSockets.
  • AI-powered answer evaluation with ratings and improvements.
  • Detailed interview feedback reports on the dashboard.

Working

image output-onlinepngtools

Setup

  • Install Docker
  • Run git clone https://github.com/SadanandMiskin/intervAI
  • cd intervAI
  • cd backend
  • In backend folder create .env file using the existing .env.example contents
    FIREWORKS_API_KEY=  # Get from fireworks AI
    MONGODB=mongodb://localhost:27017
    JWT_SECRET=your_jwt_secret  # Change this (optional)
    GOOGLE_CLIENT_ID= # Get this from google console
    FRONTEND_URL=http://localhost:5173
  • In the root folder of app intervAI, Start the containers as:
  docker-compose up
  • frontend is running on localhost:5173
  • backend running on localhost:3000
  • Stop the containers:
  docker-compose down

ScreenShot

Screenshot from 2025-03-22 00-13-24 image

image

About

AI interview prep platform with real-time Q&A, feedback via WebSockets, and detailed session reports.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors