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.
demo.mp4
- 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
whereapi = <your api>
inside the functionremove_bg
- Run the
C_A_MARK_2.ipynb
and you'll get the link of your server. Make a post request or use ourclient-side
folder
Work in progress