Our idea to integrate machine learning into the smart home.
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.
- clone this repo
- install the required packages using
npm i
- 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.
- 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.
- start the backend using
npm start