All work

8 projects

VR · Healthcare /01

AI-Rehab VR (WESAL)

VR biofeedback rehabilitation.

A clinical desktop platform for VR-based patient rehabilitation with real-time biofeedback: a three-tier architecture, a TCP server streaming simultaneous video from multiple VR headsets, and ~25 custom WPF controls for live monitoring of heart rate, stress and biometrics.

  • TCP server streaming from multiple VR headsets
  • ~25 custom WPF real-time monitoring controls
  • Session recording, reporting & scientific charting
WPF .NET 9 EF Core SQL Server TCP
Details →
DNA · Genetic Health /02

Intellomix

Consumer DNA / genetic-health platform.

An end-to-end consumer genetics-health product: an ASP.NET Core backend (three DbContexts, API-key middleware, Swagger, email) and a cross-platform .NET MAUI app (Android/iOS/Windows/Mac) with full DI and bilingual (fa/en) localization.

  • ASP.NET Core backend — 3 DbContexts, API-key middleware
  • .NET MAUI app — 18 view-models, 20+ pages, 13 services
  • Pharmacogenomics, HLA typing, microbiome, ancestry
.NET MAUI ASP.NET Core MVVM EF Core
Details →
LegalTech · Immigration /03

IMMCRM

Immigration legal-tech automation.

A case-management and automation platform for immigration law firms, integrated with Canada's Federal Court e-filing and the GCMS system: intelligent document analysis (Azure AI + in-house AI), PDF generation/extraction, automated email ingestion, and auto-generated legal documents.

  • Federal Court e-filing + GCMS integration
  • Document AI (Azure Form Recognizer + in-house)
  • PDF (itext7/PdfPig/wkhtmltox) + email automation (MailKit)
.NET 8 ASP.NET Core MVC SignalR Azure AI itext7
Details →
AI Infrastructure /04

RaderonLab AI Core

LLM orchestration engine.

A reusable, multi-provider LLM orchestration framework: model / prompt / task / step abstractions, multi-tenant subscribers, an ML pipeline, resumable file upload, a generic repository pattern and a custom traceable-exception / logging framework.

  • Model / prompt / task / step abstractions
  • Multi-tenant subscribers + ML pipeline
  • Generic repository + traceable-exception framework
C# .NET 8 EF Core LLM Clean Architecture
Details →
Astrophysics · Scientific Software /05

BSN Application

Binary-star light-curve analysis.

Scientific software for photometric light-curve analysis of contact binary star systems with an MCMC panel — generates synthetic light curves 40× faster than PHOEBE, with an intuitive interface and full scientific-standard compliance (BSN Project / Raderon Astronomy).

  • MCMC parameter estimation panel
  • Synthetic light curves 40× faster than PHOEBE
  • Intuitive UI, scientific-standard compliant
Python MCMC SkiaSharp NumPy
Data · Computer Vision /06

DataStudio

Data annotation & augmentation.

A tool to gather, annotate and augment image / video datasets for computer-vision and NLP models — sentiment analysis, entity linking and parsing pipelines.

  • Image & video dataset annotation
  • Augmentation pipelines for CV & NLP
  • Sentiment, entity-linking & parsing
C# ASP.NET WPF Computer Vision SQL Server
Open Source · Education /07

learning-django (Concert)

Concert ticket-sales system.

A full ticket-sales system with an AdminLTE3 admin and Jalali calendar — the flagship project of the Persian-language YouTube teaching series (16 stars).

  • Full ticket-sales flow + AdminLTE3 admin
  • Jalali (Persian) calendar integration
  • Flagship of the YouTube teaching series
Django 3.1 AdminLTE3 Jalali Python
Open Source · Education /08

django_rest_framework

REST API patterns.

A REST API with object-level permissions, token authentication and signals — teaching modern API design to a Persian-speaking audience (6 stars).

  • Object-level permissions
  • Token authentication + signals
  • Teaching modern REST API design
Django DRF Token Auth Python