├── README.md └── images ├── jetson-jetbot-illustration.png ├── jetson_tutorial.png ├── nvidia.png └── raspi_onxx.png /README.md: -------------------------------------------------------------------------------- 1 | # Edge-AI-Tutorials 2 | 3 | ## Getting Started with AI on Jetson Nano 4 | 5 | You'll learn how to: 6 | 7 | - Set up your Jetson Nano and camera 8 | - Collect image data for classification models 9 | - Annotate image data for regression models 10 | - Train a neural network on your data to create your own models 11 | - Run inference on the Jetson Nano with the models you create 12 | 13 | [

](https://www.youtube.com/watch?v=bcM5AQSAzUY) 14 | 15 | 16 | ## Real-Time Object Detection in 10 Lines of Python Code on Jetson Nano 17 | 18 | [

](https://www.youtube.com/watch?v=bcM5AQSAzUY) 19 | 20 | ## JetBot is an open-source robot based on NVIDIA Jetson Nano 21 | [

](https://github.com/NVIDIA-AI-IOT/jetbot) 22 | 23 | ## Real-Time Object Detection on Raspberry Pi Using OpenCV DNN 24 | [

](https://heartbeat.fritz.ai/real-time-object-detection-on-raspberry-pi-using-opencv-dnn-98827255fa60) 25 | -------------------------------------------------------------------------------- /images/jetson-jetbot-illustration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Machine-Learning-Tokyo/Edge-AI-Tutorials/11af808e7caff7b5e37fe8041ef0d5d9f09f2cbe/images/jetson-jetbot-illustration.png -------------------------------------------------------------------------------- /images/jetson_tutorial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Machine-Learning-Tokyo/Edge-AI-Tutorials/11af808e7caff7b5e37fe8041ef0d5d9f09f2cbe/images/jetson_tutorial.png -------------------------------------------------------------------------------- /images/nvidia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Machine-Learning-Tokyo/Edge-AI-Tutorials/11af808e7caff7b5e37fe8041ef0d5d9f09f2cbe/images/nvidia.png -------------------------------------------------------------------------------- /images/raspi_onxx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Machine-Learning-Tokyo/Edge-AI-Tutorials/11af808e7caff7b5e37fe8041ef0d5d9f09f2cbe/images/raspi_onxx.png --------------------------------------------------------------------------------