[Docs][Serve] Video analyses example for inferance#59859
Merged
abrarsheikh merged 24 commits intomasterfrom Jan 14, 2026
Merged
[Docs][Serve] Video analyses example for inferance#59859abrarsheikh merged 24 commits intomasterfrom
abrarsheikh merged 24 commits intomasterfrom
Conversation
Signed-off-by: abrar <abrar@anyscale.com>
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces an excellent and comprehensive example for a video analysis pipeline using Ray Serve. The documentation, notebook, and supporting CI/release test configurations are well-structured. I've identified a few issues that should be addressed:
- There's a critical issue in the
release_tests.yamlconfiguration where an incorrectworking_dirwill cause the release test to fail. - A high-severity race condition exists in the S3 client initialization within the
VideoAnalyzerdeployment, which could lead to multiple clients being created under concurrent requests. - The documentation and notebook reference several image assets that are missing from the pull request, which will result in broken images.
- I've also included a few medium-severity suggestions to improve code clarity and organization in the CI helper scripts.
Additionally, there are a couple of typos in the pull request title: "analyses" should be "analysis" and "inferance" should be "inference".
doc/source/serve/tutorials/video-analysis/content/video_analysis_pipeline.ipynb
Outdated
Show resolved
Hide resolved
doc/source/serve/tutorials/video-analysis/content/video_analysis_pipeline.ipynb
Outdated
Show resolved
Hide resolved
Signed-off-by: abrar <abrar@anyscale.com>
Signed-off-by: abrar <abrar@anyscale.com>
doc/source/serve/tutorials/video-analysis/content/video_analysis_pipeline.ipynb
Outdated
Show resolved
Hide resolved
Signed-off-by: abrar <abrar@anyscale.com>
doc/source/serve/tutorials/video-analysis/content/video_analysis_pipeline.ipynb
Outdated
Show resolved
Hide resolved
Signed-off-by: abrar <abrar@anyscale.com>
Signed-off-by: abrar <abrar@anyscale.com>
Signed-off-by: abrar <abrar@anyscale.com>
Signed-off-by: abrar <abrar@anyscale.com>
| print(inspect.getsource(VideoEncoder.func_or_class)) | ||
| ``` | ||
|
|
||
| @serve.deployment( |
Contributor
There was a problem hiding this comment.
was this readme re-generated?
Contributor
Author
There was a problem hiding this comment.
yes, i think i generated it.
doc/source/serve/tutorials/video-analysis/content/video_analysis_pipeline.ipynb
Show resolved
Hide resolved
Signed-off-by: abrar <abrar@anyscale.com>
Signed-off-by: abrar <abrar@anyscale.com>
Signed-off-by: abrar <abrar@anyscale.com>
Signed-off-by: abrar <abrar@anyscale.com>
akshay-anyscale
approved these changes
Jan 8, 2026
Signed-off-by: abrar <abrar@anyscale.com>
Signed-off-by: abrar <abrar@anyscale.com>
akshay-anyscale
approved these changes
Jan 13, 2026
rushikeshadhav
pushed a commit
to rushikeshadhav/ray
that referenced
this pull request
Jan 14, 2026
added a notebook that demonstrates serve application that takes a reference to video as input and returns scene changes, tags and video description (from the corpus). https://anyscale-ray--59859.com.readthedocs.build/en/59859/serve/tutorials/video-analysis/README.html --------- Signed-off-by: abrar <abrar@anyscale.com>
jeffery4011
pushed a commit
to jeffery4011/ray
that referenced
this pull request
Jan 20, 2026
added a notebook that demonstrates serve application that takes a reference to video as input and returns scene changes, tags and video description (from the corpus). https://anyscale-ray--59859.com.readthedocs.build/en/59859/serve/tutorials/video-analysis/README.html --------- Signed-off-by: abrar <abrar@anyscale.com> Signed-off-by: jeffery4011 <jefferyshen1015@gmail.com>
ryanaoleary
pushed a commit
to ryanaoleary/ray
that referenced
this pull request
Feb 3, 2026
added a notebook that demonstrates serve application that takes a reference to video as input and returns scene changes, tags and video description (from the corpus). https://anyscale-ray--59859.com.readthedocs.build/en/59859/serve/tutorials/video-analysis/README.html --------- Signed-off-by: abrar <abrar@anyscale.com>
peterxcli
pushed a commit
to peterxcli/ray
that referenced
this pull request
Feb 25, 2026
added a notebook that demonstrates serve application that takes a reference to video as input and returns scene changes, tags and video description (from the corpus). https://anyscale-ray--59859.com.readthedocs.build/en/59859/serve/tutorials/video-analysis/README.html --------- Signed-off-by: abrar <abrar@anyscale.com> Signed-off-by: peterxcli <peterxcli@gmail.com>
peterxcli
pushed a commit
to peterxcli/ray
that referenced
this pull request
Feb 25, 2026
added a notebook that demonstrates serve application that takes a reference to video as input and returns scene changes, tags and video description (from the corpus). https://anyscale-ray--59859.com.readthedocs.build/en/59859/serve/tutorials/video-analysis/README.html --------- Signed-off-by: abrar <abrar@anyscale.com> Signed-off-by: peterxcli <peterxcli@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
added a notebook that demonstrates serve application that takes a reference to video as input and returns scene changes, tags and video description (from the corpus).
https://anyscale-ray--59859.com.readthedocs.build/en/59859/serve/tutorials/video-analysis/README.html