Projects

Selected work in ML, LLM systems, and distributed AI.

IndusAI — Industrial RAG Platform
Featured
RAGLLM SystemsProduction AI

IndusAI — Industrial RAG Platform

Privacy-first industrial AI assistant analyzing PLC fault logs with hybrid RAG retrieval, local LLM reasoning (Ollama + Mistral 7B), deterministic statistics, and strict hallucination guarding. Runs 100% locally with multi-tenant vector search via Qdrant.

100+ environments>99% redaction30x latency reduction
PythonFastAPIQdrantOllamaMistral 7BReactSentence Transformers
Multimodal Depression Analysis
Featured
Deep LearningNLPComputer Vision

Multimodal Depression Analysis

Real-time system recognizing depression by extracting features from facial expressions, EEG signals, and speech modules using multimodal deep learning. Supported by peer-reviewed research publications.

3 modalities91% precisionIEEE published
NLPFeature EngineeringSignal ProcessingPyTorch
Object Detection & Localization
Featured
Computer VisionAutonomous Systems

Object Detection & Localization

YOLOv3 trained on the COCO dataset for real-time object detection and localization on road scenes. Related to autonomous vehicle patents and deployed in a braking system prototype.

Real-time detection2 patents filedYOLOv3 + COCO
TensorFlowPyTorchOpenCVCUDAYOLOv3
Stock Index & GDP Forecasting
Time SeriesEconometrics

Stock Index & GDP Forecasting

ARIMA model built with MATLAB's Econometrics Toolbox to forecast GDP and Stock Indexes of 10 countries. Includes Python-based validation, residual diagnostics, and confidence intervals for economic trend analysis.

10 countriesGDP + Stock IndexARIMA modeling
PythonMatlabARIMATime Series
Business Location Recommendation System
Recommendation SystemGeospatial ML

Business Location Recommendation System

Data analysis and ML pipeline to find optimal business locations using Wikipedia data and Foursquare API for Toronto neighborhoods. Features Folium mapping, K-Means clustering, and geospatial visualization.

Toronto neighborhoodsGeospatial clusteringFoursquare API
PythonK-MeansFoliumFoursquare APIWeb Scraping
Medical Dashboard
Full-StackHealthcare

Medical Dashboard

Full-stack audit trail system for doctors providing a unified overview of patient medical history, prescriptions, and lab reports. Features real-time search, role-based access control, and relational DB optimization.

40% query speedupRole-based accessReal-time search
MySQLJavaScriptJavaDatabase Design