
CREATIVE TECH
Exploring the blend of technology and artistic expression.
PROJECT 1: FL Studio Project Search System
A comprehensive web application built with Flask that solves the challenge of organizing and searching through large collections of FL Studio project files. The system parses binary .flp files to extract metadata and uses audio fingerprinting with machine learning to enable similarity-based searches.






Key Technical Achievements:
• Binary file parsing of FL Studio's proprietary format
• Audio fingerprinting using MFCC features and scikit-learn
• Responsive web interface with Bootstrap 5 and dark theme
• PostgreSQL database with optimized queries and relationships
• Scalable directory scanning with progress tracking
Technologies: Python, Flask, SQLAlchemy, PostgreSQL, Librosa, NumPy, Bootstrap 5

