uptake / autofocus

Deep learning computer vision for classifying wildlife in camera trap images
BSD 3-Clause "New" or "Revised" License
54 stars 30 forks source link

Set up code quality checks in Travis and PR template #86

Closed gsganden closed 5 years ago

gsganden commented 5 years ago

Run black --check in Travis. Create PR template that includes running corresponding step locally.

I wanted to add flake8 as well, but the prediction service code needs some work first.

gsganden commented 5 years ago

Merged into #88