Skip to content

Latest commit

 

History

History

fastapi

To Build & Run: docker build . -t visual && docker run --gpus all -d -p 80:80 visual:latest

How to make a /train call: curl -X POST "https://localhost:80/train" -H "Content-Type: application/json" -d @train_test.json

How to make a /infer call: curl -X POST "https://localhost:80/infer" -H "Content-Type: application/json" -d @infer_test.json