Data & PrivacyPublic repo
DP-accurate DAU/MAU Counter Under Deletions
Rice University · Sep 2025 - Dec 2025
Deletion-aware distinct counting for privacy-sensitive analytics and compliance-heavy measurement.
- Designed a deletion-aware pipeline using KMV sketches, tombstone propagation, and RDP accounting for accurate DAU/MAU measurement after deletion events.
- The work centered on correctness, auditability, and practical GDPR-compliant analytics.
PythonKMV SketchesRDPPrivacy AnalyticsSQLBackend Engineering
ResearchPublic repo
Editability and Faithfulness Metric for FEVER
Rice University · Sep 2025 - Dec 2025
LLM evaluation work focused on editability-faithfulness tradeoffs on FEVER-style claims.
- Benchmarked GPT-2 and ROME edits across valid examples, comparing target and control flips to quantify whether edits remained localized and reliable.
- The evaluation was built to stay measurable, reproducible, and easy to interpret.
GPT-2ROMELLM EvaluationNLPTransformersExperimental Design
Edge AINo public repo
Activity Identification and Triggering System
Ahmedabad Research Project · Jan 2025 - Apr 2025
Real-time video activity detection and event-triggering platform for surveillance-style streams.
- Built an end-to-end pipeline with YOLOv11, TimeSformer, FastAPI, React, and WebSockets for live inference, configurable thresholds, and dashboard monitoring.
- Reached about 95% validation accuracy and was shaped for operational low-latency use cases.
YOLOv11TimeSformerFastAPIReactWebSocketsEdge AI
Edge AIPrivate work
Face Recognition Pipeline
VMukti / Adiance · 2024 - 2025
Face verification pipeline built for practical edge deployment and runtime stability.
- Worked with RetinaFace detection, ViT embeddings, ONNX / ONNXRuntime inference, CVLFace / AdaFace migration, and FRVT-aligned verification goals.
- Focused on low FMR / low FNMR targets, C++ deployment constraints, and deployable runtime behavior.
RetinaFaceViT EmbeddingsONNXONNXRuntimeC++Computer Vision
Edge AIPrivate work
Live Video Analytics with Florence-2 and SAM
VMukti / Adiance · 2025
Interactive live-stream intelligence with multimodal video understanding components.
- Implemented real-time pipelines for activity tracking, person tracking, object tracking, and live feed summarization.
- Built around Florence-2 and SAM-style components in a deployable analytics flow for CCTV and edge environments.
Florence-2SAMVideo AnalyticsTrackingMultimodal AIPython
ResearchPublic repo
Vision Transformer for Accelerated Design of Very Low-frequency Metasurface Absorber
Adani University · Sep 2023 - Sep 2024
Research project combining transformers with materials / physics design optimization.
- Used Vision Transformer style modeling for image regression on metasurface absorber data and improved design exploration over CNN-like baselines.
- Reduced training time by about 40% and later presented the work at CASML 2024, IISc Bangalore.
Vision TransformersImage RegressionResearchPythonCNNPublication
ProductPublic repo
GUI-Based Machine Learning Model for Interactive Learning
Adani University · May 2023 - Aug 2024
Interactive educational ML platform aimed at non-expert users.
- Focused on GUI development, accessibility, and making machine learning easier to explore in a classroom context.
- It also reflects usability work and product-minded development for educational software.
Machine LearningGUI DevelopmentEducational TechPythonAccessibility
ResearchPublic repo
Deep Learning-based IoT Security Model
Indian Institute of Technology Bombay · Jul 2024
Intrusion-detection work in an IoMT / IoT security setting.
- Optimized Random Forest and CNN approaches while also exploring hyperparameter tuning, ensemble ideas, and broader efficiency concerns.
- Part of the larger IIT Bombay research thread around cybersecurity, anomaly detection, and real-world security data.
CybersecurityIoMTRandom ForestCNNDeep Learning
Edge AIPublic repo
Text Detector for 16-Segment Displays
VMukti Solutions · Jan 2024 - Apr 2024
Industrial OCR project for noisy 16-segment display text extraction.
- Used OpenCV, EasyOCR, and Flask to support real-time text detection from images and videos.
- It involved OCR, backend integration, and practical computer vision under messy visual conditions.
OCROpenCVEasyOCRFlaskComputer Vision
Data & PrivacyPublic repo
OCR-Based Emotion Detection
ISRO · Jan 2025 - Apr 2025
Privacy-aware email understanding project combining OCR with language embeddings.
- Used EasyOCR and RoBERTa embeddings to classify emotional tone in email content.
- It also involved privacy-sensitive multimodal processing in a government research setting.
OCRRoBERTaText ClassificationPythonEmail Intelligence
ResearchNo public repo
Multimodal Song Emotion Classifier
Personal Project · Sep 2024
Multimodal emotion-classification pipeline combining audio and lyric signals.
- Used Librosa audio features plus SentenceTransformer lyric embeddings with TensorFlow.
- It combined feature fusion with multimodal emotion prediction.
TensorFlowLibrosaSentenceTransformerMultimodal AIAudio
ProductPublic repo
Alumni Management System
Adani University · 2023
University-focused platform for alumni records, networking, and engagement.
- Built around backend/system design plus UX thinking for campus-scale software.
- It also reflects full-stack product delivery outside core AI work.
PythonDjangoPostgreSQLWeb AppUX
ProductPublic repo
Hospital Management System
Adani University · 2023
Healthcare operations project focused on adoption and usability.
- Included chatbot-style assistance to improve user interaction with HMIS workflows.
- The project focused on making day-to-day HMIS workflows easier to use.
ReactNode.jsChatbotHealthcareProduct Thinking
ProductPublic repo
Stock.Pi
Adani University · 2023
Market sentiment analysis and chatbot system combining scraping and real-time processing.
- Brought together scraping, sentiment analysis, and market-oriented data processing in one workflow.
- It also highlights finance-flavored data work, chat-based interfaces, and end-to-end delivery.
Web ScrapingSentiment AnalysisNLPPythonFinance
ProductPublic repo
Amazon Scrapper
Adani University · 2022
Scraping-oriented backend project that reinforced practical data collection fundamentals.
- Built a crawler and dashboard flow for Amazon product data collection.
- It helped build practical scraping and backend fundamentals.
Node.jsPuppeteerWeb ScrapingReactMongoDB