PAPI IOT

https://img.shields.io/pypi/v/papi_iot.svg https://img.shields.io/travis/Stelele/papi_iot.svg Documentation Status Updates

An API for home security system using raspberry Pi with Pi IR camera and facial recognition.

Features

  • Face recognition from photos
  • Face recognition from videos
  • Pi camera feature controls
  • Storage Management: SD card memory and Google cloud storage

Quick Start

Pre-requisite

Upon finishing up the above steps, download the requirements file and execute:

$ pip install -r requirements.txt

to install the remaining dependancies.

Test module by running

Test module by executing:

>>> from papi_iot.papi_face_recognition import PapiFaceRecognition
>>> test = PapiFaceRecognition()
>>> test.faceRecognitionFromVideo()

This Tests storage management and face recognition from videos

To end program use ‘Ctl’+’C’ command

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.