PhamVuThuNguyet / ai-resume-screening

This is a automatic resume screening system using deep learning models and NLP techniques

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

We have built a Resume & Job Description Matching System using Deep Learning.

Installation

pip install -q requirements.txt

Demo

Run demo with Streamlit

streamlit run test.py

The demo app will be opened at http://localhost:8501/

(Optional): FastAPI

python app.py

You can view the docs at http://localhost:8008/docs

Usage/Example

Step 1: Choose the resume to upload to system.

img.png

Step 2: Choose to get recommendation with BERT model or Doc2Vec model.

img2.png

Step 3: Show the results.

img3.png

About

This is a automatic resume screening system using deep learning models and NLP techniques


Languages

Language:Jupyter Notebook 98.9%Language:Python 1.1%