Skip to content

debasmita2102/job_resume_match_qml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Quantum-Assisted Resume Matching

This repository contains the code for a hybrid quantum-classical model for job resume matching. The model combines classical text preprocessing (using TF-IDF vectorization) with a quantum circuit that performs feature mapping to predict the match between job descriptions and resumes.

Overview

The quantum-assisted resume matching model works by first converting job descriptions and resumes into numerical feature vectors using TF-IDF (Term Frequency-Inverse Document Frequency) vectorization. These vectors are then processed using a quantum circuit for prediction.

The quantum circuit is built using PennyLane, a Python library for quantum machine learning. The model leverages angle embedding for feature mapping and a strongly entangling layer for quantum operations.

Dependencies

Install the required packages using pip:

!pip install pennylane

About

qml job resume match

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors