PROJECTS

Engineering work presented with evidence and clear boundaries.

Flagship case studies, applied engineering projects, focused technical builds, research foundations, and open-source work—described according to their current implementation evidence.

B / APPLIED ENGINEERING PROJECTS

Implemented systems and engineering workflows.

01

Review Sentiment Classifier API

Built a reproducible IMDb sentiment workflow that compares TF-IDF Logistic Regression with a 1D CNN and serves the selected Logistic Regression artifacts through a tested FastAPI API.

STACKPython · FastAPI · scikit-learn · TensorFlow · pytest · Docker · GitHub Actions
02

CIFAR-10 Product Image Classifier

Built a compact CNN workflow with deterministic CIFAR-10 subsets, tracked evaluation artifacts, validated model loading, Gradio inference, Docker packaging, and automated checks.

STACKPython · TensorFlow/Keras · NumPy · Gradio · pytest · Docker · GitHub Actions
03

AWS Cloud Deployment & Observability Lab

Documented and implemented a containerized FastAPI deployment lab covering ECR image delivery, ECS/Fargate orchestration, IAM-based S3 access, CloudWatch logging and alarms, SNS notification, and ECS task replacement.

STACKPython · FastAPI · Docker · Amazon ECR · ECS/Fargate · IAM · S3 · CloudWatch · SNS
04

LangChain Persistent Tool Agent

Built a terminal-based LangChain agent with automatic tool selection, session-specific PostgreSQL conversation history, restart restoration, context trimming, and Docker Compose database setup.

STACKPython · LangChain · OpenAI · PostgreSQL · Psycopg · Docker Compose

C / ADDITIONAL TECHNICAL PROJECTS

Focused builds and technical studies.

01

Hugging Face Local Tool Agent

Built a CPU-oriented TinyLlama CLI that combines deterministic local tools with model fallback, bounded conversation history, and fake-based automated tests.

STACKPython · PyTorch · Transformers · TinyLlama · pytest
02

OpenAI Rule-Based Tool Agent

Built a framework-free CLI that routes arithmetic, time, and project requests to deterministic tools and uses the OpenAI Responses API for general prompts.

STACKPython · OpenAI Responses API · AST-based tools · pytest
03

n8n Tool-Using AI Agent Workflow

Created an importable n8n chat workflow combining an OpenAI model, short-term session memory, calculator-tool selection, intermediate steps, and a sanitized public export.

STACKn8n · OpenAI · LangChain nodes · JSON · Python
04

Diabetes Prediction ML Analysis

Developed an executed notebook workflow comparing Logistic Regression and Random Forest models with data cleaning, feature preprocessing, threshold analysis, tuning, and model-export code.

STACKPython · Pandas · NumPy · scikit-learn · Matplotlib · Seaborn · Jupyter
05

Telehealth Analytics Decision Framework

Developed an MBA research framework connecting marketing-conversion analysis with churn modeling, threshold evaluation, cross-validation, and SHAP-based interpretation.

STACKPython · Pandas · scikit-learn · XGBoost · SHAP · Jupyter

D / RESEARCH & EXPERIMENTAL AI

Evidence-led foundations for responsible research.

RESEARCH AND ENGINEERING FOUNDATION · IN PROGRESS

Enterprise Multimodal Biomedical QA LLM

A research-oriented foundation for reproducible text-based biomedical QA and medical image-text QA using PubMedQA and SLAKE, with current work centred on data validation, provenance, unified schemas, testing, and safety-aware design.

PythonPyTorchHugging Face TransformersPubMedQASLAKEMultimodal AIPytestData Validation
RESEARCH SAFETY NOTICE

This project is for research and educational engineering work only. It is not intended for diagnosis, treatment selection, prescription guidance, patient-specific medical advice, or autonomous clinical decisions.

Read Case Study →

E / OPEN-SOURCE WORK

Open-source guidance for evidence-led engineering.

INDEPENDENT OPEN-SOURCE FRAMEWORK

Enterprise AI/ML Engineering Framework

An independently created framework for real-data-first, baseline-driven, evidence-based, and production-aware AI/ML engineering work.

GitHub Repository ↗