This document discusses using natural language processing techniques like Named Entity Recognition (NER) and BERT to automatically summarize resumes and extract key information to assist in the hiring process. It aims to reduce hiring costs by streamlining the process of reviewing thousands of resumes. The proposed methodology uses spaCy to train an NER model to identify entities like skills and experiences. BERT is also utilized to generate contextualized representations of text that capture both left and right contexts. This allows more accurate prediction of entity types. The system would extract and classify information from resumes to provide summaries of candidate qualifications for quick review by employers.