- Build image from dockerfile:
docker build --pull --rm -f "Dockerfile" -t featherspotter:latest "."
docker run --rm -p 8000:8000 featherspotter:latest
curl -X POST -F "file=@./sample-files/sample.jpg" localhost:8000/detect
Feather Spotter
is distributed under the terms of the MIT license.