intel / cloud-native-ai-pipeline

AI cloud native pipeline for confidential and sustainable computing
https://intel.github.io/cloud-native-ai-pipeline/
Apache License 2.0
37 stars 15 forks source link

core/userv: add the implementation for streaming service #66

Closed Hulongyin closed 1 year ago

Hulongyin commented 1 year ago

This PR is to fix #65 , design and implement streaming service to read frames from stream provider, and process frames, then publish frames to inference queue.

Hulongyin commented 1 year ago

To run the streaming service with video file, the script https://github.com/intel/cloud-native-ai-pipeline/blob/main/tools/video_downloader.sh can be used to down load sample videos, they will be saved in the cloud-native-ai-pipeline/sample-videos directory by default, which is also the default directory for reading videos in the streaming service.

Hulongyin commented 1 year ago

Closes #65