FakeXplainer AI (Winner of the AAAI 2025 Hackathon)

Feb 2025
Mars Helicopter Project

TruthDetect AI is an innovative web application powered by a fine-tuned Large Language Model (LLM) designed to educate users on misinformation by generating both real and fake summaries of products, news, and historical events. The system explains the logical, statistical, and reasoning techniques it uses to craft fake summaries, helping users develop critical thinking skills to identify misinformation.

Github YouTube Link Project Website

trpy: An open source library for controlling Trossen Robotic arms via a python interface

Feb 2025
Mars Helicopter Project

This is an simple to use library that I developed to make it easier to interface with Trossen robtic arms. For fast prototyping it is easier to have an easy to use python interface that can control the robot arm via a CLI. The library also includes record and play back featurea, an auto homing sequence and some smoothing filters. This library was used to quickly test out different control algortims for some HRI studies. Usin the native ROS 2 interface might be tricky as not all students are familirat with ROS 2 and python is good for quick and fast prototyping. Mosot of the calls in the library run asyncronously and work with multiple arms connected.

Github

WaltZ (Bipedal Walking Robot)

March 2024 - Current
Image 1 Image 2

A flagship initiative by the Khoury Robotics Club, WaltZ is a 6-DoF bipedal robot driven by an RP2040 microcontroller and 9-axis IMU. Built to be affordable and easy to fabricate, this ongoing project will serve as an educational tool in robotics courses, showcasing core principles of gait, balance, and embedded control.

Project Link

Spatially Handling Arm Projectile Evader (SHAPER)

Nov 2023 - Dec 2023
SHAPER Video

Used a custom genetic algorithm to train a simulated robotic arm to evade flying objects. Developed solely in NumPy and Pygame without external libraries, the project introduces a multi-stage scoring function that incrementally increases task difficulty, substantially speeding up training compared to traditional approaches.

Project Link Paper

MBTA Bus Tracker

January 2024 - Current
MBTA Bus Tracker Demo

A web-based platform for real-time tracking of MBTA-operated buses. Offers intuitive route-based visualization and dynamic location updates, providing valuable insights for transit management and daily commuting.

Project Link

2D to 3D

January 2021 - March 2021
2D to 3D Project

A final-year undergraduate project aimed at reconstructing 3D point clouds from 2D camera images. Explored both stereoscopic methods and machine learning approaches, furthering research in image processing and computer vision.

Project Link Project Link

Mars Helicopter

October 2020 - December 2020
Mars Helicopter Project

Designed and 3D-printed a small-scale model of NASA’s Mars Helicopter featuring counter-rotating propellers. While demonstrating rotor feasibility, the prototype highlighted sensitivity to the craft’s center of gravity (CG), underscoring key engineering challenges in rotary-wing UAVs.

Frame Rate Doubling

January 2020 - March 2020

A hackathon project that leverages generative adversarial networks (GANs) to interpolate between existing frames, effectively doubling the frame rate of a source video. Demonstrates potential applications in bandwidth optimization and responsive video streaming.

Project Link Project Link

Algorithms for Information Retrieval

January 2020 - March 2020

Developed a trie-based inverted index to efficiently search large-scale text data. Compared the approach against Elastic Search in terms of accuracy and performance, offering insights into scalable data-structure design for information retrieval.

Project Link

KTG Simulation

July 2022 - Present
KTG Simulation

A 2D particle simulator illustrating the Kinetic Theory of Gases. Explores various collision-detection and resolution algorithms, visualizing core concepts in physics and computational modeling.

Project Link

Training Neural Networks using Genetic Algorithm

September 2019

Implemented a generic framework for neural network training using genetic algorithms and simulated annealing. Focused on classification tasks, demonstrating the potential of evolutionary computing approaches in AI.

Project Link Paper

Database as a Service (DBaaS)

January 2020 - March 2020
DBaaS Project

Built a MongoDB-based Database as a Service (DBaaS) platform featuring auto-scaling and fault tolerance. Designed for dynamic resource management, ensuring high availability and performance in data-centric applications.

Project Link