Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This repo creates a simple web app that edits an image based on a given prompt, which:

  • Uses LLM to understand the prompt;
  • Uses CLIPSeg and SAM to identify the region to be edited;
  • Uses DALL-E to edit accordingly.
  • Uses CLIP and BLIP captioning to evaluate the quality of the edited images.

Get Started

Install the required packages.

pip install -r requirements.txt

Make the environment file.

cp .env.example .env

Run the UI.

gradio ui.py

About

Build a Fashion Design Web App

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages