featuredongoing

HelloMed

Hospital management web platform with AI-assisted recommendation features using LLM-powered workflows, relational schema and validation logic.

  • PHP
  • Laravel
  • SQLite
  • Ollama
featured

AI Function Validator

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.

  • Python
  • FastAPI
  • SQLite
  • Pydantic
  • OpenAI
  • Chart.js
  • JavaScript
featuredongoing

ClassOS

Classroom attendance platform powered by FastAPI + PostgreSQL with computer-vision pipelines using OpenCV, deployed on Raspberry Pi.

  • Python
  • FastAPI
  • OpenCV
  • PostgreSQL
  • Raspberry Pi
featured

PassMan

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.

  • Java
  • JavaFX
  • Android
  • SQLite
  • Material Design 3
  • AES-256-CBC
  • SHA-256
  • PBKDF2

Numerical Computing Suite

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).

  • C++

Photo Editor

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.

  • C++
  • OOP
  • CMAKE

32-bit Computer 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).

  • Logisim
  • Computer Architecture