Skip to content

SiCo: A Size-Controllable Virtual Try-On Approach for Informed Decision-Making

Notifications You must be signed in to change notification settings

SherryXTChen/SiCo

Repository files navigation

SiCo: A Size-Controllable Virtual Try-On Approach for Informed Decision-Making

Teaser Image

Table of Contents

Backend

For detailed instructions on setting up the backend server and the machine learning backbone, please refer to the Server README.

Frontend

Follow the steps below to set up the SiCo website interface.

Vercel Setup

Create a Vercel site by following the instructions in this Vercel Guide.

Local Environment Setup

Execute the following commands to clone the repository and set up the environment:

git clone [email protected]:SherryXTChen/SiCo.git
cd SiCo

npm install
npx vercel link
npx vercel pull
npx vercel env pull
npx vercel env pull .env
npx prisma generate
npx prisma db pull

Running the Interface

To run the website interface locally, use the command:

npm run dev

About

SiCo: A Size-Controllable Virtual Try-On Approach for Informed Decision-Making

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published