/clipdraw-interactive

An interactive and API powered CLIPDraw

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Interactive CLIPDraw

logo

Interactive version of CLIPDraw, running on https://interactive-clip-draw.vercel.app/

Install dependencies

venv

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

conda

conda create -n clipdraw
conda activate clipdraw
pip install -r requirements.txt

Run locally

export REPLICATE_API_TOKEN=<my-api-token>
python app.py

Open https://localhost:5000.

Deploy

Interactive CLIPDraw is deployed on Vercel.

To deploy your own version:

  • Create an account on Vercel
  • Install the Vercel CLI
  • vercel login
  • vercel --prod