Skip to content

ganagalakshmi/candidate-screening-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Candidate Screening and Ranking using NLP and Machine Learning

The recruitment process is a critical function within organizations, directly impacting their ability to attract, hire, and retain top talent. Traditionally, candidate screening and ranking have been labor-intensive tasks, requiring human resources (HR) professionals to manually sift through large volumes of resumes to identify suitable candidates. This manual process is time-consuming, prone to bias, and often fails to adequately capture the qualifications and potential of candidates due to the sheer volume of applications. With advancements in Natural Language Processing (NLP) and Machine Learning (ML), there is a significant opportunity to automate and enhance the candidate screening process. This is a machine learning-powered web application that helps screen suitable candidates based on the given input parameters. Built using Python and Streamlit.

πŸš€ Features

  • Upload candidates data file in csv or xls format
  • Give the job description
  • It'll predict candidate suitability using a trained ML model and list Top-10 candidates with >50% similarity (Can adjust according to your requirement)
  • Easy-to-use Streamlit interface
  • Responsive design for desktop

πŸ›  Technologies Used

  • Python
  • Streamlit
  • Scikit-learn
  • Pandas, NumPy
  • Jupyter Notebooks

πŸ§ͺ How to Run

  1. Clone the Repository git clone https://github.com/ganagalakshmi/candidate-screening-app.git cd candidate-screening-app

  2. Create a Virtual Environment python -m venv venv venv\Scripts\activate # for Windows

  3. Install Dependencies pip install -r requirements.txt

  4. **Run the App streamlit run app.py

πŸ“‚ Dataset

The dataset used in this project can be downloaded from the link below:
[Resume Dataset on Kaggle](https://www.kaggle.com/datasets/snehaanbhawal/resume-dataset)

About

AI-based web app that ranks top 10 suitable candidates based on resume-job description similarity using NLP and ML.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published