SodiqSrb / clothes-virtual-try-on

Virtual Clothing Assistant (VCA) is an implementation of ViTON.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloths Virtual Try On

GitHub stars Open in colab

Table of contents

General info

This project is a part of a crework community project. While buying clothes online, it is difficult for a customer to select a desirable outfit in the first attempt because they can’t try on clothes. This project aims to solve this problem.

general_info

Demo

demo.mp4

Block Diagram

block_diagram_whole

Methodology

block_diagram_detailed

Setup

  • Make an account on ngrok and apply for an API key.
  • Replace the API key inside C_A_MARK_2.ipynb inside !ngrok authtoken <you api>
  • Make an account on remove.bg and aply for API key
  • Replace the remove.bg api with yours inside remove_bg.py where api = <your api> inside the function remove_bg
  • Run the C_A_MARK_2.ipynb and you'll get the link of your server. Make a post request or use our client-side folder

Citation

Work in progress

About

Virtual Clothing Assistant (VCA) is an implementation of ViTON.


Languages

Language:Jupyter Notebook 86.9%Language:Python 10.8%Language:HTML 2.3%