Interviewer AI is a project aimed at developing an AI-powered tool to assist in conducting interviews efficiently.
- Automated Scheduling: Allows interviewers to schedule interviews with candidates automatically, based on availability.
- 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.
- Integration: Integrates with existing HR systems for seamless workflow management.
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
-
Run the application:
python main.py