v0.9.2
Summary
- Bugfix parsing base64 image string when source is browser (was adding unnecessary prefix)
- Validate that equal or fewer than MAX_BATCH_SIZE images are being passed to object detection inference
- Default MAX_BATCH_SIZE to infinity
- Add batch regression tests
- Add CLI to readme
- Add generic stream object
- Add preprocess/predict/postprocess to Clip to match base interface
- Readme updates
- Landing page