Metadata-Version: 2.1
Name: human-detection
Version: 0.4
Summary: set usb camera as security camera, trigger or human detection and send detection video over mail
Home-page: https://github.com/lisrael1/human_detection
Author: Lior Israeli
Author-email: israelilior@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/lisrael1/human_detection/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dynaconf
Requires-Dist: yagmail
Requires-Dist: cv2
Requires-Dist: matplotlib

working on this one...

security camera base on HOG+SVM.
can improve results if using YOLO, but YOLO is heavier for real time on old pc

```
TODO
    add demo video
    add image with detection box
```

