Skip to content

A prototype system for detecting and classifying the species of birds from photos (and maybe videos).

License

Notifications You must be signed in to change notification settings

jasonwashburn/feather-spotter

Repository files navigation

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.

About

A prototype system for detecting and classifying the species of birds from photos (and maybe videos).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published