A selection of my recent works across Web Development, Web3, and AI.

E-Commerce
Elysian Flame is a luxury candle brand website that sells hand-poured botanical candles made from 100% natural soy wax and premium essential oils. The website focuses on eco-friendly, artisan-crafted candles designed to create a calming, elegant, and mindful home atmosphere.

AI / Computer Vision
This project focuses on camera calibration and pose estimation using Python. It features modules for real-time calibration and optimized image processing, leveraging libraries such as OpenCV and NumPy for accurate camera parameter adjustments and pose tracking in computer vision applications.
Blockchain / Web3
A dual-topology Hyperledger Fabric project simulating a Car Supply Chain. It features a unified Go chaincode shared between a single-host local test network and a distributed 5-node setup over ZeroTier, complete with automated deployment scripts.
Blockchain / Distributed Systems
A multi-PC Hyperledger Fabric lab with 3 Raft orderers and 5 peers spanning across 5 Windows/WSL2 machines. It features a basic Go chaincode, a real-time Node.js dashboard for visualizing blocks, and automated scripts for IP updates, SSH key distribution, and chaincode deployment.
Machine Learning / AI
Heart Disease Predictor is a machine learning project that uses a Random Forest Classifier to predict heart disease risk based on clinical and demographic data. Achieving 86% accuracy, it processes patient data to provide insights into heart health.
Data Engineering / Tools
A Python tool for efficient web scraping using Selenium and BeautifulSoup. It extracts structured data from web pages, supports various input methods, and outputs clean datasets in TXT and JSON formats, making data processing easy and effective.

AI / Automation
An autonomous AI email scheduling assistant that polls Gmail, parses threads, classifies intent, and extracts availability using LLM-driven prompts. It seamlessly coordinates meetings via Google Calendar and automates replies via SMTP using a modular agent architecture.