Chollinger93 Scarecrow Versions Save

A Raspberry Pi powered, distributed (edge) computing camera setups that runs a Tensorflow object detection model to determine whether a person is on the camera. A plugin model allows actions based on the detection, such as playing audio, turning on lights, or triggering an Arduino.

v0.5.4

1 year ago

What's Changed

Full Changelog: https://github.com/chollinger93/scarecrow/compare/0.5.3...v0.5.4

0.5.3

2 years ago

What's Changed

Full Changelog: https://github.com/chollinger93/scarecrow/compare/0.5.2...0.5.3

0.5.2

2 years ago

[0.5.2] - 2021-09-14

  • Pillow CVE-2021-23437 etc. fixes
  • Version upgrades

0.5.1

3 years ago

[0.5.1] - 2021-03-30

  • Pillow CVE-2021-25290, CVE-2021-25291, etc. security vulnerabilities fixed in requirements.txt on lxml and Pillow

0.5

3 years ago

[0.5] - 2020-12-14

  • Support for easier Docker deployment out-of-the-box
  • Changed subscriber model to REQ/REP
  • Simplified path management using Docker
  • Simplified logging
  • Various bugfixes

v0.4.1

3 years ago

[0.4.1] - 2020-08-07

Added

  • Consolidated all units tests to tests/
  • Added local codecov/pytest batches

Changed

  • Updated setup.py and requirements.txt for a clean install on a fresh machine
  • Changed audio test to skip if pygame is missing or we cannot check the OS
  • Updated coveragerc for more accurate coverage

Removed

  • Removed tests/ from scarecrow_client, scarecrow_server, scarecrow_core