This project is a Resume Parser with a user-friendly GUI built using Tkinter, capable of extracting useful information from DOCX and PDF resumes using Natural Language Processing (NLP) techniques.
- π Simple login system
- π Supports both
.docxand.pdffile formats - π§ Extracts:
- Name
- Skills
- Educational Qualifications
- Email Address
- Phone Number
- Experience Dates (if mentioned)
- π¨ GUI built with Tkinter for intuitive usage
- Frontend / GUI: Tkinter
- Backend: Python
- Libraries Used:
nltk(tokenization, POS tagging, chunking)spaCy(NER and NLP)pdfminer.six(PDF text extraction)docx2txt(DOCX text extraction)pandas,re,sqlite3,os,tkinter.ttk, etc.
- Clone the repository:
git clone https://github.com/yourusername/resume-parser.git
cd resume-parser