JobLo automates the process of a recruiter swiping through resumes by directly providing a dynamic interface with resumes segregated and classified as per the skillset using Resume Parser. The recruiters can use the search engine to filter out job profiles according to their requirements.
Full name extraction using spaCy.
Education extraction using NLTK corpus matching.
Email & phone number extraction using Regex.
Skills set extraction using spaCy. Rule-based matching against noun chunks.
Finding the most similar words using the GenSim Word2Vec model trained on a corpus of technical terms.
Scraping profiles from LinkedIn using Scrapy and Selenium.
NER tagger for scraping designation from the text using spaCy.
Matching entered keyword with a designation from filtered resumes.
Web Scraping the profiles from LinkedIn took us a lot of time.
Discussion