Projects

🪄 The Arcane Universe

🪄 The Arcane Universe

  • PHP
  • Laravel
  • Blade
  • CSS3
  • JavaScript
  • SQLite
  • XAMPP
  • Cloudinary
  • Gemini

A cinematic, full-stack web experience inspired by the magical world of Harry Potter because why build a boring project when you can build one with Hogwarts archives, character records, and magical animations? Built on Laravel using PHP and XAMPP with a Blade + CSS3 + JavaScript frontend, SQLite database, and AI-generated visuals powered by GeminiPro. Media is managed through Cloudinary, the whole app is deployed on InfinityFree, but sadly, the hosted version lags a lot coz this has audios and videos. But hey, at least I can give the source code.

Oh and did I mention this took 3 months to finish? Not because it's complicated (okay, it is), but because college decided that 5th semester was the perfect time to be absolutely unhinged with the workload. Somehow, between assignments, exams, and questioning my life choices, I still shipped it and it turned out to be the biggest personal project I've ever built. Equal parts web dev practice and an excuse to spend way too much time on Harry Potter lore.

📘 StudyBot++ — SmartStudy Engine

📘 StudyBot++ — SmartStudy Engine

  • Python
  • Streamlit
  • HuggingFace
  • PyTorch
  • SM-2 Algorithm

An NLP-powered study assistant built as a college project that combines T5 for question generation, BART for summarization, and the SM-2 spaced repetition algorithm all in one place. Because manually making flashcards and figuring out when to review them is a 2010 problem. Built with Python, Streamlit, and HuggingFace Transformers. Team project, but still counts.

🌐 OSPF/ISPF Network Simulation

🌐 OSPF/ISPF Network Simulation

  • GNS3
  • Cisco IOSv
  • OSPF
  • iSPF

Built a GNS3 lab to settle an argument nobody asked for - does iSPF actually beat traditional OSPF? Turns out it does. Set up two identical 5-router networks with real Cisco IOSv images, broke things in three different ways, and measured who recovered faster. The best part was Scenario 3, where iSPF looked at a link cost change, decided it wasn't its problem, and did absolutely nothing - while OSPF panicked and ran a full Dijkstra for no reason. Walked into the presentation with full confidence, explained every single detail, even picked the topic from our professor's own suggestions. She cut marks anyway. The routers performed flawlessly. The grading did not.

🧊 3D Object Classification using PointNet & PointNet++

🧊 3D Object Classification using PointNet & PointNet++

  • Python
  • PyTorch
  • NumPy
  • Trimesh
  • Scikit-learn
  • Matplotlib
  • Gradio

A deep learning project that implements and compares PointNet and PointNet++ for classifying 3D objects from raw point cloud data — no voxelization, no shortcuts. Trained on ModelNet10 across 10 object categories, with PointNet++ hitting 86.38% accuracy by actually paying attention to local geometry. Wrapped it up with a Gradio web interface so you can drop in a .off file and get a real-time classification. College project, but the results were genuinely satisfying.