Last active
March 26, 2021 13:01
-
-
Save anhlt/fde40b43230c2c8ba1b0e8907a641a06 to your computer and use it in GitHub Desktop.
GreenDetector
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
curl -F "file=@./red-rose-400x265.jpg" localhost:8000/predict