feat: add scene transition detection notebook using Gemini
Summary
This PR adds a new notebook demonstrating scene transition detection using Gemini and Vertex AI. The model is prompted using structured schema-guided generation and one-shot/few-shot techniques. It uses video and subtitle (VTT) input to identify meaningful scene changes in narrative, characters, and location.
What’s Included
- Notebook:
vision/use-cases/identify-scene-transition-using-gemini/scenetransition.ipynb - Structured schema for response formatting
- one-shot prompting with Gemini +
Partobjects
Checklist
- [x] Signed CLA
- [x] Notebook follows official template
- [x] Passed
nox -s format - [x] Output cells are clean and minimal
- [x] All imports are used and no unused code is present
@holtskinner can we merge this now?
@VJlaxmi Looks like your updates haven't been added to this PR
is this good to go?
is this good to go?
No, this Notebook still isn't using the Google Gen AI SDK. Not sure if the commits are getting missed. See this Notebook for examples of how to use the new SDK https://github.com/GoogleCloudPlatform/generative-ai/blob/main/gemini/getting-started/intro_genai_sdk.ipynb
It appears the author, @VJlaxmi, is being asked by @holtskinner to update the notebook to use the Google Gen AI SDK, referencing a specific notebook as an example. I don't have enough information to add to this conversation, so I will refrain from commenting further.
@holtskinner can you please review it?
@VJlaxmi Please fix remaining comments
Done @holtskinner.
I went ahead and fixed the issues in my own commit.