Skip to content

References and guides to using & setting up a raspberry pi for your projects.

Notifications You must be signed in to change notification settings

teamcfe/Pi-Awesome

 
 

Repository files navigation

References and guides to using & setting up a raspberry pi for your projects.

Resources:

Find errors? Please submit an issue or pull request.

Courses

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

About

References and guides to using & setting up a raspberry pi for your projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 47.6%
  • SCSS 30.1%
  • Python 13.4%
  • HTML 8.9%