diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..8ff384cfc8b767378f2911ed000d759d470276d9 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Group 16 IOT Project - DoorBell Cam + +## Instructions on getting started + +Step 1: Install the dependencies + +``` +pip install -r requirements.txt +cd facial_recognition +pip install -r requirements.txt +``` + +Step 2: Run the application + +``` +python3 whos_at_the_door.py +```