diff --git a/docs/community_articles.md b/docs/community_articles.md index f9777e7d..22c3c300 100644 --- a/docs/community_articles.md +++ b/docs/community_articles.md @@ -7,6 +7,21 @@ hide: Below, you'll find a collection of community articles showcasing the implementation of generative AI on the Jetson platform. +## YouTube [JetBot Voice to Action Tools: Empowering Your ROS2 Robot with Voice Control](https://www.youtube.com/watch?v=SynIj1pxzdQ){:target="_blank"} (2-17-2024) + +[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"}. + + + +## Hackster [ClearWater: Underwater Image Enhancement with Generative AI](https://www.hackster.io/vpvypham1994/clearwater-underwater-image-enhancement-with-generative-a-i-8f7aff){:target="_blank"} (2-16-2024) + +[Vy Pham](https://www.hackster.io/vpvypham1994){:target="_blank"} has created a novel [denoising pipeline](https://www.hackster.io/vpvypham1994/clearwater-underwater-image-enhancement-with-generative-a-i-8f7aff){:target="_blank"} using a custom trained Transformer-based diffusion model and GAN upscaler for image enhancement, running on Jetson AGX Orin. It runs interactively in a Streamlit web UI for photo capturing and the processing of images and videos. Great work! + + + ## Dave's Armoury [Bringing GLaDOS to life with Robotics and AI](https://www.youtube.com/watch?v=yNcKTZsHyfA){:target="_blank"} (2-8-2024) See how DIY robotics legend Dave Niewinski from [davesarmoury.com](https://www.davesarmoury.com/){:target="_blank"} brings GLaDOS to life using Jetson AGX Orin, running LLMs onboard alongside object + depth tracking, and RIVA ASR/TTS with a custom-trained voice model for speech recognition and synthesis! Using [Unitree Z1](https://shop.unitree.com/){:target="_blank"} arm with 3D printing and [StereoLabs ZED2](https://www.stereolabs.com/products/zed-2){:target="_blank"}.