I’m a Software Engineer based in the US, passionate about AI-driven solutions.
Currently open to work, I’m looking for opportunities to make an impact.
Scroll down to see how I bring ideas to life
A bilingual dictionary that lets users type Hindi words phonetically in English letters to find the best English equivalents.
Tech Stack: OpenAI GPT 4o-mini, React, Nextjs, Python, Flask, Ollama, and Prompt Engineering.
Key Features:
Project 01
HinDict — Hindi to English Dictionary
Project 02
Debate AI — Agentic Research-Paper Debate Tool
An autonomous debate platform that pits two LLM-based AI agents against each other on user-selected topics, moderated by a third AI agent.
Tech Stack: RAG, LangChain, LLM Inference, Ollama, Weaviate Vector DB, React, and Prompt Engineering.
Key Features:
Uses retrieval-augmented generation (RAG) and vector search with Weaviate to provide contextually rich arguments.
Demonstrates how AI agents can interact to refine complex ideas.
Serves as a unique learning tool where users can observe AI-driven debates on cutting-edge research.
Take a look: Debate AI
A 6-letter word-guessing game featuring a dynamic “Hot & Cold” mechanic to guide players on letter positions.
Tech Stack: React, Nextjs, Python, FastAPI, Postgres
Key Features:
Uses color gradients to indicate how close each guessed letter is to its correct position.
Offers a fresh alternative to standard Wordle-style puzzles.
Project 03
Guessir - Word Guessing Game with a Twist
Project 04
Aggre-Gator — Hackathon-Winning News Aggregator
A web platform that scrapes news from sources like CNN and Fox, allowing users to view both sides of a story on a single dashboard.
Tech Stack: ElasticSearch, Docker, MongoDB, Python, Flask, Celery
Key Features:
Centralizes articles from multiple outlets, promoting balanced news consumption.
Provides search and filtering with Elasticsearch for near-instant results.
Automates data collection and indexing via Docker + Celery for reliability.
Link: Aggre-Gator Github
Project 05
MedQuAD RAG Bot — A Retrieval Augmented Generation Chatbot
A Chatbot utilizing the MedQuAD Dataset to provide accurate medical information and answers using technologies such as Retrieval Augmented Generation (RAG) and Large Language Models (LLMs).
Tech Stack: GPT 4o-mini LLM, Qdrant Vector DB, LangChain framework, FastAPI, & React.
Deployment: AWS Lambda, Docker, AWS ECR, AWS API Gateway, Netlify.
Key Features:
Retrieval using Qdrant’s Vector DB, with the MedQuAD dataset as it’s high-quality, and accurate knowledge base.
Prompt Engineering for providing context and constraining output length and scope.
Deployment on Serverless compute for cost-effectiveness and high-throughput.
Links: MedQuAD RAG Bot | Github