Code Monkey home page Code Monkey logo

resume_screening_nlp's Introduction

Resume Screening App

This is a simple web application that screens and categorizes resumes using Natural Language Processing (NLP) techniques. It allows users to upload resume files in either .txt or .pdf format, and it predicts the category or job role associated with the uploaded resume.

Table of Contents

Overview

  1. Training Notebook: A Jupyter Notebook (resume_screening.ipynb) for preprocessing and training a machine learning model using scikit-learn and NLTK. It includes the following steps:

    • Data preprocessing (cleaning, encoding labels, removing stopwords, and lemmatization).
    • Feature extraction using TF-IDF (Term Frequency-Inverse Document Frequency).
    • Training a multi-class classifier (OneVsRestClassifier) based on K-Nearest Neighbors (KNN).
    • Saving the trained model and TF-IDF vectorizer for future use.
  2. Streamlit Web App: A Streamlit web application (app.py) for user interaction and predictions. Users can upload their resumes, and the app will predict the category or job role associated with the uploaded resume.

Getting Started

Prerequisites

Before running the code, ensure that you have the following prerequisites installed:

  • Required Python packages (install them using pip install -r requirements.txt)

Usage

Training Notebook

(if custom training required then go with the training step else run the app.py)

  1. Open the resume_screening.ipynb notebook using Jupyter Notebook.

  2. Follow the code in the notebook to preprocess the resume dataset, train the machine learning model, and save the trained model and TF-IDF vectorizer.

Streamlit Web App

  1. Run the Streamlit web app using the following command:

    streamlit run app.py
  2. Access the app in your web browser by following the link provided in the terminal.

  3. Upload a resume (in .txt or .pdf format) to the app.

  4. The app will process the resume and predict the associated category or job role.

resume_screening_nlp's People

Contributors

skaty5678 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.