Skip to content

PowerInterviewAI/client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1,174 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Power Interview AI - Privacy-First AI Interview Assistant

Your Personal AI-Powered Interview Coach

🌐 Website: https://www.powerinterviewai.com

Version License

πŸ“§ Email | 🌐 Website | 🌐 GitHub Pages | πŸ’¬ Telegram | πŸ’­ Discord | 🐦 X

Overview

Power Interview is a privacy-first AI assistant designed to help you ace technical and behavioral interviews. With real-time transcription and intelligent suggestions, you'll have the confidence and support you need during live interviewsβ€”all while maintaining your privacy.

Privacy First

Your data stays with you. Power Interview is built with privacy as a core principle:

  • Client-Side Application: Desktop client for account management and UI
  • Secure Storage: Credentials and personal info stored using Electron Store
  • AI Processing: Handled by secure backend services
  • No Data Mining: No selling or sharing personal data
  • Minimal Data Transfer: Only necessary data sent for AI suggestions
  • Your Control: CV, profile, and configs remain on your device

Key Features

Real-Time Transcription

Stay on top of the conversation with live ASR:

  • Dual-channel transcription (you + interviewer)
  • WebSocket streaming for low latency
  • Speaker detection
  • Full transcript history

Intelligent AI Suggestions

Live Suggestions

  • Personalized responses based on CV and job description
  • Streaming responses in real time
  • Context-aware outputs
  • Natural language responses

Action Suggestions

  • Screenshot-based problem understanding
  • Multi-image support (up to 3)
  • LLM-powered solutions
  • Syntax-highlighted code output

Smart Configuration

  • Profile management (CV, job description, etc.)
  • Audio device selection
  • Language support (English)
  • Persistent settings

Architecture

Power Interview follows a client-server architecture.

Desktop Client

  • Electron + React + TypeScript
  • Zustand + React Query
  • Handles UI and orchestration

Python Agents (Local)

  • ASR Agent for audio capture and routing

Backend Services

  • AI/LLM Service for suggestions
  • ASR Service for transcription
  • Auth Service

Communication

  • ZeroMQ (local IPC)
  • WebSocket (real-time)
  • REST API

Getting Started

Prerequisites

  • Node.js v18+
  • Python 3.12

Installation

git clone https://github.com/PowerInterviewAI/power-interview-assistant
cd power-interview-assistant

cd app
npm install

cd ..
pip install -r requirements.txt

Run

cd app
npm run start

Configuration

  • Set profile (CV, job description)
  • Select microphone
  • Start assistant

Use Cases

Technical Interviews

  • Code suggestions
  • Debugging assistance
  • Live transcription

Behavioral Interviews

  • AI-generated responses
  • Context-aware answers

Practice Sessions

  • Self-monitoring
  • Feedback loops

Security & Privacy

  • Local encrypted storage
  • HTTPS + secure WebSockets
  • No external transcript storage
  • Full user control

Technology Stack

Frontend

  • Electron
  • React 19
  • TypeScript
  • Tailwind CSS

Backend

  • Python 3.12
  • PyAudio
  • ZeroMQ
  • WebSocket

Project Structure

power-interview-client/
β”œβ”€β”€ agents/
β”œβ”€β”€ app/
β”œβ”€β”€ build/
β”œβ”€β”€ scripts/
└── requirements.txt

Legal Disclaimer

Use for ethical and legal interview preparation only.

Users are responsible for complying with all applicable laws and platform policies.

Contributing

Pull requests welcome.

License

MIT License

Support


Built to help you succeed in interviews

About

Privacy-first AI interview assistant with live transcription, real-time AI suggestions for any type of interviews and coding challenges

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors