Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.03 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.03 KB

face-server

Our idea to integrate machine learning into the smart home.

Our concept: TheCheckIN

How it works:

Komp.1_1.2.mp4

Additional a warning system that can be placed all over the house. So that even without an app it is recognized if someone unknown is standing in front of the door. Unbenanntes_Projekt

Setup

  1. clone this repo
  2. install the required packages using npm i
  3. flash the arduino code to a esp8266, connect a green led to pin D0 and a red led to D1. make sure the change the values for the wifi credentials and server ip.
  4. run two face recognition models in runway, one in identify faces and one in recognise faces mode. change the ports and host in the backend accordingly.
  5. start the backend using npm start