Things I've Made
Popcorn
Apr. 2024
React, Python, NextJs, Scikit-learn
Built a Next.js app that matches your Spotify playlists with movie recommendations. Collected over 10,000 songs and movies by web scraping and trained a machine learning model that got an 85% accuracy rate.
Where’s My Jam?
Nov. 2024
Next.js, FastAPI, Python
Developed a gamified grocery app with four interactive modes, enhancing user engagement. Implemented a health-tracking system and recipe suggestions using barcode scanning. Leveraged Next.js for frontend, FastAPI for backend, and Python for functionality.
McMayhem
Jan. 2024
Godot, GDScript
Completed a 48-hour GameJam with a 3-member team, reconfiguring 10+ 3D models. Achieved recognition as one of the top 5 games out of 50 entries.
Conway’s Game of Life
Jun. 2023
JavaScript, HTML/CSS
Implemented a mathematical simulation using Vanilla JavaScript, developing a 3-dimensional data structure and enhancing performance by 20%.
Mon Cahier
May. 2023
GoLang, JavaScript, Web Development
Developed a blog on Computer Science and Mathematics, attracting over 1,000 monthly readers. Published 15+ articles and deployed using Hugo static site generator.
Can Computer Vision be Trusted with Autonomous Vehicles yet?
Mar. 2022
Python, OpenCV
Implemented a real-time Computer Vision system with 95% detection accuracy, achieving an A-grade for a Cambridge International Project Qualification.
ChatBot with Python Workshop
Jan. 2023
Python, Pytz, Chatterbot
Developed an AI ChatBot using Python, handling 1,000+ queries and trained for specialized interactions. Conducted a workshop with 50+ participants.
YouTube Comment Analyzer
Jun. 2023
Python, NumPy, pandas
Developed a classification model for YouTube comment analysis, achieving 86.7% accuracy using a dataset with over 1 million comments.
TrieApplication
Jun. 2023
JavaScript, Axios, Figlet
Developed a custom trie data structure for search applications, handling 10,000+ entries, with efficient data retrieval methods.