Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 833 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 833 Bytes

Virtual Clothes and Sunglasses Try-On

This project enables virtual try-on of hats and sunglasses using computer vision techniques. It utilizes MediaPipe for face mesh detection and OpenCV for image processing and transformation, along with ArUco markers for selecting items.

Features

  • Real-time virtual try-on of hats and sunglasses.
  • Selection of items using ArUco markers.
  • Accurate fitting using perspective transformation.

Requirements

  • Python 3.6+
  • OpenCV
  • MediaPipe
  • NumPy

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/VirtualClothesTryOn.git
    cd VirtualClothesTryOn
  2. Install the required packages
    pip install opencv-python mediapipe numpy
    

Future Collaboration

Please contact us if you wish to collaborate on this project:)