Power Interview is a privacy-first AI assistant designed to help you ace technical and behavioral interviews. With real-time transcription, intelligent suggestions, and cutting-edge face swap technology, you'll have the confidence and support you need during live interviews—all while maintaining your privacy.
Your data stays with you. Power Interview is built with privacy as a core principle:
- Client-Side Application: This is a desktop client for account management and user interface
- Secure Storage: Credentials and personal information stored securely using Electron Store
- AI Processing: AI/LLM inference and face swap processing handled by secure backend services
- No Data Mining: We don't collect, sell, or share your personal information
- Minimal Data Transfer: Only necessary data sent for AI suggestions (transcripts, screenshots, profile)
- Your Control: All your CV, profile data, and configurations remain on your device
Transform your video appearance during live interviews with advanced face swap technology:
- Virtual Camera Integration: Seamlessly replaces your face with your chosen photo
- WebRTC Streaming: Low-latency, high-quality video processing
- Face Enhancement: Optional AI-powered face enhancement for natural-looking results
- OBS Virtual Camera Support: Professional-grade virtual camera output
- Configurable Settings: Adjust video resolution, quality, and audio sync
Stay on top of the conversation with live ASR (Automatic Speech Recognition):
- Dual-Channel Transcription: Separate transcription for interviewer and yourself
- WebSocket Streaming: Real-time, low-latency transcription
- Speaker Detection: Automatically identifies who's speaking
- Transcript History: Full conversation history available during the interview
Get instant, context-aware help during interviews:
- Personalized Responses: AI generates answers based on your CV, job description, and conversation
- Streaming Responses: Real-time suggestions as the conversation unfolds
- Context-Aware: Takes into account the full interview context
- Natural Language: Human-like responses tailored to your profile
- Screenshot Analysis: Captures your screen to understand coding problems
- Multi-Image Support: Analyzes up to 3 screenshots for comprehensive context
- LLM-Powered: Advanced language models generate optimal solutions
- Syntax Highlighting: Code rendered with proper highlighting for readability
Stealth mode allows you to operate discreetly during interviews, keeping your AI assistant out of sight while still providing real-time support. Also, you will not lose focus on active tabs or windows during interviews, as the app can be controlled entirely through hotkeys.
Operate discreetly during interviews:
- Stealth Mode (
Ctrl+Shift+Q): Toggle stealth mode - Opacity Control (
Ctrl+Shift+D): Toggle window opacity for discreet viewing in stealth mode - Window Positioning (
Ctrl+Shift+1-9): Quick window placement (numpad layout) - Scroll Controls:
Ctrl+Shift+J/K: Scroll interview suggestionsCtrl+Shift+U/I: Scroll code suggestions
- Window Management:
Ctrl+Alt+Shift+Arrow: Move windowCtrl+Win+Shift+Arrow: Resize window
- Code Suggestion Controls:
Ctrl+Alt+Shift+S: Take screenshot for code suggestionsCtrl+Alt+Shift+Enter: Submit screenshotsCtrl+Alt+Shift+X: Clear screenshots
Tailor the experience to your needs:
- Profile Management: Store your name, CV/resume, and job descriptions
- Photo Upload: Choose your preferred face swap photo
- Audio Device Selection: Pick the right microphone for transcription
- Camera Selection: Choose your video input device
- Language Support: Currently supports English with more languages coming
- Persistent Settings: All configurations saved between sessions
- Health Monitoring: Real-time backend and GPU server status checks
- Action Locking: Prevents conflicting operations during critical tasks
- Push Notifications: Desktop notifications for important events
- Auto-Scroll: Smart scrolling for suggestions and transcripts
- State Persistence: All app state maintained across page refreshes
- Audio Delay Compensation: Configurable audio sync for perfect video/audio alignment
Power Interview follows a client-server architecture where the desktop application handles user interaction and local agent management, while AI/LLM processing and face swap inference are performed by backend services.
- Framework: Electron with React + TypeScript
- UI Library: Radix UI + Tailwind CSS
- State Management: Zustand + React Query
- IPC Communication: Electron IPC for main-renderer communication
- Role: User interface, account management, configuration, and local agent orchestration
- ASR Agent: Real-time audio capture and transcription routing
- VCam Agent: Virtual camera frame capture and streaming
- Audio Control Agent: Audio device management and routing
- AI/LLM Service: Generates interview reply and code suggestions using advanced language models
- Face Swap Service: Performs real-time face swapping using deep learning models
- ASR Service: Speech-to-text transcription processing
- Authentication Service: Secure user authentication and session management
- ZeroMQ: High-performance inter-process communication between local agents
- WebSocket: Real-time streaming between client and backend services
- WebRTC: Low-latency video streaming for face swap processing
- REST API: Configuration and data management
- Node.js (v18 or higher)
- Python (v3.12)
- OBS Virtual Camera (for face swap feature)
- VB-Audio Virtual Cable (for audio routing)
-
Clone the repository
git clone https://github.com/PowerInterviewAI/power-interview-assistant cd power-interview-assistant -
Install dependencies
# Install Node.js dependencies cd app npm install # Install Python dependencies cd .. pip install -r requirements.txt
-
Build Python agents
python -m scripts.build_XXXX_agent
-
Run the application
cd app npm run start
- Launch the app and sign in with your credentials
- Configure your profile:
- Click the profile icon in the control panel
- Upload your face swap photo
- Enter your name, CV/resume content, and job description
- Select your devices:
- Choose your microphone for transcription
- Select your camera for video (if using face swap)
- Start your interview prep:
- Click "Start" to begin transcription and AI assistance
- Enable face swap if needed for your video call
python -m scripts.build_XXXX_agentpython -m scripts.build_electron_appThe built application will be available in the build and dist directories.
python -m scripts.build_allThis will build both the Python agents and the Electron app in one step.
- Real-time code suggestions for algorithm questions
- Screen capture analysis for debugging help
- Live transcription to review questions later
- AI-generated responses based on your experience
- Context-aware suggestions using your CV
- Transcript history to maintain conversation flow
- Monitor your own responses in real-time
- Get feedback on your answers
- Build confidence with AI support
- Use face swap for privacy protection
- Control your video appearance
- Maintain professionalism while staying anonymous
All sensitive data is stored locally using Electron Store with encryption:
- Login credentials
- Session tokens
- Profile information
- Interview configurations
- HTTPS for all backend API calls
- WebSocket secure connections for real-time data
- No persistent storage of transcripts on external servers
- Clear all data with one click
- Export your transcripts and suggestions
- Full control over what data is shared
- Electron - Cross-platform desktop framework
- React 19 - Modern UI library
- TypeScript - Type-safe development
- Vite - Fast build tool
- Tailwind CSS - Utility-first styling
- Radix UI - Accessible component library
- Python 3.12 - Core agent language
- PyAudio - Audio capture and processing
- OpenCV - Video processing
- PyVirtualCam - Virtual camera driver
- ZeroMQ - Message queue communication
- WebSocket - Real-time streaming
- Electron Builder - Desktop app packaging
- Nuitka - Python to executable compilation
- Ruff - Python linting and formatting
power-interview-client/
├── agents/ # Python agents
│ ├── asr/ # Automatic Speech Recognition
│ ├── audio_control/ # Audio device management
│ ├── vcam/ # Virtual camera with face swap
│ └── shared/ # Shared utilities
├── app/ # Electron application
│ ├── src/
│ │ ├── main/ # Electron main process
│ │ └── renderer/ # React application
│ └── electron-dist/ # Compiled Electron code
├── build/ # Build output
├── scripts/ # Build and deployment scripts
└── requirements.txt # Python dependencies
IMPORTANT: This software is provided for legitimate educational and interview preparation purposes only.
By using Power Interview, you agree to:
- Use this software only for legal and ethical purposes
- Comply with all applicable laws and regulations in your jurisdiction
- Respect the policies and terms of service of any platforms or services you use during interviews
- Obtain proper consent when recording or processing audio/video of other individuals
- Use the face swap feature only with your own likeness or with explicit permission from the person whose face is being used
- Not use this software to deceive, defraud, or misrepresent yourself in any unlawful manner
User Responsibility: Users are solely responsible for ensuring their use of this software complies with applicable laws, regulations, and ethical guidelines. The developers and maintainers of Power Interview assume no liability for any misuse of this software.
Face Swap Ethics: The face swap technology is intended for privacy protection and personal presentation preferences during legitimate interviews. Using face swap to impersonate another person or to engage in fraudulent activities is strictly prohibited and may be illegal.
If you are unsure about the legality or appropriateness of using this software in your specific situation, please consult with a legal professional before proceeding.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Built for interview candidates everywhere
- Special thanks to the open-source community
- Powered by cutting-edge AI and computer vision technology
For issues, questions, or suggestions:
- Open an issue on GitHub
- Contact: power-interview@protonmail.com
Made to help you ace your interviews while protecting your privacy