Logo

Projects

My projects and coursework.

Discord Music Bot

Discord Music Bot

I developed a discord music bot in Java with Java Discord API and LavaPlayer. It allows users to play music directly from YouTube within a Discord server. The bot supports playing specific songs or entire playlists based on YouTube searches. Additionally, it offers playback controls including play, skip, list, and shutdown.

Source Code →
Facial Recognition Platform

Facial Recognition Platform

I made a facial recognition platform, allowing users to upload images, manage accounts, track history, and retrieve results. The platform automatically detects and returns the number of faces in the uploaded photos using a robust RESTful API. Built in React, CSS, Node.js and Knex.js

Source Code →
Dynamic Storage Allocator

Dynamic Storage Allocator

Designed a dynamic memory allocator consisting of the malloc, free, realloc, and calloc functions in C.

Source Code →
Bomb It

Bomb It

Bomb it is a 15x15 grid-based game developed in Python using the Tkinter framework. Features include Dijkstra's algorithm for dynamic map generation and breadth-first search for realistic NPC movements.

Source Code →