Skip to content

Instantly share code, notes, and snippets.

View DataSphereX's full-sized avatar

Sarveshwaran DataSphereX

View GitHub Profile
#Resume Phrase Matcher code
#importing all required libraries
import PyPDF2
import os
from os import listdir
from os.path import isfile, join
from io import StringIO