Skip to content
View Khalilq199's full-sized avatar

Highlights

  • Pro

Block or report Khalilq199

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
Khalilq199/README.md
class Khalil:
    def __init__(self):
        self.university = "University of Waterloo"
        self.program = "Mechatronics Engineering"
        self.specialties = ["AI", "Automation", "Making things work"]
        self.likes = ["Coffee ☕", "Clean code", "Debugging at 2AM"]
        self.spirit_animal = "Terminal prompt with a sense of humor"

    def build(self, idea):
        print(f"Turning '{idea}' into reality... 🚀")

    def caffeinate(self):
        print("Injecting espresso... Productivity boosted by +10 ⚡")

    def __str__(self):
        return f"{self.program} student @ {self.university}, fueled by code and caffeine."

if __name__ == "__main__":
    me = Khalil()
    print(me)
    me.build("AI-powered assistant")
    me.caffeinate()
> connect --user khalil_qamar --auth mechatronics+ai
Authenticating...
Access granted ✅
>
> ping khalil
📫 kaqamar@uwaterloo.ca  
🌐 [LinkedIn](https://www.linkedin.com/in/khalil-qamar/)
>
> exit
Session closed. Thanks for stopping by.

Pinned Loading

  1. PulseAI PulseAI Public

    A chatbot tailored to the medical domain with a Retrieval Augmented Generation implementation, deployed on AWS.

    Jupyter Notebook

  2. AlphaEarthEmbeddings AlphaEarthEmbeddings Public

    Utilizing Alpha Earth embeddings dataset to find patterns and prediction in human activity.

    Jupyter Notebook

  3. AI-Voice-Assisstant AI-Voice-Assisstant Public

    An AI voice assistant as a receptionist performing various tasks

    Python 5

  4. NoteAnchor NoteAnchor Public

    Reliable and secure notes website for important and quick notes alike.

    Python 1

  5. khalil-s-portfolio khalil-s-portfolio Public

    TypeScript

  6. Automated-Pick-and-Place-robot---Hercules Automated-Pick-and-Place-robot---Hercules Public

    Forked from AmeenDurani/Hercules

    Hercules I is a prototype pick-and-place robot designed for autonomous object collection, storage, and navigation in a predefined rectangular area. Using advanced algorithms and object-oriented pro…

    C++ 1