Lead Role
SSC President
Currently: SSC President @ TIP Manila
BS Computer Engineering · Data Science
A
Building computer vision systems and data-driven applications at TIP Manila.
01 — About Me
I'm a Computer Engineering student majoring in Data Science at T.I.P. Manila, with a deep interest in machine learning, computer vision, and building intelligent applications. As the current SSC President, I combine technical problem-solving with leadership — aiming to create meaningful impact through data-driven technology and continuous learning.
View Experience02 — Technical Toolkit
<!DOCTYPE html>
<html lang="en">
<head><title>Sample</title></head>
<body>
<h1>Hello, World!</h1>
</body>
</html>
body {
background: #f9f9f9;
font-family: 'Arial';
}
h1 {
color: #0055aa;
}
window.addEventListener(
'resize', () => {
const w = window.innerWidth;
const h = window.innerHeight;
});
function ProjectCard() {
return (
<article className="card">
<h3>React Project</h3>
</article>
);
}
import torch
model = YOLO('yolov8s.pt')
x = torch.rand(1, 3, 640, 640)
out = model.predict(x)
from ultralytics import YOLO
model = YOLO('yolov8n.pt')
results = model.train(
data='data.yaml',
epochs=100, imgsz=960)
import pandas as pd
df = pd.read_csv('data.csv')
df.dropna(inplace=True)
print(df.describe())
SELECT name,
AVG(score) AS avg
FROM results
GROUP BY name
ORDER BY avg DESC;
import cv2
cap = cv2.VideoCapture(0)
circles = cv2.HoughCircles(
gray, cv2.HOUGH_GRADIENT,
dp=1.2, minDist=40)
Snapshot — 2026
Lead Role
SSC President
Projects Built
11+
Core Stack
ML + Web
Current Focus
Computer Vision
03 — What I've Built
Real-time Philippine coin detector and counter using a YOLOv8 ensemble (nano + small models). Features OpenCV circle detection, size-based auto-calibration, and dual inference — a browser WebAssembly UI and a Python CLI. Classifies ₱1, ₱5, ₱10, ₱20, and arcade tokens with live PHP value totaling.
A fullstack recipe management system built as a group project. Features a relational SQL database backend, normalized schema design, and a Python GUI — covering CRUD operations, search, and user-facing browsing.
A fully custom-designed personal portfolio built from scratch — particle canvas, GSAP scroll animations, glassmorphism cards, and a fully responsive layout with zero dependencies.
League of Legends match outcome predictor trained on large-scale ranked game data. Parses champion, item, summoner, and team tables to build ML models that forecast win probability before a match ends.
Neural network lab notebook implementing feedforward architectures for multi-class classification on the Iris dataset. Covers forward propagation, backpropagation, and activation function experiments.
Exploratory data analysis on a semiconductor chip dataset. Investigates CPU/GPU performance characteristics, identifies trends across chip generations, and extracts insights through statistical analysis and visualization.
Linear regression on the Ames Housing dataset for house price prediction. Features feature engineering, model training, and both a Jupyter notebook walkthrough and a standalone Python implementation.
Multi-model classification study on the Iris dataset. Benchmarks Decision Tree, K-Nearest Neighbors, Logistic Regression, and Random Forest classifiers — with confusion matrices and accuracy comparisons.
Kaggle Titanic survival prediction challenge. Performs EDA on passenger demographics, engineers features, and trains classification models — visualized through feature importance and model comparison plots.
House price regression on the Ames Housing dataset. Compares multiple regression models with actual vs. predicted plots, sale price log-transformation analysis, and comprehensive error metrics.
A deployed fullstack web application built with a Django backend and a clean, product-style frontend experience. Designed for accessible interface patterns and a practical real-world deployment workflow.
Explore all my repositories, contributions, and ongoing experiments on GitHub.
View ProfileInteract with selected projects — browse notebooks, live apps, and repos below.
This project cannot be embedded directly here due to external site restrictions. Use the links below to open it in a new tab.
04 — Leadership & Involvement
Supreme Student Council
Technological Institute of the Philippines — Manila
Globe Digital Thumbprint Program
Technological Institute of the Philippines — Manila
CPE Dept. Student Council (CPE-DSC)
Technological Institute of the Philippines — Manila
Community Engagement Services Committee (CESC)
Technological Institute of the Philippines — Manila
CPE Dept. Student Council (CPE-DSC)
Technological Institute of the Philippines — Manila
College of Engineering & Architecture Council (CEA-C)
Technological Institute of the Philippines — Manila
05 — Credentials
06 — Open Source
Dexter Soriano
@ToxicityRadiusLoading...