-
Notifications
You must be signed in to change notification settings - Fork 2k
Added Video_understanding
notebook for JavaScript
#878
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments, but this is great otherwise.
@@ -0,0 +1,541 @@ | |||
/* Markdown (render) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing apache licence.
|
||
Gemini has from the begining been a multimodal model, capable of analyzing all sorts of medias using its [long context window](https://developers.googleblog.com/en/new-features-for-the-gemini-api-and-google-ai-studio/). | ||
|
||
[Gemini models](https://ai.google.dev/gemini-api/docs/models/) bring video analysis to a whole new level as illustrated in [this video](https://www.youtube.com/watch?v=Mot-JEU26GQ): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The best would be to be able to insert the YT video in the notebook automatically. Othertwise at least the ":" should be removed.
Maybe a good balance would be to add an image of the video with a link to it?
|
||
This notebook will show you how to easily use Gemini to perform the same kind of video analysis. Each of them has different prompts that you can select using the dropdown, also feel free to experiment with your own. | ||
|
||
You can also check the [live demo](https://aistudio.google.com/apps/bundled/video_analyzer) and try it on your own videos on [AI Studio](https://aistudio.google.com/apps/bundled/video_analyzer). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't like that sentence (that I wrote). I think we should remove the link on "live demo", and add it on "AI studio" instead. WDYT?
You can also check the [live demo](https://aistudio.google.com/apps/bundled/video_analyzer) and try it on your own videos on [AI Studio](https://aistudio.google.com/apps/bundled/video_analyzer). | ||
|
||
## Setup | ||
### Install SDK and set-up the client |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This part is missing its content.
No description provided.