Projects

A collection of my work in AI, Mobile Development, and Full Stack Engineering. Each project represents a specific problem solved using modern technology.

Telemedicine (ArogyaCircle)

A mobile-first rural healthcare companion bridging the accessibility gap. Features AI-powered symptom checking, real-time medicine availability tracking, and emergency hospital locators. Built with React and Python, wrapped for mobile using Capacitor.

React NativePythonCapacitorAI Integration

Prompt Craft

A modern Android app designed to engineer high-quality AI prompts. Leverages the Google Gemini API to enhance user inputs using Zero-Shot and Chain-of-Thought techniques. Built with Jetpack Compose, MVVM architecture, and Room Database for local history.

Android (Kotlin)Jetpack ComposeGemini APIRoom DB

Local RAG Assistant

A 100% privacy-focused AI assistant that runs entirely on local hardware. Implements Retrieval-Augmented Generation (RAG) using LangChain and local LLMs to allow users to chat with their private PDF/Text documents without data leaving the machine.

PythonLangChainLocal LLMsRAG

Automated Waste Segregator

An IoT-enabled smart waste management system powered by Raspberry Pi 5. Utilizes soil moisture sensors and custom GPIO logic to classify waste in real-time, automatically driving servo motors to sort items into dry and wet compartments.

Raspberry Pi 5IoTPythonSensors

Autonomous Robotic Car

A dual-function autonomous robot engineered for obstacle avoidance and high-precision line following. Integrates Ultrasonic and IR sensors on a custom-built chassis. Mastered L293D motor drivers and Arduino Uno circuitry for precise navigation control.

Arduino UnoC++RoboticsL293D Driver

Deep Research Crew

An autonomous multi-agent system built with CrewAI that conducts deep web research. Agents collaborate to scrape, analyze, and synthesize information from multiple sources to produce comprehensive reports with minimal human intervention.

AI AgentsCrewAIPythonAutomation

Disease Chatbot

A bilingual (English/Marathi) desktop health assistant. Integrates Hugging Face Transformers for medical intent recognition and Google Speech APIs for voice interaction, providing accessible health guidance via a clean Tkinter GUI.

PythonNLPTkinterHugging Face

Offline Notes

A secure, offline-first Android note-taking application designed for privacy and speed. Features local data persistence and a clean material design interface, ensuring notes are always accessible without network dependency.

AndroidLocal StorageJava/Kotlin

Network Monitor

A desktop utility tool for monitoring real-time network traffic and interface status. Provides visualization of upload/download speeds and packet analysis.

NetworkingSystem ToolPython

GPA Calculator

A simple and accurate utility for calculating academic Grade Point Averages (GPA) and CGPA. Designed to help students track their academic performance across semesters.

UtilityEducationWeb

College Planner

A comprehensive productivity tool for students to manage academic schedules. Features timetable management, assignment tracking, and reminders.

ProductivityWebReact

Riddle Pop

An engaging interactive puzzle application that challenges users with riddles. Demonstrates gamification logic and interactive UI state management.

Game DevInteractiveMobile