Skip to main content
$ ls -la ~/projects/

// Research-oriented systems

🤖

Scalable agentic AI platform

Architected and developed a scalable agentic AI platform designed for production environments. Includes declarative agent specifications with YAML-based configuration, multi-tier memory systems (working, episodic, semantic), integration with vector stores and relational databases, comprehensive evaluation pipelines for agent testing.

Python FastAPI LangGraph Redis PostgreSQL
→ github.com/konf-dev
🧠

A Practical Investigation into Mixture of Experts (MoE)

Graduate project supervised by Prof. S. Toor & Prof. P. Singh. Conducted systematic empirical study of different type of MoE architectures on CIFAR-10.

PyTorch MoE Routing Ablations W&B
→ github.com/moe-project-uu/mixture-of-experts-project
🔤

PyTorch implementation from scratch

Built a custom Transformer architecture from scratch in PyTorch to deepen understanding of attention mechanisms and sequence modeling. Implemented multi-head attention, positional encoding, and encoder-decoder architecture with detailed documentation of design choices.

PyTorch Transformers Attention NLP
📝

Course Project for Data Engineering II

Developed a distributed text summarization system for large-scale document processing. Implemented parallel processing architecture with task distribution, efficient batching, and result aggregation for high-throughput summarization workloads.

Python Distributed Systems NLP Async
→ github.com/SouravSharan/DE_1TD169_project_2025
🏢

Cource Project for LLMs and Societal Consequences of AI

User-friendly apartment search with natural language queries. Built preference parsing system, intelligent ranking algorithms, and application guidance features to simplify the housing search experience.

Python FastAPI Google Gemini Pydantic FAISS
→ github.com/VJShah643/ApartMint