Skip to content
View manavagarwal123's full-sized avatar

Highlights

  • Pro

Block or report manavagarwal123

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
manavagarwal123/README.md

Typing SVG


Resume LinkedIn LeetCode Codolio Email GitHub


Profile Viewsย  Followersย  Stars



๐Ÿง  ย About Me

#!/usr/bin/env python3
# manav_agarwal.py โ€” Who am I?

class ManavAgarwal:
    """
    AI Engineer | ML Engineer | Software Engineer
    Building systems where intelligence meets scale.
    """

    IDENTITY = {
        "name"      : "Manav Agarwal",
        "role"      : ["AI Engineer", "ML Engineer",
                       "Software Engineer"],
        "university": "Chandigarh University",
        "degree"    : "B.E. AI & Machine Learning",
        "batch"     : "2023 โ†’ 2027",
        "location"  : "Punjab, India ๐Ÿ‡ฎ๐Ÿ‡ณ",
    }

    STRENGTHS = [
        "System Design",
        "Backend Engineering",
        "Machine Learning",
        "LLM / Agentic AI",
        "Computer Vision",
        "Research & Publications",
    ]

    EXPERIENCE = {
        "Microsoft AICTE": {
            "role"  : "Machine Learning Intern",
            "stack" : ["Azure ML", "Pipelines",
                       "Hyperparameter Tuning",
                       "Model Deployment"],
        }
    }

    RESEARCH = {
        "publisher" : "Springer",
        "papers"    : 3,
        "domains"   : [
            "AI Nanorobots",
            "CNN Eye Disease Detection",
            "IoT Water Level Monitoring",
        ],
    }

    DSA = {"solved": "600+", "platforms": ["LeetCode",
           "Codeforces", "CodeChef", "HackerRank"]}

    def current_focus(self):
        return [
            "Multi-Agent AI with CrewAI + LangGraph",
            "RAG Pipelines & Vector DBs",
            "MCP โ€” Model Context Protocol",
            "LLM Fine-tuning (LoRA, RLHF)",
            "Production AI on Azure",
        ]

    def __repr__(self):
        return "Building AI that actually ships. ๐Ÿš€"


me = ManavAgarwal()
print(me)
# โ†’ Building AI that actually ships. ๐Ÿš€

โšก ย Quick Snapshot


๐ŸŽ“ B.E. AI & ML โ€” Chandigarh University 2023โ€“27
๐Ÿ’ผ ML Intern โ€” Microsoft AICTE ยท Azure ML
๐Ÿ”ฌ 3 Springer Papers โ€” AI ยท CV ยท IoT
๐Ÿ† Hackathon Winner โ€” Build with AI Shipathon
๐Ÿฅ‡ Top 50 โ€” Microsoft AlgoVerse
โ˜๏ธ Azure Fundamentals Certified
๐Ÿค– Google Generative AI Certified
๐Ÿ’ก 600+ DSA Problems Solved
๐Ÿ“ฆ Open to research collabs & AI projects

๐ŸŽฏ ย Now Building


โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚                                                 โ”‚
โ”‚  ๐Ÿค–  Multi-Agent AI systems (CrewAI + LangGraph)โ”‚
โ”‚  ๐Ÿ”—  RAG pipelines with LlamaIndex + ChromaDB   โ”‚
โ”‚  ๐ŸŒ  MCP integrations for agentic workflows     โ”‚
โ”‚  โš™๏ธ   Azure ML production deployment            โ”‚
โ”‚  ๐Ÿ“  Research Paper #4                          โ”‚
โ”‚  ๐ŸŒ  Open Source contributions                  โ”‚
โ”‚                                                 โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

๐ŸŒ ย Find Me


LinkedIn LeetCode Codolio Codeforces HackerRank Email



๐Ÿ› ๏ธ ย Tech Stack


Skills Animation

Languages

Skills


AI ยท ML ยท Computer Vision

Skills

NumPy Pandas OpenCV CNN Computer Vision


LLM ยท GenAI ยท Agentic AI

LangChain LangGraph CrewAI LlamaIndex HuggingFace Transformers MCP Streamlit


Backend ยท APIs ยท Databases

Skills


Cloud ยท DevOps ยท Tools

Skills

Azure ML Jupyter Google Colab



๐Ÿš€ ย Featured Projects


๐Ÿค– ย AI Startup Builder

Multi-agent AI system that autonomously generates complete startup business plans โ€” from market intelligence to financial modeling โ€” using a crew of specialized AI agents that collaborate, debate, and refine outputs.

Architecture

User Input โ†’ Orchestrator Agent
               โ”œโ”€โ”€ Research Agent   (web + data)
               โ”œโ”€โ”€ Strategy Agent   (business model)
               โ”œโ”€โ”€ Financial Agent  (projections)
               โ””โ”€โ”€ Writer Agent     (final report)
                        โ†“
              Streamlit Dashboard

Key Features

  • Multi-agent orchestration with CrewAI
  • Powered by Llama 3 via Ollama / Groq API
  • LangChain tool use & shared memory
  • Real-time agent trace visualization
  • Export business plan as PDF

CrewAI LangChain Llama Streamlit Python

Code Demo

๐Ÿ”Š ย PixelSonic

Offline image & text transmission via audio โ€” encodes arbitrary data into acoustic signals using FSK/PSK modulation, enabling file transfer with zero network infrastructure. A software-defined modem built in Python.

Architecture

Data โ†’ Encoder
         โ”œโ”€โ”€ FSK Modulation (bit โ†’ freq mapping)
         โ”œโ”€โ”€ PSK Phase Shifting
         โ””โ”€โ”€ WAV Audio Stream
                  โ†“
           Microphone Capture
                  โ†“
         Decoder โ†’ FFT Analysis
         โ†’ Demodulation โ†’ Data

Key Features

  • FSK + PSK hybrid modulation scheme
  • FFT-based spectral analysis for demodulation
  • Full image reconstruction from raw audio
  • Works completely offline โ€” zero Wi-Fi required
  • Sub-100ms latency for text payloads

Python NumPy SciPy FFT

Code Demo


๐Ÿ’ฌ ย Real-Time Chat Application

Production-grade WebSocket chat platform with multi-room support, live typing indicators, presence detection, and persistent message history โ€” built on an async Node.js + Socket.IO stack.

Architecture

Client (Browser)
    โ†•  WebSocket (Socket.IO)
Server (Node.js + Express)
    โ”œโ”€โ”€ Room Management
    โ”œโ”€โ”€ Presence Engine
    โ”œโ”€โ”€ Typing Indicators
    โ””โ”€โ”€ JWT Auth Middleware
            โ†“
       MongoDB (Messages)

Key Features

  • Full-duplex WebSocket event-driven architecture
  • Multi-room with dynamic creation & join
  • Real-time typing indicators & online presence
  • JWT authentication with refresh tokens
  • MongoDB message persistence + history

Node.js Express Socket.io MongoDB JWT

Code Demo

๐ŸŒ ย Tranzcendia

Universal accessibility platform that demolishes language and sensory barriers โ€” combining real-time speech translation, multilingual text translation, and Braille output in a single, accessible app.

Architecture

Audio Input โ†’ Whisper (STT)
                  โ†“
         Translation Engine
         (MarianMT / DeepL API)
                  โ†“
     โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
  Text Output           Braille Renderer
  (50+ languages)       (BRF format)
     โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
               FastAPI
            (REST + WebSocket)

Key Features

  • Real-time speech-to-text in 50+ languages
  • Braille (BRF) output for screen readers
  • Offline text translation mode with caching
  • WCAG 2.1 AA accessibility compliance
  • Cross-platform: Web + Android (Kotlin)

Python FastAPI HuggingFace Kotlin

Code Demo


๐ŸคŸ ย Real-Time Sign Language Detection

Live ASL recognition system using computer vision and a custom-trained CNN โ€” translating hand gestures into text in real time via webcam, making communication accessible for the Deaf and hard-of-hearing community.

Key Features

  • Custom CNN trained on 87,000+ ASL images
  • Real-time inference at 30 FPS via OpenCV
  • 26 alphabet classes + common word gestures
  • 98.3% validation accuracy on test set
  • Streamlit UI with confidence overlay

TensorFlow OpenCV Streamlit Python

Code Demo

โค๏ธ ย Heart Disease Prediction

Clinical ML pipeline for early cardiac risk stratification โ€” combining ensemble learning with SHAP explainability to surface actionable insights for clinicians, deployed as a REST API on Azure ML.

Key Features

  • Random Forest + XGBoost ensemble: 92.1% accuracy
  • SHAP explainability โ€” per-patient feature importance
  • Automated hyperparameter tuning with Optuna
  • Deployed as Azure ML REST endpoint
  • FastAPI wrapper for EHR system integration

Scikit-learn XGBoost Azure ML FastAPI

Code Paper



๐Ÿ“„ ย Research Publications

Springer ย ย  Papers


