class AIEngineer:
def __init__(self):
self.name = "Abhishek Dasgupta"
self.role = "AI Engineer"
self.location = "India ๐ฎ๐ณ"
self.focus = ["LLMs", "RAG Systems", "GenAI", "AI Agents"]
self.languages = ["Python", "JavaScript", "TypeScript"]
self.currently = "Working at Zykrr"
self.writing_at = "medium.com/@abhishek20dgp"
def say_hi(self):
print("Hey! I build AI systems that actually solve real problems.")
me = AIEngineer()
me.say_hi()| Project | Description | Stack |
|---|---|---|
| ๐๏ธ CivicPulse | AI-powered civic complaint management โ residents report, admins resolve | Python LLMs GenAI |
| ๐ Multi-Document RAG Agent | Intelligent query routing for multi-doc RAG retrieval systems | Python RAG LangChain |
| ๐งฌ PsychAI | AI mental health companion for accessible emotional support | JavaScript LLMs |
| ๐ค Supergpt | Create agents with personas and connect custom functions | Python Agents |
| โ๏ธ MyBlog | Personal blog built with React and Strapi CMS | React Strapi |
| ๐ Bookify | Book lending platform with real-time Firebase backend | React Tailwind Firebase |
๐ Check out my latest articles on AI, LLMs, and GenAI at medium.com/@abhishek20dgp



