AI-Interview-Assist is a Windows-native GUI application that combines AI-powered screen analysis with advanced privacy tools. It is especially useful during job interviews, screen-sharing, presentations, or remote sessions where you need discretion and a smart assistant working behind the scenes.
-
📸 Screen AI Analysis: Select a screen area or analyze your full display using OpenAI’s vision models. Get text transcriptions and contextual descriptions.
-
🛡️ Privacy Toggles:
- Hide window from screen capture (recording-safe)
- Remove from Windows taskbar
- Keep window always on top
- Adjustable window transparency
- Option to change AI models
-
⚡ Hotkeys for quick toggles
-
🌓 Dark & Light theme support
git clone https://github.com/Batlez/AI-Interview-Assist.git
cd AI-Interview-Assist
Use your preferred Python environment (Python 3.9+ recommended):
pip install -r requirements.txt
Modify the .env
file in the root directory with the following contents:
OPENAI_API_KEY="your-key-name-here"
Note: OpenAI’s API requires an active billing account with a minimum $5 spend to access GPT models.
On Windows, you can launch the app in either of these ways:
- Double-click the
main.pyw
file
or - Run it from the terminal:
python main.pyw