#!/usr/bin/python
class SoftwareEngineer:
def __init__(self):
self.name = "Keshav Bansal"
self.role = "Software Engineer"
self.language_spoken = ["hi_IN", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()
Learning how to code
- Arlington, Texas
- https://keshavbansal015.github.io/
- in/keshav-bansal-015
Pinned Loading
-
Job-Description-Parser
Job-Description-Parser PublicUsing spaCy (an NLP library) I created a custom project for semantic analysis and custom rule-matcher for Job Descriptions/ Resumes.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



