About
Man Vadariya is a
Computer Engineering student at
Dharmsinh Desai University
turning computer science fundamentals into backend systems, agentic pipelines, and tools
that solve real problems. He specializes in multi-agent RAG architectures, real-time
cybersecurity threat detection platforms, and Android accessibility-based utility apps.
His core stack includes React, Node.js, Spring Boot, FastAPI, and Flutter. He has shipped
11+ production projects, solved 460+ LeetCode problems, and maintains a 9.04+ CGPA.
As a GDG AI/ML team member, he co-organized DuHacks 4.0 (6,000+ participants) and
DuHacks 5.0 (4,000+ participants), reaching over 10,000 developers through events.
Featured Projects
Server Guard
Real-time cybersecurity threat detection platform. Monitors network traffic patterns,
applies ML-driven anomaly scoring via PyTorch models, correlates security incidents
across time windows, and surfaces prioritized alerts through an interactive operations
dashboard. Built with Spring Boot for the service layer and Python for the ML pipeline.
- Spring Boot
- Python
- PyTorch
- React
- MySQL
SwiftSlate
Android accessibility-based utility app that leverages AccessibilityService APIs
to create overlay-driven assistive tools and system-level automation utilities.
Features include floating clipboard management, quick-launch action panels, and
context-aware text manipulation across any running app. Built with Flutter, Dart,
and native Android SDK for deep OS-level integration.
- Flutter
- Dart
- Android SDK
- Firebase
Multi-Agent RAG Pipeline
Retrieval-augmented generation system with autonomous agent orchestration. Coordinates
multiple LLM agents for document ingestion, query decomposition, citation-grounded
response synthesis, and iterative feedback loops. Implements vector similarity search
with configurable retrieval strategies across heterogeneous document collections.
- LangChain
- FastAPI
- Python
- Vector Databases