Features
- Fill out `.env.example` file.
- Add support for Python 2.7 and 3.8.
- Improved argument parsing for CLI.
- `MODEL` is no longer necessary, and inherits model and processing functions based on `JOB_TYPE`.
- Added optional flags `calculate-cost` and `upload-results` to turn off benchmarking behavior by default.
Bugfixes
- All `inlineCallbacks` functions return a `deferred` object.
- Remove some unused imports
Breaking Changes
- Use the API to upload files rather than using `gcloud` for better integration with the DeepCell Kiosk.