Neon
Neon is a browser-based music notation editor written in JavaScript using the Verovio music engraving library. The editor can be used to manipulate digitally encoded early musical scores in square-note notation.
Verovio
Verovio is a fast, portable and lightweight open-source library for engraving Music Encoding Initiative (MEI) music scores into SVG. My work focuses on the engraving and editing actions of neume notation in Verovio.
UMIL
The Universal Musical Instrument Lexicon (UMIL) is a crowd-sourcing website dedicated to collecting names and images of musical instruments from various historical periods and cultures.
Cress
Cress is an MEI mapping tool that allows users to edit MEI and validate it against the MEI schema. It is built using TypeScript.
Data Analysis: Rum Market Analysis
This project built a rum dataset by scraping rumratings.com with BeautifulSoup and saq.com with Selenium, followed by data cleaning and preprocessing. It analyzed the rum market to identify trends, market gaps, and opportunities, and developed an interactive dashboard using Plotly and Dash to visualize the insights.
AI Song Contest 2022
This project built a MIDI dataset of 6,500 ancient Chinese poems and their corresponding melodies using Optical Music Recognition software. It fine-tuned a submodule in the Telemelody lyrics-to-melody generation model to create melodies and collaborated with musicians to produce a music piece.
Data Scientist Salary Estimation Model
This project developed a tool to estimate data science salaries, helping data scientists negotiate their income. It included a client-facing API built with Flask. The project scraped over 500 Canadian job postings from Glassdoor using Python and Selenium, engineered features from job descriptions to quantify the value of skills like Python, Excel, AWS, and Spark, and optimized Linear, Lasso, Ridge, and Random Forest Regressors using GridSearchCV to identify the best model.