Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.65 KB

README.md

File metadata and controls

51 lines (38 loc) · 1.65 KB

Feather Spotter

Status CI Sonar pre-commit enabled Black codestyle


Table of Contents

Build Container

  • Build image from dockerfile:
docker build --pull --rm -f "Dockerfile" -t featherspotter:latest "."

Run Container

docker run --rm -p 8000:8000 featherspotter:latest

Testing

curl -X POST -F "file=@./sample-files/sample.jpg" localhost:8000/detect

License

Feather Spotter is distributed under the terms of the MIT license.