Pi Awesome

Reference and guides to build kick ass raspberry pi projects.

View the Project on GitHub codingforentrepreneurs/Pi-Awesome

Resources:

Courses

How-Tos

Shell scripts

Under construction

These setup scripts are designed and tested on Raspbian; other systems may not work correctly.

Find errors? Please submit an issue or pull request.

gphoto2-updater.sh

Download | Raw

gPhoto2 is a tool to control digital cameras with code and a USB connection. Supported Cameras.

curl -sSL https://www.piawesome.com/shell-scripts/gphoto2-updater.sh | sudo sh 

Or

curl https://www.piawesome.com/shell-scripts/gphoto2-updater.sh -O gphoto2-updater.sh
chmod +x gphoto2-updater.sh
sh gphoto2-updater.sh

setup-face-recognition.sh

Download | Raw

curl -sSL https://www.piawesome.com/shell-scripts/setup-face-recognition.sh | sudo sh 

Or

curl https://www.piawesome.com/shell-scripts/setup-face-recognition.sh -O setup-face-recognition.sh
chmod +x setup-face-recognition.sh
sh setup-face-recognition.sh

setup-opencv.sh

Download | Raw

OpenCV is a great tool for performing computer vision analysis on your Pi.

curl -sSL https://www.piawesome.com/shell-scripts/setup-opencv.sh | sudo sh 

Or

curl https://www.piawesome.com/shell-scripts/setup-opencv.sh -O setup-opencv.sh
chmod +x setup-opencv.sh
sh setup-opencv.sh