Skip to content
View Habiba-306's full-sized avatar

Highlights

  • Pro

Block or report Habiba-306

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

Hi, I'm Habiba Javed πŸ‘‹

AI & Computer Vision Student | Python | YOLOv11 | OpenCV | MediaPipe

πŸŽ“ Final-year BS Artificial Intelligence β€” University of Haripur, KPK πŸ”­ Currently working on real-time detection systems 🌱 Exploring deep learning and computer vision research πŸ“« Reach me: habibajaved150@gmail.com


πŸ›  Tech Stack

Python OpenCV TensorFlow NumPy MediaPipe Tkinter


πŸ“Œ Featured Projects

Project Tech Description
Behaviour Monitoring System During Examination YOLOv11m, MediaPipe Real-time proctoring system
Rock Paper Scissors OpenCV, cvzone Hand gesture recognition game
Color Detection Tool OpenCV, Tkinter Live paint color identifier
Plant Leaf Detection TensorFlow Multi-species classifier
Raw Image to Sketch openCV, NumPy Converts photos to pencil sketches with adjustable grid overlays for artists

Open to internships and research opportunities in Computer Vision / AI

Popular repositories Loading

  1. Quiz-App Quiz-App Public

    Developed a GUI-based Quiz Application using Python and Tkinter, featuring dynamic question loading, real-time answer validation, and score tracking.

    Python

  2. Plant-Leaf-Detection Plant-Leaf-Detection Public

    Built a beginner image classification model to detect Mint, Mango, Lemon, and other plants using a custom dataset.

    Python

  3. Rock-Paper_scissor Rock-Paper_scissor Public

    Designed a real-time hand gesture recognition game using OpenCV and image processing techniques.

    Python

  4. Image-to-sketch Image-to-sketch Public

    Transformed real images into sketch style artworks with grid overlays, enabling artists to recreate them accurately on canvas.

    Python

  5. Color-detection Color-detection Public

    Built a real-time tool that labels and identifies paint colors via camera input, helping artists match and mix shades more accurately.

    Python

  6. Dominant_color Dominant_color Public

    This project processes an image's flattened pixel array using OpenCV's K-means clustering (`cv2.kmeans`) to extract its top 8 dominant color centroids. It then calculates the precise RGB channel pe…

    Python