← back to home

Stuff I've Built

Autonomous 3D Capture System

Jan 2026 – Ongoing

Building an end-to-end autonomous drone system that generates 3D Gaussian splat reconstructions. Built orbital flight generator with continuous POI tracking using DJI WPML/MSDK format. Implementing indoor positioning for GPS-free navigation and real-time object recognition.

pythondji-msdkcomputer-visiongaussian-splattingwpml

Theorem Proving Automation

Oct – Dec 2025

Trained LSTM and Transformer models to automate tactic selection in the Lean theorem prover. Achieved 67% top-5 accuracy on the LeanDojo dataset (10K+ theorem-proof pairs). Targeting 40% reduction in manual proof construction effort.

pytorchlstmtransformersleandojo

Human Anomaly Detection System

2024

Designed real-time anomaly detection combining YOLOv8 (object detection) with MobileLSTM (temporal action classification). 90% spatial accuracy and 97% temporal accuracy for RGB video-based public safety surveillance.

yolov8mobilelstmtensorflowpytorchultralytics

Precision Agriculture Tree Analytics

Oct – Dec 2023

Drone-based system using YOLOv5s deep learning for automated tree counting and classification. Captured aerial images at 100m altitude, divided land into grids, and stitched images — achieving 95% detection accuracy across 500+ farmlands.

yolov5spythoncomputer-visionnodejsgoogle-colab

ASL Recognition & Detection

Jun – Dec 2023

Classified 29 ASL alphabets + 3 special characters using Random Forest on 87,000+ images. Built NLP module for enhanced TTS output via Google TTS. Published: "ASL Recognition and Detection: A Review" at ICIVC (2023).

mediapiperandom-forestnlpgoogle-tts

CrossLiquor — Market Basket Analysis

May 2022 – Jun 2023

Sales analysis engine using the Apriori algorithm for cross-selling opportunity identification in large transactional databases. Extracted hidden patterns through data mining and generated association-based insights for marketing.

pythonflasksqlalchemyaprioridata-mining

MyChatApp

Mar – Apr 2022

Real-time multi-user chat application with MongoDB-backed message storage and passing via Mongoose.

javascriptnodejsmongodbmongoose

Tech Stack

languages: Python, C++, Java, R, JavaScript, HTML/CSS
ml & ai: PyTorch, TensorFlow, scikit-learn, Keras, JAX, LangChain, Transformers, Ultralytics
computer vision: YOLOv5s, YOLOv8, MediaPipe, Gaussian Splatting
data & stats: NumPy, Pandas, Matplotlib, Seaborn, SciPy, Jupyter
devops & infra: Docker, Kubernetes, Kubeflow, MLflow, AWS EMR, Terraform, CI/CD
databases: PostgreSQL, MySQL, MongoDB