Replication study at Microsoft, building upon existing research by verifying its findings and extending its scope through the introduction of novel features.
Repository Replication
A react web application recipe making app created for users with the need to publish recipes in a friendly online space.
Repository Demo
A web application built along with the national champion Yasiris Ortiz to promote Table Tennis programs around New York.
Repository Demo
A 3D maze game built in Unity where players control a robot to find keys, avoid enemies using NavMesh pathfinding, and tackle parkour challenges. The game uses design patterns like object pooling for shooting, a singleton for audio management, and the observer pattern for enemy behavior, ensuring smooth gameplay and an immersive experience.
Repo & Demo
A Convolutional Neural Network model for classifying animal images into multiple species categories.
Repository
A model predicting the duration of taxi trips in New York, enhanced with features like weather, rush hours, weekend days, and speed. Built using Pandas for data manipulation and a Random Forest Regressor for prediction.
Repository Article
A space battle game where the hero faces five unique AI enemies, uses various weapons, and features realistic movement and shield mechanics.
Repository
A line editor that enables file modification with features like arrow navigation, character and line deletion, adding lines, keyword highlighting, and an undo function. All functionalities are powered by data structures implemented from scratch.
Repository