Skip to content

Curio-2021/Intelligent-Resume-Analyzer_HiDevs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Intelligent Resume Analyzer

A Python application that automates resume screening by parsing resumes, matching candidates to job requirements, and generating hiring recommendations. This project is automatically generated.

Installation

pip install -r requirements.txt

How to Run

  1. Clone the repository
git clone https://github.com/Curio-2021/Intelligent-Resume-Analyzer_HiDevs.git
cd src
  1. Run the program
python main.py

Features

  • Extracts candidate information from resumes
    • Name
    • Email
    • Skills
    • Experience
  • Calculates match scores (0–100)
  • Generates hiring recommendations
  • Saves reports in JSON format
  • User input for job requirements

Project Structure

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

Requirements

  • Python 3.8+
  • No external libraries required (uses Python standard library)

Project Demo Video

You can watch the full project demonstration here: Watch the Demo Video

About

A Python-based resume screening system that parses resumes, matches candidates with job requirements, and generates automated hiring recommendations.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages