Here are some of the projects I've been working on since I've learned how to code.
The study demonstrates the effectiveness of integrating a diffusion upscaling model for post-processing, showcasing the potential for practical applications in real-time audio separation in production environments.
Accepted into Computing Conference 2023 London, UK and was up for publication in Springer series “Lecture Notes in Networks and Systems.” Challenges conventional approaches by introducing a hierarchical and multitask architecture for a single BERT model in the task of text classification.
Accepted for presentation at the International Conference in IT Education (ICITE2023). Developed an innovative approach to analyze social media data related to Baguio City, employing BERTopic for topic modeling and a customized VADER sentiment analysis with dual-language support.
Provides an updated single location to check science, technology, and business related news from Philippines news sources. Automatically updates its database of articles and provides its users with the ability to filter the news in the news feed.
Developed in Golang and deployed on AWS, the application offers a two player experience concurrently across multiple rooms. The real-time feature enables players to observe live moves as participants drag their pieces during gameplay, facilitated through WebSocket technology.
A twitter clone integrated with an internally developed BERT hate speech classifier. Employs multi-task text classification to assess hatefulness and targeted communities. Enables administrators to moderate the platform using our developed AI model.
A desktop application that enables users to message and search for other users, bookmark conversations, and create groups. Implements administrative features such as registration requests and banning of users.
Visualizes a graph in a radial manner given the graph’s edges and weights. Highlights the edges an algorithm visits while it is running.
An application that enables event managers to create and manage events that volunteers want to take part in.
Events management system with PHP and Express backend integrated with a MySQL database.
This game was created in compliance with the Common Object Request Broker Architecture (CORBA), enabling a python client to directly communicate with a java server.
My personalized mark footprint the internet serving as a self-documentation of my career, showcase for my projects, and where I express my thoughts and insights from my professional endeavors.
A project that is very much still a work in progress.
Bracketing methods you can use: Bisection, False Position, Newton Rhapson, Secant, Simple Fixed Point Iteration, Non-Linear. Built with Flask hosted on Heroku
First project that I was proud of :D Implemented the shunting yard algorithm for this calculator. Made this in my first year of taking computer science degree.