From 9686c680cd4589671d2b9182968b766e29c2d9b3 Mon Sep 17 00:00:00 2001 From: Dustin Franklin Date: Tue, 26 Mar 2024 11:06:08 -0400 Subject: [PATCH] added Hello AI World --- docs/hello_ai_world.md | 13 +++++++++++++ mkdocs.yml | 1 + 2 files changed, 14 insertions(+) create mode 100644 docs/hello_ai_world.md diff --git a/docs/hello_ai_world.md b/docs/hello_ai_world.md new file mode 100644 index 00000000..d7d31612 --- /dev/null +++ b/docs/hello_ai_world.md @@ -0,0 +1,13 @@ +# Hello AI World + +[Hello AI World](https://github.com/dusty-nv/jetson-inference){:target="_blank"} is an in-depth tutorial series for DNN-based inference and training of image classification, object detection, semantic segmentation, and more. It is built on the [`jetson-inference`](https://github.com/dusty-nv/jetson-inference){:target="_blank"} library using TensorRT for optimized performance. + + + +It's highly recommended to familiarize yourself with the concepts of machine learning and computer vision before diving into the more advanced topics of generative AI here on the Jetson AI Lab. Many of these models will prove useful to have during your development. + + + + + +**HELLO AI WORLD** >> [https://github.com/dusty-nv/jetson-inference](https://github.com/dusty-nv/jetson-inference) diff --git a/mkdocs.yml b/mkdocs.yml index 38dd4203..9f8f6c03 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -77,6 +77,7 @@ nav: - Home: index.md - Tutorials: - Introduction: tutorial-intro.md + - Hello AI World: hello_ai_world.md - Text (LLM): - text-generation-webui: tutorial_text-generation.md - llamaspeak: tutorial_llamaspeak.md