I built a web app that uses Google Cloud’s Vertex AI to show how a product looks on a person. You upload an image of a person and an image of a product, and the app generates a virtual try-on image.
Virtual Try-On lets you generate images of people modeling clothing products. You provide an image of a person and a sample clothing product, and Virtual Try-On generates images of the person wearing the product.
# Clone the repository
git clone https://github.com/Ashot72/Virtual-Try-On-Vertex-AI
# Navigate into the project directory
cd Virtual-Try-On-Vertex-AI
# Copy the example `.env` file and add your project ID
cp env.example .env
# Place your `service-account-key.json` file in the project root directory.
# Install dependencies
npm install
# Start the development server
npm start
# The app will be available at http://localhost:3000📺 Video: Watch on YouTube