class KushalAgarwal:
def __init__(self):
self.location = "Champaign, IL 🌽"
self.education = "Masters in Computer Science @ UIUC"
self.interests = ["AI/ML", "Full Stack Development"]
def say_hi(self):
print("Check out my repos & shoot me a message if you find something interesting!")
me = KushalAgarwal()
me.say_hi()I am currently primarily working on www.ariamed.ai to digitize and unify doctor-patient interactions to help both doctors and patients make better use of their data.
On the side, I build tools that make mine and my friends' life easier. A recent project of mine was prompt-enhancer that lets my friend in marketing input better prompts to receive better results when using LLMs.



