Skip to content
View Monesh01's full-sized avatar
  • 15:51 (UTC +05:30)

Block or report Monesh01

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.

Content in all repositories owned by your account will be closed.
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
monesh01/README.md

👋 Hey, I'm Monesh S

AI Engineer · Generative AI · State-Space Models · Agentic AI · Computer Vision

Building Intelligent Systems · Exploring Mamba & SSMs · Engineering Agentic AI · Generative Audio & CV




Profile views

🧠 About Me

I build AI systems by going beneath the API — understanding the architecture, implementing the system, experimenting with it, and measuring what actually works.

I'm an Artificial Intelligence & Data Science undergraduate focused on building intelligent systems across Generative AI, State-Space Models, Agentic Workflows, and Computer Vision.

My technical focus centers on:

Mamba State-Space Models Flow Matching Text-to-Speech Agentic RAG Knowledge Graphs Computer Vision

I enjoy working on problems where the value lies not simply in calling an endpoint, but in understanding how the model processes representations, how the orchestration engine is structured, and how to make the pipeline computationally efficient.

"If it can be automated with a state machine, it should be."


🚀 Featured Work

🔊 MambaFlow-TTS

Full-Resolution State-Space Text-to-Speech

A research-oriented generative audio architecture built around Bidirectional Mamba-2 + Flow Matching.

Highlights

  • 🧠 Tetra Sequential Architecture: Deep continuous representation mapping
  • 🔄 Bidirectional Mamba-2 Blocks: Long-range sequence modeling with linear scaling
  • 📈 Native Temporal Resolution: Eliminates aggressive downsampling artifacts
  • 🌊 Optimal Transport Flow Matching: Stable vector field integration
  • 🎵 Direct Mel Generation: High-fidelity 100-D mel-spectrogram synthesis
  • ⚙️ Parameter Efficient: ~11.06M parameters

Stack: PyTorch Mamba-2 TorchAudio Flow Matching
Focus: Efficient generative audio using non-transformer sequence models.

🤖 Agentic RAG Research Assistant

Multi-Source Autonomous Research System

A full-stack research assistant designed around intelligent query routing, GraphRAG, and self-correcting retrieval.

Architecture

User Query
    │
    ▼
LangGraph Agent (Query Router)
    ├── Semantic Vector Search (BGE-M3 / Qdrant)
    └── Knowledge Graph Traversal (Entities/Hops)
    │
    ▼
Reranking & Context Assembly
    │
    ▼
Structured Generation (LLM)

Highlights

  • 🧭 State-machine orchestration using LangGraph
  • 🕸️ Entity triplet extraction & GraphRAG for multi-hop synthesis
  • ⚡ Hybrid dense-sparse retrieval + cross-encoder reranking
  • 🚀 Asynchronous streaming backend via FastAPI

Stack: LangGraph Qdrant BGE-M3 FastAPI PostgreSQL
Focus: Autonomous systems that retrieve, reason, route, and execute.

👁️ Custom FCOS Detector

Single-Class Anchor-Free Object Detector from Scratch

An end-to-end ground-up implementation and architectural study of the Fully Convolutional One-Stage (FCOS) detection framework.

Highlights

  • 🎯 Anchor-Free Formulation: Eliminates handcrafted anchor boxes and complex IoU heuristics
  • 📐 Feature Pyramid Networks (FPN): Multi-scale feature allocation based on bounding box scale
  • ⚖️ Centerness Branch: Suppresses low-quality bounding boxes produced far from object centers
  • 📉 Custom Objective Balancing: Joint optimization with Focal Loss and GIoU loss

Stack: PyTorch Torchvision OpenCV NumPy
Focus: Understanding detection mechanics directly at the tensor, loss, and gradient level.


🔬 Research & Technical Direction

Generative AI
      │
      ├── Text-to-Speech (TTS)
      ├── Continuous Flow Matching
      └── Neural Audio Synthesis

State-Space Models
      │
      ├── Mamba & Mamba-2 Architectures
      ├── Selective State SSMs
      └── Linear-Complexity Sequential Modeling

Agentic AI
      │
      ├── LangGraph State Orchestration
      ├── GraphRAG & Entity Triplet Extraction
      └── Multi-Source Autonomous Retrieval

Computer Vision
      │
      ├── Anchor-Free Object Detection (FCOS)
      ├── Real-Time Edge Monitoring (MediaPipe)
      └── Geometric Deep Learning & Quality Inspection

⚙️ Technical Arsenal

Domain Technologies & Frameworks
AI / Deep Learning PyTorch PyTorch Lightning TensorFlow Hugging Face Transformers Mamba / Mamba-2 CNNs
Generative AI & Agents LangGraph LangChain GraphRAG Flow Matching BGE-M3 Ollama ONNX
Computer Vision & Data OpenCV MediaPipe FCOS NumPy Pandas Scikit-learn SciPy
Backend & Infrastructure FastAPI PostgreSQL Qdrant Supabase Docker Git Linux
Languages Python C++ SQL Bash

📊 Engineering Snapshot

Monesh's GitHub Stats Top Languages
GitHub Streak

📈 Contribution Activity

Activity Graph

🏆 GitHub Achievements

GitHub Trophies

💼 Experience

🤖 AI Engineer Intern · Dextr Labs

Nov 2025 — Dec 2025

  • Evaluated modern deep learning architectures including Transformers and CNN-based detection networks.
  • Benchmarked deployment viability and optimized inference pipelines for production readiness.
  • Improved target precision to 42% through structured dataset curation and systematic metric tracking.

🚗 Data Science Intern · Hyundai Motor India

Jul 2025 — Aug 2025

  • Developed computer vision solutions for industrial quality inspection and automotive safety.
  • Built a real-time Driver Monitoring System (DMS) using MediaPipe, maintaining ~40 FPS on CPU.
  • Analyzed production assembly metrics to identify anomaly patterns across vehicle components.

🎓 Education & Background

  • B.Tech in Artificial Intelligence & Data Science
    SIMATS Engineering, Chennai · 2023 — 2027
    GPA: 9.1 / 10 · Academic Topper Award ×2

  • Certifications

    • NPTEL: Deep Learning for Natural Language Processing
    • NPTEL: Deep Learning for Computer Vision
    • NPTEL: Python for Data Science — 84% (Elite)
    • Oracle: Database Management Systems (DBMS) — 79%

🧩 Current Focus

┌─────────────────────────────────────────────────────────┐
│                    CURRENT HORIZONS                     │
├─────────────────────────────────────────────────────────┤
│                                                         │
│   🧠 State-Space Architectures (Mamba / S4)             │
│   🔊 Generative Audio & Flow Matching Optimization      │
│   🤖 Deterministic State Routing in Agentic AI          │
│   🕸️ Knowledge-Graph-Augmented Retrieval (GraphRAG)     │
│   ⚡ Quantized Local Inference (ONNX / Edge Hardware)   │
│                                                         │
└─────────────────────────────────────────────────────────┘

🌐 Let's Build Together

LinkedIn GitHub Email


⚡ Build → Experiment → Measure → Improve

Pinned Loading

  1. Custom-FCOS-Model Custom-FCOS-Model Public

    custom FCOS object detection model implemented from scratch with TensorFlow

    Python 1

  2. aethon-ai-project aethon-ai-project Public

    TypeScript

  3. bbc-news-article-classification-word2vec-bilstm bbc-news-article-classification-word2vec-bilstm Public

    Python

  4. MambaFlow-TTS MambaFlow-TTS Public

    Python