clipdraw-interactive
clipdraw-interactive copied to clipboard
An interactive and API powered CLIPDraw
Interactive CLIPDraw

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 loginvercel --prod