Skip to content
View GavkareShubham's full-sized avatar

Highlights

  • Pro

Block or report GavkareShubham

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

Hi πŸ‘‹, I'm Shubham Gavkare

Passionate Software Developer | C++ Enthusiast | Backend & Full-Stack Learner

Profile Views


πŸ‘¨β€πŸ’» About Me

  • πŸ’» Currently working as an Software Engineer at KPIT Technologies, Pune
  • πŸš€ Exploring Modern C++ (C++11/14/17), Backend Development, and System Design
  • 🧠 Actively learning DSA, Low-Level Design, and development frameworks
  • πŸ“Έ Built real-time computer vision projects using OpenCV (Lane Detection, Vehicle Tracking)
  • πŸ§ͺ Experienced in writing unit tests using Google Test and adhering to C++ best practices
  • 🀝 Open to collaborations on open-source, backend systems, and automotive software
  • 🌐 Portfolio: [https://shubhamgavkare.vercel.app/]

πŸ’¬ Ask Me About

  • C++ | Modern C++ | OOPs | GTest | STL
  • Backend with Node.js and MongoDB
  • OpenCV-based Computer Vision Systems

πŸ“« Connect with Me

Twitter LinkedIn Instagram LeetCode GeeksForGeeks


πŸ› οΈ Languages & Tools

C C++ Git HTML5 JavaScript Linux MongoDB MySQL Node.js OpenCV Python


πŸ† GitHub Achievements

trophies


πŸ”₯ GitHub Stats

GitHub Streak

Popular repositories Loading

  1. Pfo Pfo Public

    HTML

  2. BrainTumorDetection BrainTumorDetection Public

    A Proposed system which uses Machine learning approach (HOG Feature Descriptor) to Identify and categories it β€’ Can help in medical condition for early treatment

  3. GavkareShubham GavkareShubham Public

  4. Portfolio Portfolio Public

  5. Real-Time-Car-Tracking-and-Speed-Estimation-with-OpenCV-Manual-Initialization- Real-Time-Car-Tracking-and-Speed-Estimation-with-OpenCV-Manual-Initialization- Public

    This OpenCV program tracks cars in a video and estimates their speeds. It starts by capturing video frames and allowing manual selection of car bounding boxes. Using KCF trackers, it updates car po…

    Makefile

  6. Multiple-Car-Tracking-and-Speed-Estimation-with-OpenCV Multiple-Car-Tracking-and-Speed-Estimation-with-OpenCV Public

    This code uses OpenCV to detect and track multiple cars in a video, estimate their speeds, and handle new detections dynamically. It employs Haar Cascades for initial car detection and KCF trackers…

    C++