Skip to content

Commit

Permalink
Merge pull request #82 from dusty-nv/20240226-community
Browse files Browse the repository at this point in the history
20240226 community
  • Loading branch information
dusty-nv authored Feb 26, 2024
2 parents 53c1105 + 25f3d0a commit 84820e2
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 7 deletions.
15 changes: 12 additions & 3 deletions docs/community_articles.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,20 @@ hide:
- navigation
---

# Community Articles
# Community Projects

Below, you'll find a collection of community articles showcasing the implementation of generative AI on the Jetson platform.
Below, you'll find a collection of guides, tutorials, and articles contributed by the community showcasing the implementation of generative AI on the Jetson platform.

## <span class="blobYouTube">YouTube</span> [JetBot Voice to Action Tools: Empowering Your ROS2 Robot with Voice Control](https://www.youtube.com/watch?v=SynIj1pxzdQ){:target="_blank"} <sup><small>(2-17-2024)</small></sup>
## <span class="blobGitHub">GitHub</span> [Japanese NMT Translation for Stable Diffusion](https://github.com/to-aoki/ja-tiny-sd-webui){:target="_blank"} <sup><small>(2-23-2024)</small></sup>

[Toshihiko Aoki](https://github.com/to-aoki/ja-tiny-sd-webui){:target="_blank"} has created a prompt generator for [`stable-diffusion-webui`](https://www.jetson-ai-lab.com/tutorial_stable-diffusion.html){:target="_blank"} that translates Japanese queries into English using a fine-tuned GPT-2 NMT model before feeding them into Stable Diffusion. Check out the full guide on GitHub under [`to-aoki/ja-tiny-sd-webui`](https://github.com/to-aoki/ja-tiny-sd-webui){:target="_blank"}, including the training dataset and LoRA building!

<video width="640" height="340" autoplay controls>
<source src="https://github.com/to-aoki/ja-tiny-sd-webui/assets/47078021/38677e7a-2c81-4546-b53e-f084d5692205">
Your browser does not support the video tag.
</video>

## <span class="blobGitHub">GitHub</span> [JetBot Voice to Action Tools: Empowering Your ROS2 Robot with Voice Control](https://www.youtube.com/watch?v=SynIj1pxzdQ){:target="_blank"} <sup><small>(2-17-2024)</small></sup>

[Jen Hung Ho](https://forums.developer.nvidia.com/t/jetbot-voice-to-action-tools-with-jetson-asr-deep-learning-interface-library-for-ros2-robot/283130){:target="_blank"} created ROS2 nodes for ASR/TTS on Jetson Nano that can can be used to control JetBot, including customizable voice commands and the execution of advanced actions. Check it out on GitHub under [`Jen-Hung-Ho/ros2_jetbot_tools`](https://github.com/Jen-Hung-Ho/ros2_jetbot_tools){:target="_blank"} and [`Jen-Hung-Ho/ros2_jetbot_voice`](https://github.com/Jen-Hung-Ho/ros2_jetbot_voice){:target="_blank"} and on the forums [here](https://forums.developer.nvidia.com/t/jetbot-voice-to-action-tools-with-jetson-asr-deep-learning-interface-library-for-ros2-robot/283130){:target="_blank"}.

Expand Down
4 changes: 4 additions & 0 deletions docs/css/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@ a.nv-buy-link:hover,.load-buy-link:hover {
background: #ff9fb27f; border-radius: 0.5em; padding: 0.2em; margin: 0.2em;
}

.blobGitHub {
background: #394657; color: #fff; font-size: 0.8em; border-radius: 0.1em; padding-left: 0.3em; padding-right: 0.3em; margin: 0.2em;
}

.blobJetsonHacks {
background: #394657; color: #fff; font-size: 0.8em; border-radius: 0.1em; padding-left: 0.3em; padding-right: 0.3em; margin: 0.2em;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/overrides/images/graph_llm-text-generation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/overrides/images/graph_vlm-text-generation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
.md-announce a:focus { color: hsl(82, 100%, 72%); text-decoration: underline; }
.md-announce a:hover { color: hsl(82, 100%, 72%); text-decoration: underline;}
</style>
<div class="md-announce">Try the new <a href="https://www.jetson-ai-lab.com/tutorial_live-llava.html" target="_blank"><b>Live Llava</b></a> tutorial for running multimodal models on video streams.</div>
<div class="md-announce">Join our <a href="https://www.youtube.com/watch?v=QsZkQsr3r_0" target="_blank"><b>Jetson AI Lab Community Meetup</b></a> livestream on Tuesday, March 5th at 12pm EST!</div>

{% endblock %}

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ nav:
- 🔖 SSD + Docker: tips_ssd-docker.md
- 🔖 Memory optimization: tips_ram-optimization.md
- Benchmarks: benchmarks.md
- Community Articles: community_articles.md
- Community Projects: community_articles.md
- Try: try.md

extra:
Expand Down

0 comments on commit 84820e2

Please sign in to comment.