Rudransh Shekhar

Rudransh Shekhar

Founder @ mySphere
Former AI/ML Intern @ IMD
Foundation Models & Distributed Systems

B.Tech Computer Science student at VIT Chennai, Founder & Lead Developer at mySphere, and Former AI/ML Intern at the India Meteorological Department (IMD).

My interests lie at the intersection of cloud infrastructure, distributed systems, foundation language models, and software engineering. As the founder of mySphere, I design and develop scalable software products ranging from distributed personal cloud infrastructure and cross-platform applications to LLM inference runtimes, compact foundation language models, and AI-powered financial technology systems. My work involves backend engineering, cloud-native architectures, system design, DevOps, and secure application development.

At IMD, I worked on AI-driven weather forecasting systems, contributing to the development, fine-tuning, and optimization of deep learning models trained on large-scale atmospheric datasets. My experience includes model inference, distributed training, high-performance computing (HPC), data engineering, and the development of Agentic AI applications powered by Large Language Models (LLMs) and Retrieval-Augmented Generation (RAG).

Beyond research and product development, I actively build open-source foundation models (such as QaptaanLM-0.75B), curate large-scale pre-training and instruction datasets (KapCode-1B, KapInstruct-100M), develop local LLM operating systems (InferenceOS), and engineer multimodal sensor fusion systems (Sign Language Interpreter). My goal is to create scalable, reliable, and impactful technology that bridges the gap between frontier research and practical applications.

Work Experience

Aug 2025 - Present

India Meteorological Department (IMD)

Ministry of Earth Sciences, Government of India

AI/ML Intern | Internship | Mausam Bhawan, New Delhi, India | May 2026 - June 2026
  • Fine-tuned Huawei's Pangu-Weather model on approximately 3.5 years of IMD GFS data (2023-2026), adapting a globally pre-trained model to regional meteorological forecasting requirements.
  • Optimized code, data-loading, and distributed training workflows, reducing Pangu-Weather training time from about 20 minutes to about 8 minutes per epoch.
  • Contributed to Pangu-Lite, an internally implemented lightweight weather forecasting model, resolving critical training issues and implementing Distributed Data Parallel (DDP) training on over 40 years of ERA5 reanalysis data (1979-2024).
  • Reduced Pangu-Lite training time from about 32 hours to about 5 hours per epoch through distributed computing and pipeline optimization.
  • Built components for an Agentic AI weather assistant using Retrieval-Augmented Generation (RAG), meteorological data sources, and local/cloud-hosted LLMs for natural-language weather forecasting and query processing.
  • Implemented location-aware weather retrieval pipelines using IMD forecasting systems and Mausamgram datasets, integrating Zephyr and Gemma models for contextual responses.
  • Developed PBS job scripts and DDP training workflows using NCCL for multi-GPU and multi-node training across IMD's Arunika High Performance Computing cluster.
  • Refactored fragmented training codebases into production-grade workflows for training, inference, validation, forecasting, checkpointing, early stopping, experiment tracking, geospatial visualization, and model evaluation.
  • Worked with Linux (Red Hat), HPC environments, SSH-based infrastructure, PBS scheduling systems (qsub, qstat), and research-oriented machine learning workflows.
AI/ML Research Collaborator | Part-time | Remote | August 2025 - April 2026
  • Collaborated on AI-driven weather forecasting research using the Pangu-Weather model.
  • Reverse engineered and adapted the open-source Pangu-Weather implementation, fixing model conversion workflows to convert ONNX models into PyTorch (.pth) checkpoints.
  • Validated converted models by comparing ONNX and PyTorch inference outputs, achieving near-identical predictions with negligible numerical error.
  • Developed and optimized auto-regressive forecasting pipelines for multi-step weather prediction, generating forecasts up to 10 days ahead.
  • Worked with GRIB, GRIB2, and NetCDF (NC) meteorological data formats, building scripts for data conversion, preprocessing, validation, and workflow automation.
  • Supported model inference and experimentation across Google Colab TPU infrastructure and institutional HPC systems using Linux, SSH, PuTTY, and command-line workflows.
  • Contributed to optimization, troubleshooting, and validation of large-scale atmospheric data pipelines, model inference workflows, and high-performance computing experiments.
Aug 2025 - Present

mySphere

Startup | Available at: mysphere.co.in

