Skip to content
View keshavbansal015's full-sized avatar

Block or report keshavbansal015

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
keshavbansal015/README.md

Welcome

visitors

#!/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()

Open for work, lets get in touch :)

Pinned Loading

  1. Job-Description-Parser Job-Description-Parser Public

    Using spaCy (an NLP library) I created a custom project for semantic analysis and custom rule-matcher for Job Descriptions/ Resumes.

    Python 22 3