Here are some of the projects I've been working on since I've learned how to code.
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.
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.
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 comptuer science degree.