Welcome to the Recruiter AI project repository! 🌟
This project focuses on implementing a resume screening and job recommendation system using a domain adaptation approach based on Encoder-Decoder Model i.e BERT. The primary goal is to extract latent features from job posts and resumes using BERT. Subsequently, the system classifies resumes based on the matched job roles.
- Description: Predict the category of a resume based on its content.
- Key Components:
- Data loading and preprocessing
- Glove Tokenizer
- Message Passing Layer
- BERT For Resume Classification which consists of 23 labels.
- Description: Compute a matching score between a given resume and a job description.
- Key Components:
- Text preprocessing
- Named Entity Extraction
- Keyword Extraction
- Score Computation
- Description: Recommend relevant job roles and skills to candidates based on their resume content and the predicted job category.
- Description: Continuously scrape up-to-date job listings from various websites, suitable for the predicted job category.
- Key Components:
- Web scraping techniques
- Data enrichment
Recruiter.Ai.-.Made.with.Clipchamp.mp4
- Clone this repository:
git clone https://github.com/Leelaprasad001/Recruiter-AI.git