All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Service gets image file extensions from
mimetypes
instead of using a hard-coded list.
- Tests and instructions now refer to "localhost" instead of "0.0.0.0".
- App can actually accept image files with capitalized extensions (e.g. ".JPG"").
- Explicit version numbers on dockerhub containers.
- App can accept image files with capitalized extensions (e.g. ".JPG").
- Basic tests
- Prediction service app is available on Dockerhub.
- Prediction service no longer uses
nginx
.
- 2012-2014 and 2018 Lincoln Park Zoo datasets
- Travis badge URLs after repo moved
- Sample images in README
- CODEOWNERS file
- More description of project in README.
- PR template
- Code is PEP8-compliant.
- Rewrote dataset building code, offloading a lot of complexity to Creevey.
- Rewrote model training code, using fast.ai library in a notebook rather than Tensorflow script.
- Revised model serving code to use fast.ai model.
- Reorganized repo, started CHANGELOG