Projects

A showcase of my technical expertise, creativity, and problem-solving skills across AI, Web Development, and Software Engineering domains.

AI Study Assistant screenshot

AI-Powered Study Assistant

An intelligent and interactive study assistant built using Google Gemini API and Flask. It can answer academic questions, summarize notes, and generate personalized study plans.

  • Frontend: HTML5, Bootstrap 5
  • Backend: Python, Flask
  • AI Model: Google Gemini 1.5 Flash
  • Deployment: Vercel
Live Demo Source Code
TourTango screenshot

Tour Tango – Travel Management System

A comprehensive tourism management app built as part of a Software Engineering project. Features include package management, booking, payments, itinerary planning, and real-time notifications.

  • Frontend: Flutter (Android)
  • Backend: PHP (Laravel), MySQL (phpMyAdmin)
  • Payment Integration: Stripe
  • Hosting: FreeDB
Live Demo (pdf) Source Code
Fake News Detector screenshot

Fake News Detector

A machine learning web app that predicts whether a news article is real or fake using NLP techniques. Trained on Kaggle’s Fake News dataset and deployed with a lightweight web interface.

  • Python: Pandas, Scikit-learn
  • NLP: TF-IDF, text preprocessing
  • Frontend: Gradio
Live Demo Source Code
Order Management screenshot

Online E-commerce Store

A C++ project implementing AVL trees, graphs, heaps, and hash tables for efficient order processing and route optimization using Dijkstra’s algorithm.

  • C++
  • Data Structures & Algorithms
Source Code
Nine Men's Morris screenshot

Nine Men’s Morris – AI Game

An AI-driven implementation of Nine Men’s Morris using the Minimax algorithm with Alpha-Beta Pruning, custom heuristics, and a Pygame-based GUI.

  • Python
  • Pygame, Minimax, Alpha-Beta
Source Code
HTTP Server screenshot

Custom HTTP Server – Networking Project

A command-line HTTP server built using Python’s http.server module to handle GET & POST requests, URL rewriting, and dynamic responses.

  • Python
  • BeautifulSoup, Socket Programming
Source Code
Interstellar Intelligence screenshot

Interstellar Intelligence – ProCom AI Challenge

Interstellar Intelligence is an interactive simulation designed for the ProCom competition, where participants implement mathematical models to make a newly discovered planet habitable. Players adjust variables such as solar intensity, humidity, and wind speed to stabilize environmental conditions, aiming to create a sustainable ecosystem. The system calculates dependent variables like temperature, oxygen levels, crop yield, and pollution in real-time.

  • Python (Core Simulation)
  • Pygame (Visualization)
  • Algorithmic Modeling
View Demo Source Code