This project provides a working Virtual try-on example using Theta Edge Cloud. It is implemented using React and Vite.
- Configure your Virtual try-on project by editing the variable in the file
.env
. See Prerequisites if you don't have an API URL.
VITE_API_URL : the inference endpoint generated with your Theta Edge Cloud dashboard.
- Run the following commands to install the project dependencies and start it locally:
npm install
npm run dev
To run this project, you'll need an API URL from Theta EdgeCloud. You can get it by deploying a Viton model on Theta EdgeCloud Model Explorer.