Skip to content

An intelligent AI-powered interview agent built with the Agno framework that conducts comprehensive technical and behavioral interviews, providing real-time evaluation and detailed candidate assessments.

License

Notifications You must be signed in to change notification settings

darshankparmar/intervueBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IntervueBot

Ask DeepWiki

AI-powered interview platform with FastAPI backend and React frontend.

Python Agno FastAPI React License

Features

  • Multi-agent interview process (question, evaluation, report)
  • Real-time Q&A, session management, and detailed reports
  • Modern UI with React

Quick Start

  1. Clone & Setup

    git clone https://github.com/yourusername/intervuebot.git
    cd intervuebot
  2. Backend

    cd backend
    python -m venv venv
    venv\Scripts\activate  # On Windows
    pip install -e .
    cp env.example .env
    # Edit .env as needed
    python -m src.main
  3. Frontend

    cd frontend
    npm install
    npm start

Visit http://localhost:3000


Project Structure

intervuebot/
├── backend/   # FastAPI backend
├── frontend/  # React frontend
├── uploads/   # Uploaded files
├── README.md

Configuration

  • Backend: see backend/env.example
  • Frontend: see frontend/.env (if needed)

API Docs


License

Licensed under the MIT License

Contributing

Contributors are welcome! This project is not yet fully polished or production-ready—your feedback, issues, and pull requests are appreciated.

About

An intelligent AI-powered interview agent built with the Agno framework that conducts comprehensive technical and behavioral interviews, providing real-time evaluation and detailed candidate assessments.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •