madhuri-jogoji/Virtual-Cloth-Trial-Application- — reverse-engineered prompt
Reverse engineered prompt
Build me a virtual cloth shopping web app where people can sign up, log in, browse clothes, add items to a cart, and try selected clothes on using their webcam. I want it to feel like a simple online shopping portal with a home page, login page, men's and women's sections, product cards, and a clean responsive design that works on laptop and mobile.
The main feature should be a virtual try on screen that detects the person on camera and overlays the selected shirt or clothing item on their body. It should handle normal backgrounds and focus on one main person if more than one person appears. Add simple hand gesture controls so the user can switch clothes or trigger actions without clicking.
Use Python Flask for the backend and normal HTML, CSS, Bootstrap, and JavaScript for the pages. Use OpenCV or similar camera vision tools for body and hand detection. Look up current docs online if you need to.
Want more depth? Deep Reverse