Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

📄 Resume Scanner (Python)

Extract Name, Email, Phone, and Skills from PDF resumes for HR filtering.

🚀 How to Run

  1. Install dependencies:
pip install -r requirements.txt
python -m spacy download en_core_web_sm
  1. Add resume in data/sample_resume.pdf.

  2. Run:

python resume_scanner.py
  1. Output in output/extracted_data.json.

📦 Built with

  • PyPDF2
  • spaCy
  • regex