Skip to content
View hbilu's full-sized avatar

Block or report hbilu

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
hbilu/README.md

Hi, there! 👾

I'm a curious developer skilled in software engineering and machine learning, passionate about exploring ideas and developing impactful projects.

# Welcome to my GitHub profile! ✨
class Developer: 
    def __init__(self): 
        self.mindset = "curiosity-driven" 
        self.skills = ["software engineering", "machine learning"] 
    def build(self): 
        return f"With a {self.mindset} mindset, I explore ideas and develop impactful projects using {', '.join(self.skills)}." 
me = Developer()
print(me.build())  # Let's build something amazing! 🚀

Pinned Loading

  1. Hand-Detection_Finger-Count Hand-Detection_Finger-Count Public

    The project identifies hands from the camera feed, draws hand landmarks, and concurrently counts the raised fingers. This project developed with Python, OpenCV and MediaPipe.

    Python 9

  2. Virtual-Paint Virtual-Paint Public

    This project is a virtual painting application that permits users to draw and paint directly onto the live camera stream. It has been developed using Python, OpenCV, and MediaPipe.

    Python 3

  3. CV_Playground CV_Playground Public

    Computer Vision Playground

    C++

  4. Fruit-Detection Fruit-Detection Public

    Real time fruit detection with YOLOv9

    Python 2 1

  5. Python_Playground Python_Playground Public

    Python 1

  6. DjangoWebApp_FrontendBackend DjangoWebApp_FrontendBackend Public

    This project is a Dockerized Django web application (Frontend and Backend) using Python, REST API, a MySQL database, JavaScript, HTML and CSS.

    JavaScript