Developed production-ready RAG-based bilingual chatbot for CreditRepair program, ready for mobile app integration.
Integrated OpenAI GPT-4.1-mini via Google ADK for real-time query resolution and credit advice.
Enabled semantic search using Pinecone and text-embedding-3-large for efficient knowledge retrieval.
Implemented session control and detailed logging with MySQL and ADK’s DatabaseSessionService.
Created robust Flask REST API for managing chat lifecycle and user interactions.
Designed animated, mobile-friendly React + Tailwind UI for seamless chatbot embedding.
Dockerized full stack (React, Flask, MySQL) using Docker Compose for streamlined deployment.
Acquired practical exposure to fintech systems and customer journey mapping while developing production-grade LLM tools at Stashfin.
Intern - Engineering & QA
Karix Mobile Pvt. Ltd.
New Delhi
06.2024 - 07.2024
Worked alongside the Head of the AI Department, gaining hands-on experience with machine learning techniques like linear regression and clustering.
Conducted a project using K-means clustering on company data to identify patterns and segment datasets.
Assisted in data analysis and quality assurance, developing technical and analytical skills, while contributing to data-driven decision-making within the organization.
Education
B. Tech. - Computer Science and Engineering
Shiv Nadar University
Greater Noida
05.2026
High School Diploma -
Amity International School
New Delhi
03.2022
Skills
Google ADK
Python
MySQL
Java
Software Design & Modeling
Object-Oriented Analysis and Design
Projects
Automobile Spare Parts Shop Automation System (ASPAS)
Developed a full-featured desktop application to automate inventory, vendor, sales, and reports management for an automobile spare parts shop.
Designed using Python with Tkinter for the GUI and SQLite for the backend, the system enables users to manage inventory, record sales, track vendors, and generate PDF reports.
It features an automatic stock reordering function based on weekly demand analysis to ensure timely restocking. Implemented user authentication and data visualization with Matplotlib.
This project demonstrates strong skills in software development, database integration, and GUI design, aimed at streamlining operations and boosting efficiency in small-scale retail businesses.
AI-Driven Automated Snake Game
Developed an autonomous Snake game powered by AI algorithms to optimize movement and maximize score. Implemented A* search and reinforcement learning for intelligent pathfinding and collision avoidance.
Added a wrap-around feature enabling the snake to seamlessly traverse through borders. Built using Python, with PyGame for visual development and NumPy for game logic.