A simulated robot equipped with lidar that evaluates the objects around it and finds the shortest path to the destination.
C++, ROS, CMake, Docker, Foxglove Studio
NaviGoose
A hardware project that uses a Raspberry Pi connected to a camera to detect objects on the ground for visual impared individuals. Used custom-trained YOLOV11 model for object detection.
An LLM-powered note-taking app that aggregates your notes and documents. Utilized OpenAI platform and LangChain to generate summaries, flash cards and test questions.
React, Next.js, Flask, PostgreSQL, OpenAI, LangChain, Vercel, Tailwind CSS, Bun
CLI Chess
A command line chess game with hard-level AI's and multiplayer modes. Built with C++, and utilized Minimax algorithm with alpha-beta pruning.