Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 531 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 531 Bytes

Virtual Try-On

Summary

This project represents a web quiz which first takes a photo of a person and then depending on the answers of the quiz generates a style and changes user's clothes using VITON-HD method.

Stack

The system is implemented in MERN stack. The main part is frontend which is implemented in ReactJS using TypeScript.

The system expects to have VITON-HD and CIHP-PGN in the root directory.

Installation

  1. docker-compose start

  2. npm install

  3. cd ./frontend

  4. npm install

Run

npm run dev