Skip to content

Instantly share code, notes, and snippets.

@anhlt
Last active March 26, 2021 13:01
Show Gist options
  • Save anhlt/fde40b43230c2c8ba1b0e8907a641a06 to your computer and use it in GitHub Desktop.
Save anhlt/fde40b43230c2c8ba1b0e8907a641a06 to your computer and use it in GitHub Desktop.
GreenDetector
docker build -f ./dockerfiles/Dockerfile-server -t gsdetector:latest .
docker run -p 8000:8000 gsdetector
curl -F "file=@./red-rose-400x265.jpg" localhost:8000/predict
@anhlt
Copy link
Author

anhlt commented Mar 26, 2021

curl -F "file=@./red-rose-400x265.jpg" localhost:8000/predict

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment