Prepare the Jetson runtime
Set up JetPack, dependencies, camera access, and a reproducible environment.
Deploy a YOLO model with TensorRT acceleration on Jetson Orin Nano and run object detection locally, without sending camera frames to the cloud.
This project focuses on the deployment work that turns a trained vision model into a responsive edge application: model conversion, TensorRT optimization, camera capture, and an inference loop running on Jetson.
You will leave with a clear mental model of where latency comes from and how to measure it on the target device.
Follow the steps in order, verify each checkpoint, and finish with a working project you can explain and extend.
Set up JetPack, dependencies, camera access, and a reproducible environment.
Export the model and build an optimized TensorRT engine.
Capture frames, preprocess inputs, and render detections locally.
Profile latency, throughput, memory use, and detection confidence.
Turn the working experiment into a repeatable deployment bundle.
Use this project as a concrete piece of your embedded, IoT, or edge AI portfolio.
Start Building →