Skip to content
VRAJ PATEL

Projects

A mix of production systems, research, and side projects. Click any card for the full technical detail.

Machine Learning

Generative AI Mental Health Pipeline (BERT & Llama-3)

Fine-tuned LLaMA 3.2 with LoRA for clinical text generation and BERT classifiers for mental-health labeling. 0.79 Macro-F1, 50%+ VRAM savings via QLoRA.

PyTorch Hugging Face LLaMA 3.2 LoRA Unsloth TensorFlow

Full-Stack Biometric Marathon Platform (SeeMyRace)

Dockerized Flask platform for race photography with DeepFace facial recognition (sub-50ms inference) and OCR-based bib detection.

Flask Docker PostgreSQL DeepFace PaddleOCR Google Drive API

Building Indian Parliamentary Datasets

Princeton research initiative creating the largest unified Indian political dataset — 40+ years of parliamentary debates, 40+ GB of speech audio, and thousands of digitized documents.

Web Scraping Digitization Data Engineering Computational Social Science
Systems Infrastructure

Self-Hosted Cloud Infrastructure

TrueNAS home server cluster with 24TB storage, Docker Swarm orchestration, and Cloudflare/Tailscale networking.

TrueNAS Docker Swarm Portainer Cloudflare Tunnels Tailscale
Machine Learning

Real-Time NLP Detection Engine (HateBlocker)

Chrome extension + FastAPI backend that detects and hides toxic content on web pages. BERT reached 91.5% accuracy on a 24,800-tweet dataset.

FastAPI BERT XGBoost TF-IDF Chrome Extension JavaScript
Machine Learning

End-to-End Disease Prediction Pipeline

Diabetes risk modeling on 400K+ BRFSS survey responses. Compared SVM, random forest, and neural networks with focus on class imbalance and recall-precision tradeoffs.

TensorFlow Keras Tuner Scikit-Learn Pandas NumPy
Machine Learning

Automated Interview Scoring Engine

Multimodal pipeline fusing text embeddings and 100+ audio features to predict interview scores. MAE < 0.4, Pearson r > 0.70 with human raters.

SentenceTransformers TensorFlow Scikit-Learn SHAP
Software Engineering

Full-Stack Student Marketplace Application (Ralphie Bites)

Containerized Node.js/Express marketplace for CU Boulder students with bcrypt auth, RESTful APIs, and PostgreSQL.

Node.js Express PostgreSQL Docker