AI-powered smart hiring and live interview analysis platform developed using Flask, Python, Machine Learning, and Computer Vision.
HireSense AI is an intelligent recruitment assistance platform designed to improve the hiring process using AI-based resume analysis, interview monitoring, facial analysis, and candidate evaluation systems.
The system helps recruiters analyze candidates more efficiently by combining resume screening, speech analysis, live interview monitoring, and AI-generated hiring recommendations into a single platform.
- Upload candidate resumes
- Extract skills and experience
- Analyze resume quality
- Generate recruiter insights
- Real-time interview interface
- Webcam-based monitoring
- AI-powered interview workflow
- Emotion detection
- Confidence tracking
- Eye contact analysis
- Facial alignment monitoring
- Speech transcription
- Answer quality evaluation
- Communication analysis
- AI-generated feedback
- Candidate scoring
- Strength and weakness analysis
- Recruiter recommendation generation
- Recruiter dashboard
- Candidate dashboard
- analysis dashboard
- HTML5
- CSS3
- JavaScript
- Python
- Flask
- OpenCV
- SpeechRecognition
- NLP
- Machine Learning
- Facial Analysis Models
hiresense-ai/
│
├── app.py
├── live_interview_routes.py
├── requirements.txt
├── README.md
│
├── templates/
│ ├── login.html
│ ├── register.html
│ ├── dashboard.html
│ ├── live_interview.html
│ ├── recruiter_dashboard.html
│ ├── candidate_dashboard.html
│ └── full_analysis.html
│
├── static/
│ └── css/
│ └── global.css
│
├── modules/
│ ├── facial_analysis.py
│ ├── speech_analysis.py
│ ├── resume_analysis.py
│ ├── question_generator.py
│ ├── scoring.py
│ └── hiring_recommendation.py
│
├── models/
├── data/
├── uploads/
└── resumes/git clone https://github.com/kirito6205/hiresense-ai.git
cd hiresense-aipython -m venv venv
source venv/bin/activatepython -m venv venv
venv\Scripts\activatepip install -r requirements.txtpython app.pyOpen browser:
http://127.0.0.1:5000- User registers/login
- Resume uploaded and analyzed
- AI generates interview questions
- Live interview session starts
- Facial and speech analysis performed
- Candidate scored automatically
- Recruiter receives AI-generated recommendation
- Voice-based AI interviewer
- Cloud deployment
- Advanced analytics dashboard
- Multi-language support
- Improved NLP models
- Real-time report export
Hemant Verma
https://github.com/kirito6205/hiresense-ai
This project is licensed under the MIT License.


