Skip to content

Instantly share code, notes, and snippets.

View naseemap47's full-sized avatar
🎯
Focusing

NASEEM A P naseemap47

🎯
Focusing
View GitHub Profile
@naseemap47
naseemap47 / setup.sh
Last active November 1, 2023 11:27
Setup Jetson Inference on Jetson Nano
sudo apt update
sudo apt upgrade -y
# PIP
sudo apt install python3-pip -y
# Jetson Fan
sudo apt install python3-dev -y
git clone https://github.com/Pyrestone/jetson-fan-ctl.git
cd jetson-fan-ctl
sudo ./install.sh