Skip to content

HephaestusProject/CLIP-APP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLIP-APP

prerequisite

git clone --recursive https://github.com/HephaestusProject/CLIP-APP.git
pip install -r server/requirements.txt

server

PYTHONPATH=.:./server/CLIP python server/app.py

client

curl -X POST -H "Content-Type: application/json" 127.0.0.1:5000/pred/custom -d "{\"image_path\": \"CLIP.png\", \"texts\": [\"a diagram\", \"a dog\", \"a cat\"]}"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages