Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 545 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 545 Bytes

HackMty2021 - SecuritySystem

This project aims to run a script (main.py) capable of processing a video/stream and store recordings of a whole week.

  • Algorithms implemented:
    • Face Recognition - Azure Cognitive Services
  • Uses Flask to publish the image post-processed into a web-page to localhost:8080. It could receive query parameters to access recordings from past days. deltaDays, deltaHours, deltaMinutes, deltaSeconds. (Ex. localhost:8080/camara?deltaHours=2 -> Returns a Stream with the recordings from 2 Hours Ago.)