From 0caa3733243a07aba4c0e348aa33d09337de1a67 Mon Sep 17 00:00:00 2001
From: Yash Shah <shahy5@cardiff.ac.uk>
Date: Thu, 4 Aug 2022 12:09:04 +0100
Subject: [PATCH] Added Readme file

---
 README.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8ff384c
--- /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
+```
-- 
GitLab