HelloMed
Hospital management web platform with AI-assisted recommendation features using LLM-powered workflows, relational schema and validation logic.
- PHP
- Laravel
- SQLite
- Ollama
// archive
Software I've built, broken, and rebuilt — from production hospital platforms to a 32-bit CPU designed in Logisim.
Hospital management web platform with AI-assisted recommendation features using LLM-powered workflows, relational schema and validation logic.
End-to-end AI function-calling simulator. Natural language → structured JSON tool calls → validation → SQL execution → dataset quality analysis. Includes a multi-layer validation engine (JSON schema, type check, registry enforcement, SQL injection detection) and analytics dashboard.
Classroom attendance platform powered by FastAPI + PostgreSQL with computer-vision pipelines using OpenCV, deployed on Raspberry Pi.
Secure password manager and encrypted file vault. AES-256-CBC, SHA-256, PBKDF2 key derivation; cross-platform JavaFX desktop + Android client with Material Design 3.
C++ toolkit implementing 15+ classical numerical analysis algorithms: linear/non-linear solvers, interpolation, numerical differentiation/integration, curve fitting, ODEs (Newton-Raphson, Bisection, Simpson's rules, Runge-Kutta, LU decomposition).
Command-line image processing app in C++ for JPEG load/manipulate/export. Implements Gaussian blur, grayscale, Sobel edge detection, mirroring, sepia, color inversion in a clean OOP architecture.
Custom 32-bit processor architecture in Logisim — ALU, register file, memory, control logic, and datapath. Custom ISA with arithmetic, logical, memory, branching, and control instructions (ADD, AND, STO, LOD, BUN, ISZ, BSB, HLT).