https://github.com/machine-learning-tokyo/edge-ai-tutorials
Collection of Edge AI tutorials
https://github.com/machine-learning-tokyo/edge-ai-tutorials
Last synced: 6 months ago
JSON representation
Collection of Edge AI tutorials
- Host: GitHub
- URL: https://github.com/machine-learning-tokyo/edge-ai-tutorials
- Owner: Machine-Learning-Tokyo
- Created: 2020-02-14T23:01:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-15T01:49:49.000Z (about 6 years ago)
- Last Synced: 2025-02-22T03:31:45.809Z (about 1 year ago)
- Homepage:
- Size: 1.97 MB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Edge-AI-Tutorials
## Getting Started with AI on Jetson Nano
You'll learn how to:
- Set up your Jetson Nano and camera
- Collect image data for classification models
- Annotate image data for regression models
- Train a neural network on your data to create your own models
- Run inference on the Jetson Nano with the models you create
[

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

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

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

](https://heartbeat.fritz.ai/real-time-object-detection-on-raspberry-pi-using-opencv-dnn-98827255fa60)