Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 805 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 805 Bytes

cctv_detect

Some scripts to take CCTV motion image capture files and scan for people using Google Vision API. Requires: Google Vision API account and python modules to be installed

Once you have a google vision account and api credentials store them update the bash script and install python modules "sudo pip install google-cloud-vision"

  • Init script (copy to /etc/init.d/ and edit folder location of where your app runs from)

  • Bash script (customised for my setup but you can change the variables inside to suite your needs)

  • Python script provided by google vision api to talk to their API (store with bash script in a folder of your choice)

If a person is detected alert via communicaiton channel of choise. In my case Telegram but you can change this to any other communication medium.