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.
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.
-
docker-compose start
-
npm install
-
cd ./frontend
-
npm install
npm run dev