Founder & Lead Developer | Full-time | Remote | Aug 2025 - Present
  • Founded and lead mySphere, an independent software startup focused on cloud infrastructure, artificial intelligence, distributed systems, and cross-platform product ecosystems (mysphere.co.in).
  • Own product architecture, backend engineering, infrastructure management, deployment pipelines, and end-to-end software development across all mySphere products.
  • myCloud: Architected and built a high-performance distributed personal cloud ecosystem decoupling file metadata from storage nodes with live WebSockets relay, CLI (mycloudctl), Python SDK (mycloud-sdk), Web PWA, Desktop Node GUI, and OCI cloud infrastructure.
  • myTrade: Engineered an autonomous multi-agent AI market intelligence platform for Indian equity markets (NSE/BSE), combining quantitative indicator analysis, 40+ LLM jury consensus, local ChromaDB vector RAG, friction tax modeling, and remote Telegram HITL execution.
  • InferenceOS: Created an open-source, hardware-agnostic adaptive operating system for local LLM inference built on llama.cpp C++20 kernels, dynamic microbatching, live hysteresis VRAM offload migration, and dual OpenAI/Ollama REST API servers.
  • myCam: Developed a real-time smart IP security streaming platform with React 19, Socket.IO, WebRTC, Express 5, MySQL, and computer vision motion detection with interactive Canvas activity zones and two-way audio.
  • mySync: Built a real-time cross-device clipboard & notification relay platform with WebRTC P2P mesh data channels and Llama 3 AI summary integration across React Native, React + Vite, and Node.js.
  • myTune: Developed a cross-platform music streaming and playlist management application with high-resolution playback, intelligent queue management, and ecosystem account integration.
  • Designed reusable platform components, shared authentication services (OAuth/2FA), and microservices to optimize scalability, maintainability, and interoperability across the mySphere product suite.

Projects

AI/ML Projects

QaptaanLM-0.75B KaptaanLM Research Labs Aug 2026 - Present Stage 1 CPT Completed · Stage 2 SFT In Progress

Compact Hybrid-Attention Foundation Language Model for Code Synthesis & Reasoning

PyTorch 2.1+ JAX / Flax 752M Dense Parameters 3:1 Hybrid DeltaNet + GQA 256K Context Google TPU v5e-8 & NVIDIA GPU KapCode-1B (CPT) KapInstruct-100M (SFT) Fill-in-the-Middle (FIM)
752MDense Parameters
1.0B TokensStage 1 CPT on KapCode-1B
3:1 HybridDeltaNet to GQA Ratio

Project Overview

QaptaanLM-0.75B is an efficient, compact hybrid-attention foundation language model engineered for localized source code generation, technical comprehension, and long-context reasoning. By stripping the vision transformer components from base architectures down to 752M dense parameters (Qwen3_5ForCausalLM / QaptaanForCausalLM), the model underwent full-parameter Continued Pre-Training (CPT) across 1,000,013,824 tokens of KapCode-1B on Google TPU v5e-8 accelerator pods, achieving 12,485 tokens/sec throughput and rapid loss convergence from 12.8064 to 2.4413.

Architecture & Features

  • Hybrid Linear Attention Backbone: 24 decoder layers arranged in 6 repeating macro-blocks combining 18 Gated DeltaNet linear attention layers with 6 Gated Grouped-Query Attention (GQA) layers (8 query heads / 2 KV heads, 256 head dim), delivering $O(N)$ linear computational/memory scaling while preserving associative multi-hop reasoning.
  • Multi-Session Distributed TPU CPT: Successfully executed 61,036 optimization steps on Google TPU v5e-8 (8 pod cores, 128 GB HBM) across 3 chained sessions with asynchronous Orbax checkpointing, achieving an average throughput of 12,485 tok/s (0.762 steps/s) and minimum cross-entropy loss of 1.5911.
  • Exact Weight Alignment & Clean Safetensors Export: Authored custom configuration_qaptaan.py and modeling_qaptaan.py with fast $O(1)$ single-token caching, exact recurrence alignment, and tied word embeddings (tie_word_embeddings=True), exporting a verified 752M-parameter (1.50 GB) PyTorch Safetensors release.
  • Fill-in-the-Middle (FIM) Infilling: 50% of code tokens trained with Prefix-Suffix-Middle (PSM) formatting using native delimiters (<|fim_prefix|>, <|fim_middle|>, <|fim_suffix|>) to empower zero-shot IDE code completion.
  • Liger Kernel Loss Fusion: Custom Triton fused Cross-Entropy loss computation directly paired with vocabulary projection, reducing backward pass VRAM by 40%–60% and accelerating training throughput by 15%–20% on NVIDIA GPUs.
  • Stage 2 SFT Pipeline: Established Supervised Fine-Tuning architecture targeting 100M tokens on KapInstruct-100M with Qwen ChatML formatting and assistant-only loss masking (labels = -100 on prompts).

Links & Resources

Pangu-Weather Fine-Tuning IMD Aug 2025 - May 2026 Completed

