codingforentrepreneurs / Pi-Awesome

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

Home Page:http://www.piawesome.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

http://www.piawesome.com


Languages

Language:Shell 47.6%Language:SCSS 30.1%Language:Python 13.4%Language:HTML 8.9%