Skip to content
View ShivamMaurya14's full-sized avatar

Highlights

  • Pro

Block or report ShivamMaurya14

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

Typing SVG


LinkedIn   Gmail   GitHub   Profile Views


🧠 About Me

class ShivamMaurya:
    def __init__(self):
        self.name        = "Shivam Maurya"
        self.role        = ["Robotics Software Developer", "AI/ML Engineer", "Embedded Systems"]
        self.college     = "Army Institute of Technology, Pune  (2024 - 2028)"
        self.degree      = "B.E. Automation & Robotics"
        self.location    = "Pune, India"

    @property
    def currently(self):
        return [
            "Joint Secretary — CoE for AI & Robotics @ AIT",
            "AI/ML & Robotics Tutor - CoE for AI & Robotics @ AIT",
            "Building Agentic AI systems + ROS2 Robot stacks + Embedded IoT projects",
        ]

    @property
    def robotics_stack(self):
        return {
            "middleware":   "ROS2 (Humble / Jazzy )",
            "navigation":   "Nav2 — SLAM · AMCL · path planning · costmaps",
            "manipulation": "MoveIt2 — motion planning · kinematics · collision avoidance",
            "simulation":   "Gazebo · RViz2",
            "hardware":     "ESP32 · Arduino · sensor integration · custom URDF/xacro",
        }

    @property
    def ai_ml_stack(self):
        return [
            "Agentic AI · LangGraph · LLMs · RAG Pipelines",
            "Computer Vision · Transfer Learning · CNNs",
            "Healthcare AI · Voice Pipelines · On-device ML",
            "XGBoost · Scikit-Learn · TensorFlow · Keras",
        ]

    def __str__(self):
        return "Bridging the gap between intelligent software and physical robots"

🚀 Featured Projects

Project Stack Highlights
🤖 ROS2 Navigation Stack ROS2 · Nav2 · SLAM · Gazebo Autonomous navigation · AMCL localisation · custom costmap tuning · RViz2 visualisation
🦾 MoveIt2 Manipulation ROS2 · MoveIt2 · URDF/xacro Motion planning · collision-aware trajectories · custom end-effector control
💳 CREDI-MITRA LangGraph · Gemini 2.5 Pro · XGBoost · Pinecone 5-phase agentic credit appraisal · ReAct agent · 97% ML accuracy · RAG
🏥 MedSarthi Sarvam STT/TTS · Gemini API · on-device ML Multilingual voice health assistant · 4 diagnostic models
🩺 MedSynapse TensorFlow · Xception · Streamlit Multi-disease prediction · Diabetes ~98% acc · Brain MRI · Live App
🔬 AMR Prediction Scikit-Learn · XGBoost · WHO/CLSI Antibiotic resistance classifier · 99.27% accuracy · CODECURE Hackathon winner
🏭 Predictive Maintenance Random Forest · Streamlit >98% accuracy · fleet monitoring dashboard · Live App
📡 NanoTracker-24/7 ESP8266 · LBS · SMS Asset tracker · 99% deep-sleep efficiency · GPS-free triangulation
📦 Robocon CNN Custom CNN · TensorFlow Real/Fake box classifier · ABU Robocon competition
Arduino/ESP32 Suite Arduino · ESP32 · MQTT · Firebase 40+ embedded projects · sensors · IoT · home automation · robotics · agriculture

🛠️ Tech Stack

Robotics & Autonomous Systems

ROS2 Nav2 MoveIt2 Gazebo RViz2 URDF

Languages

Python C++ Bash SQL

AI / ML

TensorFlow Keras Scikit-Learn XGBoost OpenCV Pandas NumPy

Agentic AI & LLMs

LangChain LangGraph Gemini Pinecone FastAPI Streamlit

Embedded & IoT

Arduino ESP32 MQTT Firebase

Tools & Platforms

Git GitHub VS Code Jupyter Linux Docker


🤖 Robotics Software — Skill Map

