-
Notifications
You must be signed in to change notification settings - Fork 626
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Metropolis NIM Workflows as submodule (#237)
* add vision worfklow assets * add metropolis workflows submodule to track main * update top level readme * fix formatting
- Loading branch information
Showing
8 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[submodule "vision_workflows/metropolis-nim-workflows"] | ||
path = vision_workflows/metropolis-nim-workflows | ||
url = https://github.com/NVIDIA/metropolis-nim-workflows | ||
branch = main |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Vision Workflows with NVIDIA NIM | ||
|
||
This submodule includes NIM based workflows for vision applications. To get access to this submodule, do one of the following: | ||
|
||
1) Clone nvidia/GenerativeAIExamples recursively | ||
``` | ||
git clone https://github.com/nvidia/GenerativeAIExamples --recurse-submodules | ||
``` | ||
|
||
2) If you have already cloned the repository without the ```--recurse-submodules``` flag then you can manually pull the submodule | ||
``` | ||
git submodule update --init | ||
``` | ||
|
||
3) You can also clone the vision workflow repository directly | ||
``` | ||
git clone https://github.com/NVIDIA/metropolis-nim-workflows.git | ||
``` | ||
|
||
Once the submodule is pulled or you have cloned the repository directly you can explore the available vision NIM workflows. | ||
|
||
## Available Workflows | ||
|
||
### [VLM Alert System](https://github.com/NVIDIA/metropolis-nim-workflows/blob/main/nim_workflows/vlm_alerts/README.md) | ||
<p float="left"> | ||
<img src="readme_assets/vlm_alert.gif" alt="" width="800"/> | ||
</p> | ||
|
||
### [Structured Text Extraction](https://github.com/NVIDIA/metropolis-nim-workflows/tree/main/nim_workflows/vision_text_extraction) | ||
<p float="left"> | ||
<img src="readme_assets/text_extraction.gif" alt="" width="800"/> | ||
</p> | ||
|
||
### [NVCLIP Multimodal Search](https://github.com/NVIDIA/metropolis-nim-workflows/tree/main/nim_workflows/nvclip_multimodal_search) | ||
<p float="left"> | ||
<img src="readme_assets/nvclip_multimodal.gif" alt="" width="800"/> | ||
</p> | ||
|
||
### [NV-DINOv2 Few Shot Classification](https://github.com/NVIDIA/metropolis-nim-workflows/tree/main/nim_workflows/nvdinov2_few_shot) | ||
<p float="left"> | ||
<img src="readme_assets/few_shot.gif" alt="" width="800"/> | ||
</p> | ||
|
||
|
||
To learn more, view [this page](https://github.com/NVIDIA/metropolis-nim-workflows) | ||
|
||
|
Submodule metropolis-nim-workflows
added at
b3d266
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.