Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 584 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 584 Bytes

People checker

People checker is a Python app consists of 2 modules:

  • Photo -- module for photographing and sending the photo in the infinite loop to VK using API VK.
  • Video -- module for detection people on the video and sending photo when a person is detected.

Installation

Use the package manager pip to install requirements.

pip install -r requirements.txt

TODO

  • Take and send photo to VK
  • GUI
  • The ability to send photo to telegram
  • Human detection
  • Sending photo when a person is detected