Skip to content

Commit d79aecc

Browse files
authored
Merge pull request #291 from tokk-nv/dev/ai-microservice
Add VLM Microservice page
2 parents 58c5d44 + 0960cd4 commit d79aecc

File tree

6 files changed

+21
-6
lines changed

6 files changed

+21
-6
lines changed
463 KB
Loading

docs/tutorials/microservices_intro.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,24 @@
44

55
*Building AI-powered applications at the edge has never been easier!*
66

7-
**Jetson AI Lab now offers a collection of pre-built containers, each functioning as an AI microservice**, designed to bring flexibility, efficiency, and scalability to your projects.
7+
Jetson AI Lab now offers a collection of pre-built containers, each functioning as a **local AI microservice**, designed to bring flexibility, efficiency, and scalability to your projects.
88

99
A **microservice** is a small, independent, and loosely coupled software component that performs a specific function.<br>
1010
In the [**Models**](../models.html) section of Jetson AI Lab, you'll find AI inference services accessible through a standardized REST API.
1111

12-
These AI microservices are powerful building blocks that enable you to create cutting-edge edge AI applications with ease.
12+
These local AI microservices are powerful building blocks that enable you to create cutting-edge edge AI applications with ease.
1313
Whether you're working on robotics, vision, or intelligent automation, you now have the tools to accelerate innovation.
1414

1515
Let’s build something amazing together! 💡✨
1616

17+
## Catalog
18+
19+
!!! info
20+
21+
Currently, following models and Web UIs are listed.
22+
23+
![alt text](../images/jal_models_overview_0314.png)
24+
1725
## Launch the Microservice Server
1826

1927
### Walk-through video

docs/tutorials/microservices_n8n.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/tutorials/microservices_vlm.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# AI Microservices fo VLM
2+
3+
4+
## VLM Microservices
5+
6+
7+
## Enhanced VLM Microservice for Edge

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ nav:
9292
- 🏆 Hackathon Guide: hackathon.md
9393
- AI Microservices:
9494
- Microservices Intro : tutorials/microservices_intro.md
95+
- Microservices for VLM : tutorials/microservices_vlm.md
9596
- Text (LLM):
9697
- text-generation-webui: tutorial_text-generation.md
9798
- Ollama: tutorial_ollama.md

scripts/postprocess_html_file.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
from bs4 import BeautifulSoup
44

55
# Specify the section name exactly as spelled in mkdocs.yml file
6-
sections_to_keep_open = ["Text (LLM)",
7-
"Text + Vision (VLM)",
6+
sections_to_keep_open = ["AI Microservices",
7+
"Text (LLM)",
8+
"Text + Vision (VLM)",
89
"Vision Transformers (ViT)",
910
"Robotics & Embodiment"
1011
]

0 commit comments

Comments
 (0)