# Title & Abstract Domain Link
01 AI-Powered Nanorobots for Targeted Drug Delivery
Proposes an autonomous nanorobot architecture guided by reinforcement learning for precision oncology drug delivery. Covers swarm coordination, biocompatibility modeling, navigation algorithms, and clinical simulation results. Published in Springer proceedings on AI in Biomedical Engineering.
๐Ÿงฌ Biomedical AI
๐Ÿค– Reinforcement Learning
๐Ÿ”ฌ Nanotechnology
02 CNN-Based Multi-Class Ocular Disease Detection from Fundus Images
Presents an attention-gated CNN architecture for simultaneous detection of Diabetic Retinopathy, Glaucoma, and AMD from retinal fundus photographs. Achieves 96.4% sensitivity and 97.1% specificity. Validated on 3 public ophthalmology datasets.
๐Ÿ‘๏ธ Computer Vision
๐Ÿฅ Medical AI
๐Ÿง  Deep Learning
03 IoT-Driven Real-Time Water Level Monitoring with Edge ML
Describes a distributed IoT system with edge ML inference for smart water resource management. Integrates ultrasonic sensors, ESP32 microcontrollers, Azure IoT Hub telemetry, and an anomaly detection model for early flood prediction. Piloted across 12 sites.
๐ŸŒŠ IoT / Edge AI
โ˜๏ธ Azure IoT
๐Ÿ“ก Embedded Systems


๐Ÿ’ผ ย Experience



Microsoft

AICTE Program

Machine Learning

Intern

Machine Learning Intern ย ยทย  Microsoft AICTE Internship

Azure ML ย  Python ย  Pipelines ย  Hyperparameter Tuning ย  Model Deployment

What I built & delivered:

  • Designed and implemented end-to-end Azure ML training pipelines โ€” data ingestion, preprocessing, model training, evaluation, and registration as reproducible pipeline steps
  • Applied systematic hyperparameter optimization using Bayesian sampling and early termination policies, improving baseline model accuracy by 12%
  • Packaged trained models into Docker containers and deployed them as scored REST API endpoints on Azure Container Instances (ACI)
  • Wrote and maintained MLflow experiment tracking configuration for full run reproducibility
  • Authored internal documentation covering pipeline architecture, deployment runbooks, and best practices for Azure ML SDK v2
  • Collaborated across functions in 3-week agile sprints with daily standups and weekly sprint reviews


๐ŸŽ“ ย Education



CU

2023 โ†’ 2027

B.E. Artificial Intelligence & Machine Learning

Chandigarh University โ€” Punjab, India

Core Coursework: Data Structures & Algorithms ยท Object-Oriented Programming ยท Operating Systems ยท Database Management Systems ยท Computer Networks ยท Machine Learning ยท Deep Learning ยท Natural Language Processing ยท Computer Vision ยท Cloud Computing ยท Software Engineering ยท System Design

Activities: Hackathon participant ยท Research author ยท Open source contributor ยท DSA competitive programming



๐Ÿ† ย Achievements & Certifications


โ˜๏ธ

Azure Fundamentals

Microsoft Certified

AZ-900 ยท Cloud concepts, core Azure services, security, compliance, pricing

๐Ÿค–

Generative AI

Google Certified

Prompt engineering, LLM fundamentals, responsible AI, Vertex AI

๐Ÿฅ‡

AlgoVerse Top 50

Microsoft

Ranked in the top 50 nationally in Microsoft's flagship algorithmic programming competition

๐Ÿ†

Hackathon Winner

Build with AI Shipathon

1st place โ€” built and shipped a production-ready AI product under 48-hour deadline

โšก

Hackathon Winner

National Hackathon

1st place โ€” deployed multi-stack application with ML backend in under 24 hours

๐Ÿ’ก

600+ DSA Solved

LeetCode ยท Active

Easy + Medium + Hard ยท Algorithms, graphs, DP, trees, system design



๐Ÿ“Š ย GitHub Analytics


GitHub Stats Top Languages



GitHub Streak



Contribution Graph

GitHub Contribution Snake


๐Ÿ“ˆ ย GitHub Metrics


Base Metrics Language Metrics
Coding Habits Contribution Calendar

๐Ÿƒ ย Profile Summary


profile-summary


repos-per-language commits-per-language stats productive-time



๐Ÿ’ป ย Competitive Programming


LeetCode Codeforces CodeChef HackerRank Codolio


LeetCode Stats



