Skip to content
View imohitseth's full-sized avatar

Block or report imohitseth

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
imohitseth/README.md

Hi, I'm Mohit Seth 👋

Technical Head @ IEE PELS VIT Vellore — building backend systems, AI agent infrastructure, and algorithmically rigorous tools.


🔭 What I'm Doing

  • 🛠️ Building self-healing dev tooling, multi-agent systems, and AI-integrated backends
  • 🏢 Developed end-to-end conversational agent as a Software Engineer Intern at iServeU
  • 📚 Sharpening data structures, algorithms, and system design fundamentals
  • 🧪 Explored quantum entanglement & SVD as a Research Intern at LNMIIT
  • 👨‍🏫 Teaching Python, C++, and DSA to 85+ learners on Schoolhouse.world
  • 🎯 Targeting a SWE Internship — Summer 2027

🧰 Tech Stack

Languages Python C++ Java JavaScript

Backend & AI Flask FastAPI LangChain Gemini CrewAI

Web & Data HTML5 CSS3 NumPy MySQL

Infra & Tools Docker Vercel Streamlit Git Linux

Currently exploring Qiskit


🚀 Featured Projects

🩹 AST-Healer Self-healing Python dev tool — parses runtime tracebacks, surgically isolates the failing function using Python's ast module, repairs it via Gemini, and verifies the fix in a closed sandbox loop. Cuts LLM context cost by ~85% versus full-file repair by sending only the broken function, not the whole file.

📅 Resilient Multi-Agent Orchestration Async, fault-tolerant meeting scheduler built on CrewAI. Uses a sweep-line interval algorithm instead of brute-force time-grid search to find optimal meeting windows across timezones, with exponential-backoff retries and graceful degradation when a calendar fetch fails.

🎭 MaskedBit · Live Demo Image steganography tool — encrypts text with AES-256-GCM, then embeds it into image pixels via LSB manipulation. Decoding engine is NumPy-vectorized for a 50x speedup, recovering hidden messages from 4K images in under a second.

🤖 Mohit's ChatBot · Live Demo Full-stack conversational AI agent using LangChain + Gemini 2.5 Flash with Retrieval-Augmented Generation (RAG) for context-aware answers. Serverless backend on Vercel, integrated into my portfolio frontend via CORS.


📫 Connect

LinkedIn Portfolio Email

🎓 B.Tech CSE, VIT Vellore (Expected 2028)

Pinned Loading

  1. AST-Healer AST-Healer Public

    Self-healing Python developer tool — uses AST surgery to extract and LLM-repair the exact failing function, then verifies in a closed loop.

    Python

  2. Resilient-Multi-Agent-Orchestration Resilient-Multi-Agent-Orchestration Public

    Async multi-agent meeting scheduler using CrewAI, sweep-line interval math, and a custom Interval Tree — runs offline with zero API keys

    Python

  3. MaskedBit MaskedBit Public

    A Python image steganography engine that streams AES‑256‑GCM ciphertext into images with no disk I/O and a linear-time LSB encoder minimizing visual distortion.

    Python