Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 634 Bytes

File metadata and controls

38 lines (24 loc) · 634 Bytes

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