A Python application that automates resume screening by parsing resumes, matching candidates to job requirements, and generating hiring recommendations. This project is automatically generated.
pip install -r requirements.txt- Clone the repository
git clone https://github.com/Curio-2021/Intelligent-Resume-Analyzer_HiDevs.git
cd src- Run the program
python main.py- Extracts candidate information from resumes
- Name
- Skills
- Experience
- Calculates match scores (0–100)
- Generates hiring recommendations
- Saves reports in JSON format
- User input for job requirements
src/
│
├── main.py # Runs the application
├── parser.py # Resume parsing logic
├── matcher.py # Candidate-job matching algorithm
├── report.py # Report generation
├── storage.py # JSON file operations
├── resume.txt # Example resume
├── requirements.txt
gitignore
README.md
- Python 3.8+
- No external libraries required (uses Python standard library)
You can watch the full project demonstration here: Watch the Demo Video