Skip to content

Commit

Permalink
Merge pull request #102 from dusty-nv/20240325-research
Browse files Browse the repository at this point in the history
added Hello AI World
  • Loading branch information
dusty-nv authored Mar 26, 2024
2 parents e51529e + 9686c68 commit fbe206e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/hello_ai_world.md
Original file line number Diff line number Diff line change
@@ -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.

<a href="https://github.com/dusty-nv/jetson-inference" target="_blank"><img width="75%" src="https://github.com/dusty-nv/jetson-inference/raw/master/docs/images/deep-vision-primitives.jpg"></img></a>

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.

<a href="https://github.com/dusty-nv/jetson-inference" target="_blank"><img width="75%" src="https://github.com/dusty-nv/jetson-inference/raw/master/docs/images/detectnet.jpg"></img></a>

<a href="https://github.com/dusty-nv/jetson-inference" target="_blank"><img width="75%" src="https://github.com/dusty-nv/jetson-inference/raw/master/docs/images/posenet-0.jpg"></img></a>

**HELLO AI WORLD** >> [https://github.com/dusty-nv/jetson-inference](https://github.com/dusty-nv/jetson-inference)
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbe206e

Please sign in to comment.