๐Ÿ—บ๏ธ ย 2026โ€“2027 Learning Roadmap


  2025 Q1 โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“ โœ…  LangGraph ยท CrewAI ยท MCP ยท Multi-Agent Systems
  2025 Q2 โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“ โœ…  RAG Pipelines ยท Vector DBs ยท LLM Fine-tuning basics
  2025 Q3 โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“ โœ…  Advanced RAG ยท LoRA ยท RLHF ยท Multimodal models
  2025 Q4 โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“ โœ…  Distributed ML Training ยท Model Compression ยท PEFT
  2026 Q1 โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“ โœ…  Kubernetes for ML ยท Advanced System Design
  2026 Q2 โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘ โณ  AI Safety ยท Alignment ยท Autonomous Agent Infra
  2026 Q3 โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘ ๐ŸŽฏ  MLOps Pipelines ยท Feature Stores ยท Model Monitoring
  2027 Q1 โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘ ๐ŸŽฏ  Research Paper #5 ยท Open Source AI Library v1.0

Now Learning: ย  RAG ย  LangGraph ย  MCP ย  LoRA ย  K8s



๐ŸŒ ย Open Source


Philosophy

"Every line contributed is a compounding return to the community that taught me to code."

Open source is where I move from consumer to creator. I contribute to projects I actually use in production, fix bugs I encounter, and document the gaps I wish had been filled.

What I Contribute

  • ๐Ÿ› Bug fixes & regression test coverage in ML repos
  • ๐Ÿ“ฆ Feature additions to FastAPI & LangChain ecosystem
  • ๐Ÿ“– Documentation improvements & tutorials
  • ๐Ÿ”ง CLI utilities and tooling for ML workflows
  • ๐ŸŒ Translations & localization support

Target Projects

Project Area
๐Ÿฆœ LangChain Agent tooling & memory improvements
๐Ÿฆ™ LlamaIndex RAG pipeline optimizations
๐Ÿค— HuggingFace Model card & docs
โšก FastAPI Async ML serving patterns
๐Ÿ”ฎ CrewAI Agent orchestration utilities

Goals for 2026

  • Publish my own open source AI library
  • Reach 100+ contributions across major ML repos
  • Maintain my own Python package on PyPI
  • Present a talk at a Python / AI community meetup


โšก ย Fun Facts


๐Ÿค–  I think in neural networks. Even while ordering chai.

๐Ÿ“ก  I once transmitted a photograph using nothing but sound.
    No Wi-Fi, no Bluetooth โ€” just maths and air.

๐Ÿ“„  Published 3 research papers before finishing my 3rd year.

๐Ÿง   I built an AI that writes startup plans.
    The startup it should build? Itself.

โ˜•  My optimal learning hyperparameter is caffeine โ†’ โˆž

๐Ÿ†  Won a hackathon building at midnight on 3 hours of sleep.
    The code still runs in production.

๐Ÿ’ก  600+ DSA problems solved. Still can't solve
    why coffee disappears so fast.

๐ŸŒ  Dream: contribute to a model smarter than me.
    Nightmare: it reviews my PRs.


๐Ÿ’ฌ ย Today's Quote


Readme Quotes



๐Ÿ“ฌ ย Let's Build Something


Open to: Research collaborations ยท AI/ML projects ยท Internships ยท Open source ยท Technical discussions


Channel Link
๐Ÿ’ผ LinkedIn www.linkedin.com/in/manavagarwal70/
๐Ÿ“ง Email manavag70@gmail.com
๐Ÿ™ GitHub github.com/manavagarwal123
๐Ÿ’ป Codolio codolio.com/profile/manavagarwal123
๐Ÿงฎ LeetCode leetcode.com/u/manavagarwal28/

โ˜• ย Support

If my code, research, or projects ever saved you time โ€” a โญ on the repo is the best thank-you!


BuyMeACoffee


Footer Wave

๐Ÿ• Last refreshed: 2026-08-14 12:24 IST

ย ยทย  Crafted with ๐Ÿ’œ by Manav Agarwal ย ยทย  manavagarwal123/manavagarwal123

Pinned Loading

  1. FinSightPro FinSightPro Public

    AI-Powered Financial Analytics Dashboard | PDF Statement Extraction, Anomaly Detection, Month/Year Comparison, K-Means Clustering, and Executive Financial Insights.

    Jupyter Notebook 1

  2. PixelSonics PixelSonics Public

    Image transmitted through sound

    Jupyter Notebook

  3. Usagi-AI- Usagi-AI- Public

    Forked from Chaturvediharsh123/Usagi-AI-

    Jupyter Notebook