๐ Resume Keyword Scanner--> A Python tool that scans resumes and extracts relevant keywords to match job descriptions. It helps job seekers optimize their resumes for ATS (Applicant Tracking Systems).
๐ Features--> --> Extracts keywords from resumes --> Matches skills and job-specific terms --> Supports multiple file formats (PDF, DOCX, TXT) --> Uses Natural Language Processing (NLP) for text analysis
๐ฅ Installation
-
Clone the Repository--> git clone https://github.com/Adarsh12325/Resume-Keyword-Scanner.git cd Resume-Keyword-Scanner
-
Install Dependencies--> pip install nltk pandas pdfminer.six docx2txt
-
Download NLTK Data--> Run this inside Python: import nltk nltk.download('punkt')
๐ Usage--> ๐น Run the Scanner python resume_scanner.py
๐น Provide a Resume File (.pdf, .docx, .txt) The script will extract and display key skills and terms found in the resume.
๐ ๏ธ Technologies Used--> Python ๐
NLTK (Natural Language Toolkit) ๐ง
PDFMiner & docx2txt for file processing
๐ง Contact: adarshsah5153@gmail.com