* Run tests
* Run tests
* Run tests
* Run tests
* Added rebuild
* Added files for e2e tests
* Added rebuild
* Added rebuild
* Added biuld TensorRT flag
* Changed to use NumPy 1.x for Jetson
* Make universal invocation
* Make Cython constans
* Changed to prepare onnx
* Changed smoke-test to wait AI conversion
* Added step for model conversion
* Changed to not run step in parallel
* Push model to docker registry
* Push model to docker registry
* Push model to docker registry
- Added `/detect/video` endpoint for true streaming video detection, allowing inference to start as upload bytes arrive.
- Introduced `run_detect_video_stream` method in the inference module to handle video processing from a file-like object.
- Updated media hashing to include a new function for computing hashes directly from files with minimal I/O.
- Enhanced documentation to reflect changes in video processing and API behavior.
Made-with: Cursor