Interviewer AI is a project aimed at developing an AI-powered tool to assist in conducting interviews efficiently. Try the deployed service here - https://nexspace.tech/
- Main Highlight: Real time Interview simulation for practicing with an AI Interviewer and sharpen your skills.
- Natural Language Processing (NLP): Utilizes NLP techniques to analyze candidate responses and provide insights to interviewers.
- Question Bank: Maintains a repository of interview questions categorized by skills or job roles.
- Candidate Evaluation: Assists in evaluating candidate performance during interviews by analyzing responses and providing feedback.
To install Interviewer AI, follow these steps:
-
Clone the repository:
git clone https://github.com/RatanPrakash/InterviewerAI
-
Install the required dependencies:
pip install -r requirements.txt
-
Setup Environment variables, with api keys:
OPENAI_API_KEY = "your-key-here"
-
Run the application:
python main.py