andrebb/interviews
0
Interview Transcript Analysis Tool
A simple tool for analyzing interview transcripts using OpenAI's GPT-4o mini. This tool helps evaluate candidate responses based on predefined evaluation criteria.
Features
- Anonymizes personal names in transcripts (replaces with "Interviewer" and "Candidate")
- Analyzes interview transcripts against evaluation criteria
- Identifies green flags and red flags
- Provides follow-up chat functionality to ask questions about the analysis
Setup
- Install the required dependencies:
pip install -r requirements.txt- Create a
.envfile in the root directory with your OpenAI API key:
OPENAI_API_KEY=your_openai_api_key_here- Run the application:
python app.pyUsage
- Enter the interviewer's name (will be anonymized in the analysis)
- Paste the interview transcript
- Click "Analyze Transcript" to generate the analysis
- Use the Chat tab to ask follow-up questions about the analysis
Evaluation Criteria
The analysis evaluates candidates based on:
- Company Knowledge and Research
- Initiative and Value Addition
- Problem-Solving Under Pressure
- Team Collaboration
- Stakeholder Management
- Receptiveness to Feedback
- Impact Measurement
