visualref_docker / server /test_commands.sh
bulatkh
Recsys demo based on VLMs + visual embeddings (#4)
5ae5072 unverified
Raw
History Blame Contribute Delete
159 Bytes
curl http://localhost:8000/health
curl -X POST http://localhost:8000/search \
-H "Content-Type: application/json" \
-d '{"query": "red car", "top_k": 5}'