Skip to content

Conversation

@shahrear33
Copy link
Contributor

No description provided.

@gemini-code-assist
Copy link

Summary of Changes

Hello @shahrear33, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request expands the VLM Run Cookbook by introducing a new example notebook focused on Orion's document understanding features, providing users with a practical demonstration of extracting structured data from documents. Concurrently, the main README file has been updated to reflect this new addition and enhance its overall readability through minor formatting adjustments.

Highlights

  • New Notebook Added: A new Colab notebook, 'Orion Document Understanding', has been added to the cookbook, showcasing advanced document processing capabilities.
  • README Update: The README.md file has been updated to include the new 'Orion Document Understanding' notebook in the list of available examples and received minor formatting improvements.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds a new 'Orion Document Understanding' notebook to the README.md and makes some formatting improvements. My review focuses on improving the structure and correctness of the notebook table. I've suggested reordering the notebooks for better readability and fixing a potential typo in the notebook numbering.

Comment on lines +33 to +48
| [API Quickstart](./notebooks/00_quickstart.ipynb) | | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/00_quickstart.ipynb) | 02-08-2025 |
| [Schema Showcase](./notebooks/01_schema_showcase.ipynb) | <kbd>feature</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/01_schema_showcase.ipynb) | 02-08-2025 |
| [Visual Grounding](./notebooks/04_visual_grounding.ipynb) | <kbd>feature</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/04_visual_grounding.ipynb) | 02-18-2025 |
| [Long-form Video Transcription](./notebooks/advanced_video_transcription.ipynb) | <kbd>feature</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/advanced_video_transcription.ipynb) | 03-13-2025 |
| [Video Inference (Fine-Tuning)](./notebooks/advanced_finetuning_video_inference.ipynb) | <kbd>feature</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/advanced_finetuning_video_inference.ipynb) | 02-18-2025 |
| [US Drivers License](./notebooks/02_case_study_drivers_license.ipynb) | <kbd>application</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/02_case_study_drivers_license.ipynb) | 02-08-2025 |
| [Parsing Financial Presentations](https://colab.research.google.com/drive/15_iRDucKj2I33p3m5X3ULdXby_DHWgjS) | <kbd>application</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/15_iRDucKj2I33p3m5X3ULdXby_DHWgjS) | 02-04-2025 |
| [TV News Analysis](./notebooks/03_case_study_tv_news.ipynb) | <kbd>application</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/03_case_study_tv_news.ipynb) | 02-15-2025 |
| [Fashion Product Catalog](./notebooks/05_case_study_image_catalogue.ipynb) | <kbd>application</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/05_case_study_image_catalogue.ipynb) | 02-20-2025 |
| [Fashion Images Hybrid Search](./notebooks/06_fashion_images_hybrid_search.ipynb) | <kbd>application</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/06_fashion_images_hybrid_search.ipynb) | 02-21-2025 |
| [Generate Custom Schema](./notebooks/07_generate_schema.ipynb) | <kbd>feature</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/07_generate_schema.ipynb) | 03-13-2025 |
| [Document Markdown Extraction](./notebooks/08_document_markdown.ipynb) | <kbd>feature</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/08_document_markdown.ipynb) | 06-02-2025 |
| [Video RAG](./notebooks/11_video_rag.ipynb) | <kbd>application</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/11_video_rag.ipynb) | 07-14-2025 |
| [Orion Image Understanding](./notebooks/12_orion_image_understanding.ipynb) | <kbd>showcase</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/12_orion_image_understanding.ipynb) | 12-01-2025 |
| [Orion Video Understanding](./notebooks/12_orion_video_understanding.ipynb) | <kbd>showcase</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/12_orion_video_understanding.ipynb) | 12-02-2025 |
| [Orion Document Understanding](./notebooks/14_orion_document_understanding.ipynb) | <kbd>showcase</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/14_orion_document_understanding.ipynb) | 12-03-2025 |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The table of notebooks seems to have grown organically and the order is a bit confusing. Since you're modifying it, this is a good opportunity to reorder the entries for better readability. I'd suggest grouping them by Type (feature, application, showcase) and then sorting them numerically. I've also noticed a duplicate notebook number 12 for 'Orion Image Understanding' and 'Orion Video Understanding'. I've corrected the latter to 13 assuming it's a typo, which makes sense with your addition of notebook 14.

