Skip to content

nebulaanish/Jewellery-TryOn-OpenCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jewellery Try-On

It is a simple openCV based python script for virtual try-on experience. It allows users to see how a jewellery looks on themselves by opening up a camera. The script allows size as an input, opening a lot of room for customization. However, this script is simple and only sticks to one static size. By default, the jewellery is shown in the middle of the frame, which can be changed by bringing calculated changes to the roi (Region of Interest) variable.

Local Installation

  • Clone repo $ git clone <repo link>
  • Create virtual environment $ python -m venv .venv
  • Activate virtual env $ source .venv/bin/activate
  • Intall dependencies $ pip install -r requirements.txt
  • Goto folder containing app.py and run $ python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages