-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #194 from ssmmoo1/main
Add JPS Page
- Loading branch information
Showing
5 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
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.
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,42 @@ | ||
# Tutorial - Jetson Platform Services | ||
|
||
Jetson Plaform Services (JPS) provide a platform to simplify development, deployment and management of Edge AI applications on NVIDIA Jetson. JPS is a modular & extensible architecture for developers to distill large complex applications into smaller modular microservice with APIs to integrate into other apps & services. At its core are a collection of AI services leveraging generative AI, deep learning, and analytics, which provide state of the art capabilities including video analytics, video understanding and summarization, text based prompting, zero shot detection and spatio temporal analysis of object movement. | ||
|
||
![VLM Workflow](images/jps_vlm_workflow.gif) | ||
*VLM Alert Workflow built with JPS* | ||
|
||
!!! abstract "What you need" | ||
|
||
1. One of the following Jetson devices: | ||
|
||
<span class="blobDarkGreen4">Jetson AGX Orin (64GB)</span> | ||
<span class="blobDarkGreen5">Jetson AGX Orin (32GB)</span> | ||
<span class="blobLightGreen3">Jetson Orin NX (16GB)</span> | ||
<span class="blobLightGreen4">Jetson Orin Nano (8GB)</span> | ||
|
||
2. Running one of the following versions of [JetPack](https://developer.nvidia.com/embedded/jetpack): | ||
|
||
<span class="blobPink2">JetPack 6 (L4T r36.x)</span> | ||
3. Sufficient storage space (preferably with NVMe SSD). | ||
|
||
To get started with Jetson Platform Services, follow the quickstart guide to install and setup JPS. Then explore the reference workflows to learn how to use DeepStream, Analytics, Generative AI and more with JPS: | ||
|
||
1) [Quick Start Guide](https://docs.nvidia.com/jetson/jps/setup/quick-start.html) | ||
2) [AI Powered Network Video Recorder](https://docs.nvidia.com/jetson/jps/setup/ai-nvr.html) | ||
3) [Zero Shot Detection with NanoOWL](https://docs.nvidia.com/jetson/jps/workflows/zero_shot_detection_workflow.html) | ||
4) [Visual Language Model Alerts](https://docs.nvidia.com/jetson/jps/workflows/vlm_workflow.html) | ||
|
||
|
||
The reference workflows demonstrate how to use the microservices provided in JPS to build full end to end systems on your Jetson. | ||
|
||
![JPS VLM Workflow](images/jps_vlm_workflow.png) | ||
*VLM Alert Workflow Architecture* | ||
|
||
View the links below to learn more about Jetson Platform Services: | ||
* [VLM Alert Blog](https://developer.nvidia.com/blog/develop-generative-ai-powered-visual-ai-agents-for-the-edge/) | ||
* [JPS Product Page](https://developer.nvidia.com/embedded/jetpack/jetson-platform-services-get-started) | ||
* [JPS Documentation](https://docs.nvidia.com/jetson/jps/moj-overview.html) | ||
* VLM Alert Demo Video | ||
<div><iframe width="500" height="280" src="https://www.youtube.com/embed/0ZbDzaBfsrw" style="display: inline-block;" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> | ||
</div> |
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