Skip to content
View yashgolani28's full-sized avatar
:octocat:
:octocat:

Block or report yashgolani28

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
yashgolani28/README.md

Hi, I'm Yash Golani 👋

A machine learning and embedded robotics engineer who enjoys building real world AI systems that stay stable after deployment. My work sits at the intersection of perception, edge reliability, and production pipelines. I take ownership of calibration, evidence workflows, and system health in long running deployments, not just model accuracy.

At ESSI Integrated Technologies (New Delhi), I built a production grade radar + camera speed enforcement system using TI mmWave radar, delivering multi object tracking (up to 20 targets) with ~50 ms decision latency in roadside trials. I also developed a Flask + JavaScript dashboard for monitoring, analytics, and violation review, and hardened the pipeline with parsing, point cloud processing, Doppler analysis, and multi firmware handling across multiple hardware variants. To keep it field ready, I added watchdogs and automated recovery, achieving ~95% uptime with ~2 minute average recovery, plus radar camera calibration and PTZ auto slew that reached ~90% target lock success under 2 seconds.

Alongside this, I worked on high throughput ANPR pipelines supporting ~1600 cameras statewide, using Kafka for transport and Redis for state/caching to deliver end to end alert generation under 10 seconds. I also helped design resilient microservices with automatic restarts and RTSP reconnection cycles, and contributed to a scalable multi camera analytics architecture using FastAPI + Docker with modular services designed for independent scaling.

My toolkit includes Python, C/C++, Embedded C, backend frameworks like FastAPI and Flask, and infra like Kafka, Redis, Celery, PostgreSQL, Docker, Git. On the ML side, I use PyTorch, TensorFlow, Scikit Learn, OpenCV, NumPy, Pandas, and I also explore agentic AI workflows with Hugging Face, LangChain, and RAG.

I’m currently pursuing a BTech in Robotics and Automation at Symbiosis Institute of Technology, Pune, and I keep building robotics projects like ROS based object detection on Turtlebot 4, an ESP32 hydroponics monitoring system, and a bio inspired quadruped.


Current Projects

Quadruped Robot with Dual Pick-and-Place Arms

A crab-inspired quadruped robot using 18 MG996R servos, Raspberry Pi, ESP32, dual robotic arms, LIDAR, IMU, and a Pi Camera.
Features:

  • Obstacle avoidance and autonomous navigation using ROS2
  • Object detection and classification using computer vision
  • Gesture and speech control interface
  • Real-time camera feed and custom-built feedback UI

Smart Precision Agriculture System with IoT & ML

Designed a hydroponic automation system with pH, DHT11, LDR, and soil moisture sensors integrated via ESP32, Firebase, and ThingSpeak.

  • Built an LSTM model to predict irrigation needs from time-series data
  • Achieved high prediction accuracy and optimized water usage

AI Fitness Trainer

An AI-powered system that recognizes 20+ exercises, counts reps, and provides real-time feedback.

  • Utilizes OpenPose and pose estimation for accurate classification
  • Live video feed with computer vision-based feedback system

Socials:

LinkedIn email

Tech Stack:

Python C C# C++ JavaScript Cloudflare Google Cloud Apache Kafka Chart.js nVIDIA React TailwindCSS Socket.io Flutter FastAPI Flask Jinja JWT ROS Vite Nginx Firebase Redis MySQL MariaDB SQLite Keras Matplotlib mlflow NumPy Pandas Plotly PyTorch scikit-learn Scipy TensorFlow Git PowerShell Windows Terminal Arduino CMake FFmpeg Jira Raspberry Pi Postman nVIDIA

GitHub Stats:



✍️ Random Dev Quote


Popular repositories Loading

  1. turtlebot4-object-detection turtlebot4-object-detection Public

    ROS 2-based object detection system for TurtleBot4 using real-time camera feed and YOLOv8 integration. Designed for autonomous navigation and smart perception tasks.

    Python 1

  2. smart-agriculture-system smart-agriculture-system Public

    An IoT-powered hydroponic farming system using ESP32, sensors, Firebase, and an LSTM model for real-time monitoring and automated irrigation based on environmental conditions.

    Jupyter Notebook 1

  3. radar-ann radar-ann Public

    A radar signal classification system built using an Artificial Neural Network (ANN) in PyTorch. The model classifies radar signals (clutter, UAV, missile, human, bird) based on STFT/FFT preprocessi…

    Python 1

  4. Stock-Price-Direction-Predictor-with-Sentiment-Analysis Stock-Price-Direction-Predictor-with-Sentiment-Analysis Public

    A machine learning project that combines sentiment analysis from news headlines and technical indicators to predict stock price movement (up or down). It uses XGBoost for classification and offers …

    Python 1

  5. uav_deconfliction_system uav_deconfliction_system Public

    A Python-based simulation tool to detect and visualize spatial and temporal conflicts between a primary drone mission and other scheduled UAV flights. Built for airspace safety and mission planning…

    Python

  6. Spider-mimic-quadruped Spider-mimic-quadruped Public

    A four-legged robotic quadruped that mimics spider-like movement using Arduino, servo motors, and 3D-printed components. Controlled via programmed gaits for smooth locomotion.

    C++