Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 372 Bytes

File metadata and controls

25 lines (16 loc) · 372 Bytes

Step 0: Add your images to the "image" directory given in the folder and set output as "output" directory.

  1. Setup a venv using:
uv venv caption_env

caption_env\bin\activate

Instlal the requirements

pip install -r requirements.txt

Default command to load the api

python captionr.py image --output output --clip_flavor --port 8200