Suggested change
| [API Quickstart](./notebooks/00_quickstart.ipynb) | | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/00_quickstart.ipynb) | 02-08-2025 |
| [Schema Showcase](./notebooks/01_schema_showcase.ipynb) | <kbd>feature</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/01_schema_showcase.ipynb) | 02-08-2025 |
| [Visual Grounding](./notebooks/04_visual_grounding.ipynb) | <kbd>feature</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/04_visual_grounding.ipynb) | 02-18-2025 |
| [Long-form Video Transcription](./notebooks/advanced_video_transcription.ipynb) | <kbd>feature</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/advanced_video_transcription.ipynb) | 03-13-2025 |
| [Video Inference (Fine-Tuning)](./notebooks/advanced_finetuning_video_inference.ipynb) | <kbd>feature</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/advanced_finetuning_video_inference.ipynb) | 02-18-2025 |
| [US Drivers License](./notebooks/02_case_study_drivers_license.ipynb) | <kbd>application</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/02_case_study_drivers_license.ipynb) | 02-08-2025 |
| [Parsing Financial Presentations](https://colab.research.google.com/drive/15_iRDucKj2I33p3m5X3ULdXby_DHWgjS) | <kbd>application</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/15_iRDucKj2I33p3m5X3ULdXby_DHWgjS) | 02-04-2025 |
| [TV News Analysis](./notebooks/03_case_study_tv_news.ipynb) | <kbd>application</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/03_case_study_tv_news.ipynb) | 02-15-2025 |
| [Fashion Product Catalog](./notebooks/05_case_study_image_catalogue.ipynb) | <kbd>application</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/05_case_study_image_catalogue.ipynb) | 02-20-2025 |
| [Fashion Images Hybrid Search](./notebooks/06_fashion_images_hybrid_search.ipynb) | <kbd>application</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/06_fashion_images_hybrid_search.ipynb) | 02-21-2025 |
| [Generate Custom Schema](./notebooks/07_generate_schema.ipynb) | <kbd>feature</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/07_generate_schema.ipynb) | 03-13-2025 |
| [Document Markdown Extraction](./notebooks/08_document_markdown.ipynb) | <kbd>feature</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/08_document_markdown.ipynb) | 06-02-2025 |
| [Video RAG](./notebooks/11_video_rag.ipynb) | <kbd>application</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/11_video_rag.ipynb) | 07-14-2025 |
| [Orion Image Understanding](./notebooks/12_orion_image_understanding.ipynb) | <kbd>showcase</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/12_orion_image_understanding.ipynb) | 12-01-2025 |
| [Orion Video Understanding](./notebooks/12_orion_video_understanding.ipynb) | <kbd>showcase</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/12_orion_video_understanding.ipynb) | 12-02-2025 |
| [Orion Document Understanding](./notebooks/14_orion_document_understanding.ipynb) | <kbd>showcase</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/14_orion_document_understanding.ipynb) | 12-03-2025 |
| [API Quickstart](./notebooks/00_quickstart.ipynb) | | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/00_quickstart.ipynb) | 02-08-2025 |
| [Schema Showcase](./notebooks/01_schema_showcase.ipynb) | <kbd>feature</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/01_schema_showcase.ipynb) | 02-08-2025 |
| [Visual Grounding](./notebooks/04_visual_grounding.ipynb) | <kbd>feature</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/04_visual_grounding.ipynb) | 02-18-2025 |
| [Generate Custom Schema](./notebooks/07_generate_schema.ipynb) | <kbd>feature</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/07_generate_schema.ipynb) | 03-13-2025 |
| [Document Markdown Extraction](./notebooks/08_document_markdown.ipynb) | <kbd>feature</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/08_document_markdown.ipynb) | 06-02-2025 |
| [Long-form Video Transcription](./notebooks/advanced_video_transcription.ipynb) | <kbd>feature</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/advanced_video_transcription.ipynb) | 03-13-2025 |
| [Video Inference (Fine-Tuning)](./notebooks/advanced_finetuning_video_inference.ipynb) | <kbd>feature</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/advanced_finetuning_video_inference.ipynb) | 02-18-2025 |
| [US Drivers License](./notebooks/02_case_study_drivers_license.ipynb) | <kbd>application</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/02_case_study_drivers_license.ipynb) | 02-08-2025 |
| [TV News Analysis](./notebooks/03_case_study_tv_news.ipynb) | <kbd>application</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/03_case_study_tv_news.ipynb) | 02-15-2025 |
| [Fashion Product Catalog](./notebooks/05_case_study_image_catalogue.ipynb) | <kbd>application</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/05_case_study_image_catalogue.ipynb) | 02-20-2025 |
| [Fashion Images Hybrid Search](./notebooks/06_fashion_images_hybrid_search.ipynb) | <kbd>application</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/06_fashion_images_hybrid_search.ipynb) | 02-21-2025 |
| [Video RAG](./notebooks/11_video_rag.ipynb) | <kbd>application</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/11_video_rag.ipynb) | 07-14-2025 |
| [Parsing Financial Presentations](https://colab.research.google.com/drive/15_iRDucKj2I33p3m5X3ULdXby_DHWgjS) | <kbd>application</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/15_iRDucKj2I33p3m5X3ULdXby_DHWgjS) | 02-04-2025 |
| [Orion Image Understanding](./notebooks/12_orion_image_understanding.ipynb) | <kbd>showcase</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/12_orion_image_understanding.ipynb) | 12-01-2025 |
| [Orion Video Understanding](./notebooks/13_orion_video_understanding.ipynb) | <kbd>showcase</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/13_orion_video_understanding.ipynb) | 12-02-2025 |
| [Orion Document Understanding](./notebooks/14_orion_document_understanding.ipynb) | <kbd>showcase</kbd> | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vlm-run/vlmrun-cookbook/blob/main/notebooks/14_orion_document_understanding.ipynb) | 12-03-2025 |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants