/jetracer

An educational AI racecar using NVIDIA Jetson Nano

Primary LanguageJupyter NotebookMIT LicenseMIT

JetRacer

JetRacer is an educational AI racecar using NVIDIA Jetson Nano that is

  • Affordable - Less than $400 including Jetson Nano

  • Educational - Examples from basic motion to AI road following

  • Fun! - Interactively programmed from your web browser

To get started, follow the setup below.

Setup

To get started with JetRacer, follow these steps

  1. Order parts from the bill of materials

  2. Follow the hardware setup

  3. Follow the software setup

  4. Run through the examples

Examples

Example 1 - Basic motion

In this example you'll learn to progam JetRacer programatically from your web browser. Learn more in the examples documentation.

Example 2 - Road following

In this example, you'll teach JetRacer how to follow a road using AI. After training the neural network using the interactive training notebook, you'll deploy an optimized live demo on JetRacer. Learn more in the examples.

See also

  • JetBot - An educational AI robot based on NVIDIA Jetson Nano

  • JetCam - An easy to use Python camera interface for NVIDIA Jetson

  • JetCard - An SD card image for web programming AI projects with NVIDIA Jetson Nano

  • torch2trt - An easy to use PyTorch to TensorRT converter