Navigation Menu

Skip to content

rydercalmdown/pet_detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi Pet Detector

Detecting when your pet wants to go outside using machine learning and object recognition.

Installation

First, clone this repository to your raspberry pi.

cd ~/
git clone https://github.com/rydercalmdown/pet_detector

Next, run the installation script.

cd pet_detector
make install

Next, download the pretrained model.

make download-model

Running

Use this command to run the script:

make run

Running on boot

To configure the script to run automatically, add the following line to /etc/rc.local before the last line.

source /home/pi/pet_detector/env/bin/activate && cd  /home/pi/pet_detector/src && python app.py

About

Detect when your pets want to go outside

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published