ROS2 Ecosystem
├── Core          →  Nodes · Topics · Services · Actions · Parameters · Launch files
├── Nav2          →  SLAM Toolbox · AMCL · BT Navigator · DWB/RPP planners · Costmaps
├── MoveIt2       →  OMPL planning · IK solvers · collision objects · servo control
├── Perception    →  Sensor fusion · LiDAR · depth camera · pointcloud processing
├── Simulation    →  Gazebo Classic / Ignition · RViz2 · URDF · xacro · tf2
└── Hardware I/F  →  micro-ROS · ros2_control · ESP32 bridge · custom drivers

AI × Robotics Intersection
├── Computer Vision  →  object detection · pose estimation · OpenCV · CNN inference
├── On-device ML     →  TFLite · model optimisation · real-time inference on edge
└── Agentic Systems  →  LLM-guided task planning · tool-use agents · RAG for robot knowledge

📊 GitHub Stats




🏆 Achievements

🏅 Achievement Details
🥇 CODECURE Hackathon — Track B AMR prediction · 99.27% accuracy · all deliverables completed
🏆 IIIT Pune "Thinking Machine" MedSynapse selected for Diagnostic Tools track
🤖 ABU Robocon 2024/25 CNN-based vision system for competition robot
🏅 Hackathon 2026 CREDI-MITRA agentic AI credit appraisal · 97% ML accuracy
🎓 Joint Secretary — CoE AI & Robotics AIT research cell · 100+ members
📚 AI/ML & Robotics Tutor Independent teaching · Python · ML · ROS2 · ESP32 · IoT

⚡ Embedded Projects Snapshot

40+ Arduino & ESP32 projects built in Year 1 — covering the full IoT stack

📋 View all categories
Category Projects
🌡️ Sensor-Based (8) LDR street light · Rain detector · Touch-sensor light · IR object counter · Flame fire alarm · MQ-135 air quality · Vibration alarm · UV index detector
🏠 Home Automation (8) Temperature-controlled fan · Alexa+Arduino · HC-05 Bluetooth lights · Timer switch · GSM security system · RF remote sockets · Tank pump controller · ESP32-Cam doorbell
🌐 IoT & Communication (8) ESP8266+ThingSpeak weather station · Water quality monitor · Web light control · Telegram bot · Email fire alert · IoT garbage monitor · Blynk smart light · Firebase home control
📊 Data Logging (6) Multi-sensor SD logger · Energy consumption logger · GPS SD logger · OLED heart rate monitor · Serial weather dashboard · RTC+SD temperature logger
🤖 Robotics (3) Line-following robot · Obstacle-avoiding robot · Bluetooth robot car
🌱 Agriculture (7) Smart irrigation · Greenhouse controller · Auto plant watering · Internet weather forecast · Light-trap pest detector · Solar tracker · pH soil quality monitor
---

Open to Robotics Software, AI/ML, and Embedded Systems roles · Research collaborations · Internships

Email   LinkedIn


Pinned Loading

  1. PCB-Fault-Detector PCB-Fault-Detector Public

    Yolo based system for real-time (PCB) defect detection

    Jupyter Notebook

  2. Credi-Mitra Credi-Mitra Public

    An Multi-agent AI platform for automated corporate credit appraisal & professional CAM generation .

    Python

  3. Industrial-IoT-Anomaly-Detector Industrial-IoT-Anomaly-Detector Public

    An Industrial-IoT-Anomaly-Detector . Features a real-time Streamlit dashboard, a Random Forest ML model to detect equipment failures, and a FastAPI backend with SQLite for live ESP32 IoT sensor ing…

    Jupyter Notebook

  4. Disease_Predictor Disease_Predictor Public

    An integrated healthcare platform designed to assist medical professionals and individuals in the early detection of critical diseases. With *Machine Learning** and *Deep Learning* , our website pr…

    Jupyter Notebook

  5. CreditRisk_Predictor CreditRisk_Predictor Public

    🏆 ML-powered credit default prediction system for unbanked users using Home Credit dataset with 307k+ loan applications.(Kiggle)

    Jupyter Notebook 1

  6. Robocon-Team-CEAR Robocon-Team-CEAR Public

    This is the submission of team CEAR for robocon 2026 ( Amongst Top 20 All Indian Teams )

    Jupyter Notebook 1