Skip to content
View Harish-ioc's full-sized avatar
đź’­
pondering...
đź’­
pondering...

Highlights

  • Pro

Block or report Harish-ioc

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

Hi, I'm Harish!

- Computer Vision & IoT Enthusiast
- Drone Systems, Embedded Linux & Real-Time CV
- System Design • AI/ML • Robotics

Contact me at my email or connect with me:

LinkedIn GitHub Kaggle

class Bio:
    def __init__(self):
        self.name = "Harish"
        self.code = ["Python", "C/C++", "Git", "Github"]
        self.skills = [
            "Computer Vision", "Machine Learning", "Embedded Systems Integration",
            "OpenCV", "Mediapipe", "Scikit-Learn",
            "Drone Systems (Pixhawk / MAVLink)", "Telemetry & Networking",
            "Raspberry Pi / Jetson Integration", "Real-Time Systems",
            "Linux Systems", "Hardware-Software Integration"
        ]

        self.roles = {
            "System Design Engineer": "Kapxha Dynamics",
            "Electronics Lead": "JU Makerspace"
        }
        self.interests = ["AI", "Robotics", "IoT", "Autonomous Systems"]

Pinned Loading

  1. Path-Identification Path-Identification Public

    Real-time path detection system using OpenCV. Processes webcam input with edge detection to identify and visualize road paths. Features GPU acceleration and multi-stage processing for reliable trac…

    Python 1

  2. EyeCan EyeCan Public

    A spectacle-like device with a camera for real-time eye movement monitoring using Mediapipe, OpenCV, and CNN models. It detects gestures via Hough Circle and enables disabled individuals to control…

    Python