Get Started in 15 Minutes

1. Set up compatible hardware & software
2. Clone ASAP framework repository
3. Install Python dependencies
4. Run example training script

Code snippet:
```
git clone https://github.com/NVIDIA/ASAP.git
cd ASAP
pip install -r requirements.txt
python train_example.py
```
Slide 6 of 12