Skip to content

An AI-powered motion detecting deterrent system to keep pigeons away from my balcony

Notifications You must be signed in to change notification settings

ajsmithsw/pigeon-pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pigeon-pi

Prerequisites

install the following onto raspberry pi:

Note: Some versions of opencv-python are not compatible with raspi, check docs:

$ pip3 install opencv-python==3.4.6.27

openCV dependencies:

$ sudo apt-get install libatlas-base-dev
$ sudo apt-get install libjasper-dev
$ sudo apt-get install libqtqui4
$ sudo apt-get install python3-pyqt5
$ sudo apt install libqt4-test

imutils library for useful helper functions (assumes numpy and opencv installed):

$ pip install imutils

// TODO: Create bash script to install dependencies

Informational Resources

About

An AI-powered motion detecting deterrent system to keep pigeons away from my balcony

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages