Add Nemotron 3 Nano Omni Document Intelligence cookbook#169
Merged
marcromeyn merged 1 commit intoNVIDIA-NeMo:mainfrom Apr 28, 2026
Merged
Conversation
Self-contained notebook pairing Nemotron Parse with Nemotron 3 Nano Omni on the hosted catalog endpoint (https://integrate.api.nvidia.com/v1) for an end-to-end document AI pipeline: layout extraction, per-picture transcription, and multi-page reasoning. Runs on a free NVIDIA_API_KEY -- no GPU, no Docker, no local model weights required. Files added under usage-cookbook/Nemotron-3-Nano-Omni/doc-intelligence-with-parse/: - doc_intelligence_cookbook.ipynb (20 cells, end-to-end runnable) - README.md (model overview, requirements, uv-based quick start) - .gitignore (auto-downloaded PDFs and per-page artefacts) Signed-off-by: Chia-Chih Chen <chiachihc@nvidia.com>
b84abbb to
81fd979
Compare
marcromeyn
approved these changes
Apr 28, 2026
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.
Summary
Add a self-contained, no-GPU Document Intelligence cookbook for Nemotron 3 Nano Omni that pairs it with Nemotron Parse on the hosted catalog endpoint (
https://integrate.api.nvidia.com/v1):temperature=0.2, top_k=1) classifies + transcribes each cropped figure.enable_thinking=True,temperature=0.6, top_p=0.95) answers free-form questions over the assembled documents.Runs end-to-end on a free
NVIDIA_API_KEYfrombuild.nvidia.com-- no GPU, no Docker, no local model weights required.Files
Under
usage-cookbook/Nemotron-3-Nano-Omni/doc-intelligence-with-parse/:doc_intelligence_cookbook.ipynb-- 20-cell notebook with no-GPU intro callout, uv-aware install (with pip fallback), hard-fail key check, andchat_template_kwargs={"enable_thinking": True}for the QA call. Self-downloads the four demo PDFs from the publicyubo2333/MMLongBench-DocHugging Face dataset on first run.README.md-- model overview, requirements, uv-based quick start, NIM Deploy-tab links, troubleshooting..gitignore-- auto-downloaded PDFs, output artefacts,.env,.ipynb_checkpoints/.Test plan
build.nvidia.com: Parse and Nano Omni.