Regional Weather Forecasting

Deep Learning PyTorch Weather Modelling Machine Learning Model Inference Distributed Training
20 mins -> 8 mins Reduced Training Time
3.5 YearsTrained on IMD GFS Data
10 DaysAutoregressive Forecast
  • Fine-tuned Huawei's Pangu-Weather model on approximately 3.5 years of IMD GFS data (2023-2026), adapting a globally pre-trained weather forecasting model for regional meteorological prediction.
  • Developed preprocessing pipelines for large-scale meteorological datasets, including GRIB-to-NetCDF conversion, variable transformations, humidity parameter handling, dataset validation, and quality assurance.
  • Optimized training and inference workflows, reducing training time from approximately 20 minutes to 8 minutes per epoch through code, data-loading, and distributed training improvements.
  • Implemented auto-regressive forecasting pipelines capable of generating multi-day forecasts by recursively feeding model outputs back as inputs.
  • Built model evaluation workflows to compare forecasts against observed weather data and existing operational forecasting systems across multiple variables, pressure levels, and forecast horizons.
  • Developed geospatial visualization and analysis pipelines for meteorological variables using GIS datasets and weather forecasting outputs.

Links & Resources

Pangu-Lite IMDMay 2026 - June 2026 Completed

Distributed AI Weather Forecasting Model

Distributed Computing Deep Learning HPC NCCL Model Training ERA5 Data Forecasting
32 hours -> 5 hours Reduced Training Time
40+ YearsTrained on ERA5 Data
Multi-GPU Multi-Nodal DDP Setup
  • Contributed to the development of an internally implemented lightweight weather forecasting model trained on more than 40 years of ERA5 reanalysis data (1979-2024).
  • Resolved critical training issues and refactored fragmented codebases into unified production-grade training and inference pipelines.
  • Implemented Distributed Data Parallel (DDP) training using NCCL and developed PBS job scripts for efficient multi-GPU, multi-node execution on IMD's Arunika High Performance Computing cluster.
  • Reduced training time from approximately 32 hours to 5 hours per epoch through distributed computing, pipeline optimization, and infrastructure improvements.
  • Built end-to-end training, inference, validation, checkpointing, experiment tracking, logging, and forecasting workflows for large-scale weather prediction experiments.
  • Contributed to architectural experimentation involving patch embeddings, ensemble inference, error-correction approaches, and variable cross-attention mechanisms for weather forecasting models.

Links & Resources

InferenceOS KaptaanLM Research Labs July 2026 - Present Active Development

Hardware-Agnostic Adaptive Operating System for Local LLM Inference

Python 3.10+ C++20 CUDA & ROCm Vulkan & Metal llama.cpp Engine FastAPI (OpenAI & Ollama API) SQLite Telemetry TUI CLI
Zero OOMDynamic Microbatch Prefill
Live MigrationHysteresis Layer Offload
Dual APIOpenAI & Ollama Server

Project Overview

InferenceOS is an open-source, hardware-aware operating system and control plane designed for local Large Language Model (LLM) inference. Built on an architectural fork of llama.cpp, it bridges high-performance C++ tensor execution kernels with intelligent Python runtime orchestration to dynamically profile hardware, optimize layer placement, execute live hysteresis migrations under VRAM pressure, compress KV caches, and stream responses via dual OpenAI/Ollama REST APIs.

Features

  • Hardware Auto-Profiler: Multi-vendor detection engine profiling CPU, NVIDIA CUDA, AMD ROCm, Apple Metal, Intel Arc, and integrated GPUs to auto-generate optimal execution plans.
  • Dynamic Microbatch Scheduler: Real-time prefill batching using multi-heuristic scoring (VRAM headroom, prompt TPS, GPU occupancy, PCIe bandwidth) to eliminate out-of-memory crashes.
  • Live Hysteresis Layer Migration: Real-time offload coordinator that dynamically migrates layers between dGPU, iGPU, and CPU during active inference under VRAM pressure.
  • KV Cache Manager & Eviction: Memory optimizer supporting FP16/Q8_0/Q4_0 cache quantization and attention-sink eviction policies (H2O Heavy-Hitter Oracle, StreamingLLM, LRU, FIFO).
  • Runtime Learning Database: Persistent SQLite telemetry recorder that tracks execution metrics (TTFT, prompt t/s, evaluation t/s) and predicts optimal model configurations via ML regression models.
  • Dual REST API Server & 21-Command TUI: High-throughput FastAPI HTTP server supporting OpenAI (/v1/*) and Ollama (/api/*) endpoints with streaming SSE, accompanied by a 21-command interactive TUI CLI.

Links & Resources

myTrade mySphere May 2026 - Present Internal Testing

Autonomous AI Market Intelligence & Trading Platform

Multi-LLM Consensus ChromaDB (RAG) SQLite Upstox API Streamlit UI Telegram Bot AsyncIO
Multi-LLM Jury40+ Models Consensus
Quant EngineMath Risk Veto
HITL & AutoTelegram Control

Project Overview

myTrade is an autonomous, multi-agent AI market intelligence and trading system designed for the Indian equity markets (NSE/BSE). It combines quantitative indicator analysis, multi-model LLM jury consensus, local vector RAG memory, and strict mathematical risk guardrails with a remote Human-in-the-Loop (HITL) control interface.

Features

  • Multi-Model Consensus Engine: Queries a configurable pool of independent LLMs concurrently (40+ model roster across Groq, Nvidia, Mistral, Google, Cerebras) with dynamic multi-key API cycling to benchmark qualitative sentiment without single-model hallucinations.
  • Mathematical Risk Veto Layer: Deterministic quantitative rules evaluating macro market regimes, price action, and momentum to serve as a pre-AI guardrail layer that can veto qualitative entries.
  • Hybrid Data & RAG Memory System: Combines SQLite structured price storage with ChromaDB vector embeddings for corporate disclosures, regulatory filings, and market news.
  • Google OKF Context Assembly: Synthesizes price metrics, technical indicators, and vector RAG context into standardized Open Knowledge Format (OKF) payloads for model evaluation.
  • Friction & Tax Modeling Engine: Calculates transaction friction costs including STT, GST, SEBI charges, brokerage, and stamp duty to verify net capital deployment efficiency.
  • Interactive HITL & Telegram Control: Secure 4-message Telegram dashboard allowing real-time monitoring of AI juror votes, news context, and tax breakdowns with interactive trade approval, rejection, or veto override buttons.
  • Execution & Broker Integration: Features a local SQLite paper ledger for shadow portfolio tracking alongside Upstox API integration and configurable auto-approval switches.

Agentic AI Weather Assistant IMD May 2026 - June 2026 Completed

LLM-Powered Meteorological Query System

Retrieval-Augmented Generation (RAG) Large Language Models (LLM) Natural Language Processing (NLP)
RAGArchitecture
Zephyr/GemmaLocal & Cloud LLMs
MausamgramWeather Data
  • Contributed to the development of an Agentic AI weather assistant integrating Retrieval-Augmented Generation (RAG), meteorological data sources, and Large Language Models (LLMs) for natural-language weather forecasting.
  • Implemented location-aware weather data retrieval pipelines using IMD forecasting systems and Mausamgram datasets.
  • Integrated local inference using Zephyr models and cloud-based inference using Gemma models through Hugging Face infrastructure.
  • Developed workflows for retrieving, processing, and contextualizing weather information before generating user-facing natural-language responses.
  • Improved system reliability by debugging, refactoring, and optimizing the existing RAG and inference pipeline architecture.
  • Enabled intelligent weather-query processing by combining real-time meteorological data retrieval with LLM-powered reasoning and response generation.

Links & Resources

KapCode-1B KaptaanLM Research Labs Aug 2026 Published

Curated 1-Billion Token Multi-Lingual Dataset for Compact Code Models & CPT

Hugging Face Datasets Kaggle Datasets Apache Arrow IPC Apache Parquet SHA-256 Deduplication FastText LID FIM PSM/SPM Transformation 13 Programming Languages 4096-Packed Sequences
1 BillionCurated Usable Tokens
13 Languages+ Documentation & Math
244K4096-Packed Arrow Shards

Project Overview

KapCode-1B is a high-quality, 1-billion-token curated dataset designed for full-parameter Continued Pre-Training (CPT) and domain adaptation of compact Large Language Models (<1B parameters). Engineered to maximize signal density and syntactic correctness, KapCode-1B combines multi-lingual code, architecture documentation, function-level snippets, STEM web text, and mathematical proofs packed into 4096-token sequence shards.

Dataset Composition & Engineering

  • Rigorous Domain Mixture: Balanced across 5 upstream partitions — 35% Stack v3 Code (350M tokens), 20% Stack v3 Docs (200M tokens), 20% The Vault Function-level code (200M tokens), 15% FineWeb-HQ (150M tokens), and 10% OpenWebMath (100M tokens).
  • Multi-Language Code Distribution: Targeted coverage across 13 languages including Python (25%), TypeScript (13%), JavaScript (10%), SQL (9%), C++ (7%), Shell/Bash (6%), C (5%), Java (5%), HTML (5%), Rust (4%), Go (4%), CSS (4%), and Dockerfile/IaC (3%).
  • Multi-Stage Filtration Pipeline: SHA-256 exact content deduplication, FastText language identification (en >= 0.70), alphanumeric density gating (>25% for code, >50% for docs), boilerplate removal, and line/character count bounds.
  • Fill-in-the-Middle (FIM) Transformation: 50% of all code samples converted into Prefix-Suffix-Middle format with native special tokens for code infilling mastery.
  • High-Throughput Sharded Distribution: Distributed as 244,140 sequence-packed shards (4096 tokens per sequence) formatted in memory-mapped Apache Arrow (.arrow) and Parquet (.parquet) for zero-copy streaming data loading.

Links & Resources

KapInstruct-100M KaptaanLM Research Labs Aug 2026 Published

Curated 100-Million Token Multi-Source Instruction Tuning Dataset for Compact Models

Hugging Face Datasets Kaggle Datasets Qwen ChatML Format Assistant-Only Loss Masking Apache Arrow IPC Apache Parquet 12 Upstream Sources Chain-of-Thought (CoT) Code Debugging & Repair 4096 Sequence Packing
100 MillionCurated Usable SFT Tokens
12 SourcesAcross 6 Core Domains
ChatMLAssistant-Only Loss Masking

Project Overview

KapInstruct-100M is a high-fidelity, 100-million-token instruction-tuning dataset engineered for Supervised Fine-Tuning (SFT) and alignment of compact Large Language Models (<1B parameters). Formatted strictly with the Qwen ChatML schema (<|im_start|> / <|im_end|>) and tokenized using Qwen/Qwen3.5-0.8B-Base, the dataset enforces strict assistant-only loss masking—masking user prompts, system headers, and formatting delimiters to labels = -100—ensuring 100% of gradient updates focus directly on reasoning, syntax precision, and answer generation.

Dataset Composition & Engineering

  • 12-Source Balanced Mixture Across 6 Domains: Code Generation (31% — Magicoder-Evol 13M, Magicoder-OSS 8M, Self-OSS StarCoder2 5M, SmolTalk Constraints 3M), General Reasoning (27% — Smol-Magpie-Ultra 18M, OpenHermes-2.5 9M), Mathematics CoT (17% — OpenMathInstruct-2 11M, NuminaMath-CoT 6M), STEM QA & Science (11% — OpenThoughts-114k 7M, WebInstructSub 4M), Code Debugging & Repair (10% — CodeFeedback-Filtered 10M), and High-Fidelity Instruction Following (6% — Tulu-3 SFT 6M).
  • Assistant-Only Loss Masking Architecture: Token-level alignment where system prompts, user turns, and structural boundaries have labels = -100. In multi-turn conversations, loss is computed strictly across assistant response spans, maximizing gradient efficiency for compact sub-1B models.
  • Deficit-Weighted Balanced Scheduling: Dynamic deficit-driven sampling scheduler that measures exact tokenizer tokens post-filtering, guaranteeing precise representation across all 12 domains without starvation or over-representation.
  • Quality Filtering & Sanitization: FastText English identification (min_confidence = 0.65) with code-mixed technical dialogue preservation, 16-language canonical programming alias normalization, automated regex secret/API key redaction (sk-, ghp_, RSA keys), LaTeX syntax validation, and cross-source SHA-256 deduplication.
  • Zero-Copy Memory-Mapped Loading: Delivered in sequence-packed 4096-token Arrow IPC (.arrow) and Parquet (.parquet) shards for zero-copy streaming directly into PyTorch SFT training loops.

Links & Resources

Development & Product Projects

myCloud mySphere Aug 2025 - March 2026 Live

Distributed Personal Cloud Platform

Flask MySQL Socket.IO Python SDK CLI (mycloudctl) CustomTkinter Oracle OCI Nginx & Gunicorn
Cross-PlatformWeb, Desktop, Android, CLI, Python-SDK
Real-TimeSocket.IO Sync
DistributedStorage Nodes

Project Overview

myCloud is a full-stack, high-performance distributed personal cloud platform engineered for the mySphere ecosystem. It decouples file metadata from physical storage, allowing users to connect their own PCs and servers as distributed storage nodes ("Smart Relay") to build a self-hosted cloud with centralized control, real-time synchronization, enterprise-grade security, and multi-interface access.

Features

  • Multi-Client Access: Responsive Web PWA, CustomTkinter Desktop Node GUI, Python CLI (mycloudctl), official Python SDK (mycloud-sdk), and cross-platform Electron/Capacitor wrappers.
  • Distributed Storage Nodes: Connect private PCs or servers as storage nodes over WebSockets ("Smart Relay") with MySQL node routing.
  • Advanced Sharing Suite: Direct user invites with RBAC permissions, public token link generation, and batch share links grouping disparate files/folders.
  • Stash Lifecycle: Temporary file isolation workflow with scheduled auto-cleanup (10m, 1h, 1d, or custom intervals).
  • Authentication & Security: Google/GitHub OAuth, 2FA challenge flows, CSRF protection, HttpOnly/SameSite session security, and bcrypt hashing.
  • Observability & Monitoring: Built-in internal dashboards monitoring system CPU/RAM, Nginx/Gunicorn service health daemons, and product analytics.
  • Infrastructure & Hosting: Production-grade deployment on Oracle Cloud Infrastructure (OCI) using Nginx reverse proxy and Gunicorn Eventlet async worker processes.

Links & Resources

myCam mySphere VIT/College In Development

Real-Time WebRTC Security & Surveillance Platform

React 19 Vite 7 Express 5 Socket.IO WebRTC MySQL Tailwind CSS Canvas API AI Motion Detection Two-Way Audio
WebRTC P2PLow-Latency Stream
AI DetectionPerson/Vehicle/Pet
Two-Way AudioFull Duplex Talk-Back

Project Overview

myCam is a full-stack real-time video surveillance and security camera platform built with React 19, Express 5, Socket.IO, WebRTC, and MySQL. It turns smartphones, laptops, and webcams into live P2P broadcasting security feeds with AI object detection, custom canvas activity zones, two-way audio talk-back, scheduled recording, automated loop recycling, and direct myCloud storage integration.

Features

  • Phone as Security Camera: Transform any smartphone, laptop, or webcam into a live broadcasting IP camera with WebRTC P2P streaming and Google STUN NAT traversal.
  • AI Motion & Object Detection: Computer vision engine classifying target objects (Person, Vehicle, Pet) with Ray-Casting Point-in-Polygon zone intersection, bounding box overlays, and automated AI snapshot triggers.
  • Interactive Activity Zones: HTML5 Canvas overlay for drawing custom polygonal detection zones saved as normalized JSON coordinates to MySQL.
  • Two-Way Audio Talk-Back: Full duplex bidirectional WebRTC audio channel allowing talk-back communication from viewer dashboard to camera speakers.
  • Scheduled Recording: Automated schedule manager supporting time windows (HH:MM), day-of-week selection, camera targeting, and automated evaluation loops.
  • Storage Quotas & Loop Recycling: Multi-target storage (Internal, SD Card, Cloud) with custom quota limits and automated FIFO loop recycling to purge oldest clips when storage caps are reached.
  • Dynamic Quality & Bitrates: Live stream quality switching (4K 8Mbps, 1080p 3Mbps, SD 800kbps) with constraint-aware MediaRecorder encoding.
  • Smart Alerts & Web Push: Real-time Socket.IO alert relays, in-app toast alerts, and native browser Web Push desktop/mobile notifications.
  • myCloud Ecosystem Integration: Shared authentication pipeline with scrypt/pbkdf2 password hashing and direct video clip uploads to myCloud.

Links & Resources

mySync mySphere In Development

Cross-Device Notification & Clipboard Sync Platform

Node.js / Express Socket.IO WebRTC React Native React + Vite Groq / Llama 3 AI Clipboard Sync

myTune mySphere Jan 2026 - Feb 2026 Completed

Desktop Music Streaming Application

Python PyQt6 Media Streaming UI/UX Queue Management Desktop App API-Integration

Integrated Systems Projects

Sign Language Interpreter VIT/College KaptaanLM Research Labs Aug 2026 - Present

Multimodal Real-Time ASL Recognition & Translation Platform (ESP32)

MediaPipe Hands TensorFlow.js On-Device Deep Learning ESP32 Microcontroller MPU-6050 6-Axis IMU Web Bluetooth (BLE) k-NN Active Learning Web Audio API 14-Language Translation GPT-4o Vision Chatbot
30–60 FPS21 3D Landmarks Vision
50 Hz BLESmart Glove IMU Stream
14 LangsReal-Time Translation

Project Overview

The Sign Language Interpreter is a multimodal, client-side American Sign Language (ASL) recognition, sensor fusion, and assistive translation platform. By fusing browser-based computer vision tracking with IoT Smart Glove kinematics, the system overcomes traditional monocular occlusion, motion blur, and depth ambiguity during rapid signing to provide seamless, real-time vocalized translation.

Features & Technical Highlights

  • 21-Landmark Computer Vision Pipeline: Google MediaPipe Hands captures 21 3D hand keypoints at 30–60 FPS, normalized relative to the wrist into 42 spatial features for rotation and distance invariance.
  • On-Device Deep Neural Network: 4-layer client-side Sequential DNN (Dense(256) -> Dense(128) -> Dense(64) -> Dense(26)) trained on 36,400+ samples and cached in IndexedDB for instant, zero-latency local classification.
  • IoT Smart Glove Telemetry: Custom wearable glove using an ESP32 microcontroller and MPU-6050 6-axis IMU broadcasting roll and pitch rotational kinematics over Web Bluetooth (BLE) at 50 Hz.
  • Heuristic Sensor Fusion Engine: Evaluates a sliding 10-frame IMU kinematic buffer to disambiguate dynamic, motion-dependent signs:
    • 'J': Detects pitch ramp and wrist scoop while holding 'I'.
    • 'Z': Detects dynamic index-finger pitch oscillation while holding 'D'.
    • "YES" & "HELLO": Detects dynamic fist nodding and outward salute sweeps.
    • [SPACE]: Detects horizontal flat palm gesture.
  • Hybrid Active Learning (k-NN Overrides): On-the-fly calibration allowing users to capture difficult or custom hand shapes in the browser to override baseline model predictions without neural network retraining.
  • Assistive Sentence Builder & Vocalization: Real-time letter stream with double-letter reset debounce, 880 Hz Web Audio confirmation chimes, browser SpeechSynthesis voice output, and cloud translation into 14 languages (Tamil, Hindi, Telugu, Spanish, French, German, Japanese, and more).
  • Multimodal AI Gesture Chatbot: Integrated Puter.js GPT-4o Vision assistant for interactive gesture analysis, practice validation, and sign language learning.

Links & Resources

EMG Controlled Music System VIT/College Oct 2025 - March 2026 Completed

Bio-Signal Interface Project (Arduino)

Arduino Embedded Systems EMG Signals C/C++ DFPlayer Mini Ultrasonic Sensing OLED Interface

Other Projects

Shor's Algorithm Implementation VIT/College Feb 2026 - April 2026 Completed

Quantum Computing Project (Qiskit)

Qiskit Quantum Algorithms Python QFT Modular Exponentiation Classical Post-Processing Circuit Optimization Beauregard Architecture RSA Crypto Analysis Web Simulation (HTML/CSS)

Planned Projects

myMoney mySphere Planned

AI Expense Tracker & Budgeting Application

AI Financial Assistance Expense Tracking & Budgeting Investment Tracking SMS Parsing Cross-Platform Sync

Education

Vellore Institute of Technology

Bachelor of Technology - BTech, Computer Science | 2025 - 2029

Grade: CGPA: 9.44

  • Achieved a CGPA of 9.60 in Semester 1 and a cumulative CGPA of 9.44 after completion of the first year.
  • Secured 3rd rank in the branch during Semester 1 and maintained strong academic performance throughout the first year.
  • Coursework: C/C++, Python, Shell/Bash, Linux, SQL, R, MATLAB, Data Structures & Algorithms, Digital Electronics, Computer Architecture, SolidWorks, LTSpice.

Senior Secondary Education (Class 12th) | 2025

R.N. Public School, Prayagraj (CBSE Board)

Grade: 91.6%

  • Secured 91.6% overall in the Class 12th CBSE Board examinations.
  • Demonstrated academic excellence with strong and consistent performance in technical and analytical subjects.
  • Highlights: Scored 95/100 in Computer Science, 98/100 in English and 90/100 in Physics.

Senior Secondary Education (Class 11th) | 2024

R.N. Public School, Prayagraj (CBSE Board)

Grade: 91.1%

  • Secured 91.1% overall in the Class 11th CBSE examinations.
  • Demonstrated strong academic foundation in Computer Science and Mathematics.
  • Highlights: Scored 93/100 in Computer Science and 92/100 in Mathematics.

Secondary Education (Class 10th) | 2023

St. Joseph's College, Prayagraj (ICSE Board)

Grade: 96.8%

  • Secured 96.8% overall in the Class 10th ICSE Board examinations.
  • Achieved a perfect score of 100/100 in Computer Applications.
  • Scored 97/100 in English, 96/100 in Mathematics, 95/100 in Science, and 96/100 in History, Civics and Geography.

Certifications & Courses

Hyperspectral Data for Land and Coastal Systems | NASA ARSET

Techniques for utilizing hyperspectral datasets to monitor and assess land use and coastal environment changes.

View Certificate

Fundamentals of Remote Sensing | NASA ARSET

Core principles of remote sensing, including sensor types, data resolution, and interpreting satellite imagery.

View Certificate

Understanding climate data: From analysis of the past to future projections | ECMWF

Covered climate data analysis workflows, interpretation of historical datasets, and projection-focused methodology.

View Certificate

Understanding satellite data to monitor dust | EUMETSAT

Application of satellite data to monitor, analyze, and forecast dust patterns for atmospheric studies.

View Certificate

H SAF Products (Snow, Soil Moisture, Precipitation) | EUMETSAT

Comprehensive training on H SAF satellite products focusing on snow cover, soil moisture monitoring, and precipitation measurements for meteorological and hydrological applications.

View Snow Certificate View Soil Moisture Certificate View Precipitation Certificate

Honours & Rewards

Certificate of Merit - Branch Rank 3 | 2026

Vellore Institute of Technology (VIT), Chennai

  • Awarded for securing 3rd rank in the CSE branch.
  • Award was presented by Mr.Binod Kumar, MD & CEO of Indian Bank.
  • Award included a certificate.

Academic Excellence Scholarship | 2025

Indian Farmers Fertilizer Cooperative Limited (IFFCO)

  • Awarded by Indian Farmers Fertilizer Cooperative Limited (IFFCO) for securing 91.6% in the CBSE Class 12th Board Examination in 2025.
  • Award included a certificate, medal and a scholarship reward of Rs. 3,31,000

Academic Excellence Scholarship | 2023

Indian Farmers Fertilizer Cooperative Limited (IFFCO)

  • Awarded by Indian Farmers Fertilizer Cooperative Limited (IFFCO) for securing 96.8% in the ICSE Class 10th Board Examination in 2023.
  • Award included a certificate, medal and a scholarship reward of Rs. 24,000

Certificate of Excellence in Computer Applications | 2023

St. Joseph's College, Prayagraj

  • Awarded by St. Joseph's College for scoring a perfect 100/100 in Computer Applications in the ICSE Class 10th Board Examinations in 2023.
  • Award included a certificate and a trophy.

Featured in Amar Ujala for Board Results | 2023 & 2025

Amar Ujala Newspaper

  • Mentioned for securing 96.8% in Class 10th (ICSE).
  • Mentioned again for securing 91.6% in Class 12th (CBSE).
  • Recognized in merit-focused board result coverage for consistent academic achievement.

Featured in CollegeDekho VITEEE Toppers List | 2025

CollegeDekho.com

  • Recognized in the VITEEE toppers list feature.
  • Included in the published ranking highlights among notable VITEEE performers.

Skills & Technologies

Artificial Intelligence & ML

Continued Pre-Training (CPT), PyTorch, Deep Learning, Model Inference, Distributed Training, RAG, LLMs, Agentic AI, ChromaDB, TensorFlow.js, MediaPipe Hands, NLP

Backend & Systems Engineering

Python 3.10+, C++20, C, Java, Node.js / Express 5, Flask, REST APIs, WebSockets (Socket.IO), WebRTC P2P, llama.cpp Engine

Cloud, GPU & Infrastructure

HPC, Distributed Computing (NCCL, DDP), CUDA, ROCm, Vulkan, Metal, Oracle Cloud (OCI), Nginx, Gunicorn, systemd

Data & Storage Systems

Apache Arrow & Parquet, Dataset Curation & Sharding, SHA-256 Deduplication, SQL, MySQL, SQLite, ChromaDB Vector DB, GRIB/NetCDF, Geospatial GIS, Auto-regression

Frontend & App Development

React 19, React Native, Vite, CustomTkinter, HTML5, CSS3, JavaScript (ES6+), UI/UX, Electron, Capacitor, PyQt6, Canvas API

Security & Systems Architecture

OAuth 2.0, 2FA, System Design, Live Hysteresis VRAM Migration, Dynamic Microbatching, Distributed Storage

DevOps & Open Source Publishing

Git, GitHub, Hugging Face Hub / Datasets, Kaggle Datasets, PyPI Publishing (mycloudctl, mycloud-sdk, inferenceos), CI/CD, Docker, Linux Administration

Hardware & Embedded Systems

ESP32, MPU-6050 6-Axis IMU, Web Bluetooth (BLE), Sensor Fusion, Arduino C++, Bio-signals (EMG), Ultrasonic Sensing, DFPlayer Mini, OLED Displays, Serial Protocols

Languages

English (Fluent), Hindi (Native), German (Elementary)

Contact/Socials

Resume & Profile

Rudransh Shekhar - Resume

Comprehensive overview of my professional experience, projects, technical skills, and academic background.

View Full Resume

9.44

B.Tech CGPA

1+

Years Exp

16+

Projects

3rd

Branch Rank

AI/ML

Core Focus

5+

Certifications

Download PDF
About
Experience
Projects
Education
Certifications
Honours
Skills
Contact
Resume