Skip to content

CypherpunkSamurai/CLIP-Captioner-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLIP-Captioner-API

A CLIP Interrogator API written using FastAPI

Open In Colab

Note: Ngrok Support can be toggled if you want to run this locally.

API Documentation

  • GET / - Show Status
  • GET /help - Show help
  • POST /caption - Caption a image file
    • file - Image file upload
    • `promp
  • /docs - Swagger UI Documentation

Credits

  • OpenAI - For CLIP
  • pharmapsychotic - for the CLIP2 Colab