Projects

Musis project screenshot

Musis – Optical Music Recognition Interface

An open-source tool to convert scanned sheet music into editable formats like MusicXML or MIDI. Upload your sheet music and get structured, DAW-ready output. Built to provide a free, reliable solution for musicians and producers. Stay tuned!

PythonMusicXMLMIDIOpenCV
Fortis project screenshot

Fortis

A full-stack fitness tracker web application enabling users to log exercises, pair with gym buddies, and share customizable workout templates. Includes dynamic data analysis and visualization tools for tracking progress.

Next.jsPostgreSQLVercel
Text Tone Changer project screenshot

Text Tone Changer

A Chrome extension that alters the tone of selected text on webpages by integrating natural language processing. Features real-time text transformation using asynchronous JavaScript and a Flask backend.

JavaScriptFlaskHTML/CSS
Astrapia project screenshot

Astrapia

A dynamic web application for visualizing and analyzing stock trends of the S&P 500. Utilizes candlestick charts with Bollinger Bands for advanced analytics.

PythonPandasStreamlitCufflinksAPI
Restaurant DBMS project screenshot

Restaurant DBMS

A full-stack Database Management System designed for managing operations of an outlet store. Features a functional UI built with Tkinter and data management through Python-MySQL connectivity.

PythonSQLTkinter
Route Navigator project screenshot

Route Navigator

A Java-based application that models the U.S. highway network as a graph to calculate the shortest path between two cities using Dijkstra's algorithm. Includes data parsing, nearest vertex identification, and route visualization on a U.S. map.

Java SE 17Dijkstra's AlgorithmGraph Data Structure