I'm currently a second-year computer science student specializing in cybersecurity with a minor in mathematics. I'm avid about machine learning, artificial intelligence, cybersecurity and full-stack development!
CREATE DATABASE me;
USE me;
CREATE TABLE skills (
id INT PRIMARY KEY AUTO_INCREMENT,
name VARCHAR(50),
type VARCHAR(30)
);
INSERT INTO skills (name, type)
VALUES
('Python', 'Programming Language'),
('Java', 'Programming Language'),
('C', 'Systems Programming'),
('SQL', 'Database'),
('JavaScript', 'Web'),
('HTML/CSS', 'Frontend');↳ 🧠 Parkisense (ongoing)
A computer vision–based machine learning system that analyzes hand movement videos to detect Parkinsonian tremors.
Tech Stack: Python, OpenCV, MediaPipe, TensorFlow, LSTM, NumPy, Streamlit
↳ 🛡️ Aegis (ongoing)
An anomaly-based intrusion detection system designed to detect unusual network traffic patterns.
Tech Stack: Python, NumPy, Scapy, scikit-learn
↳ 🩻 Diagnosica
A medical image diagnosis assistant focused on brain tumour detection using deep learning.
Tech Stack: Python, Flask, TensorFlow, Keras, HTML/CSS
↳ 🌺 Bloomfund
A personalized tool designed to help students find scholarships that match their background, skills and goals using Claude AI.
Tech Stack: Python, FastAPI, PostgreSQL, Supabase, Anthropic Claude

