We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1be094 commit b4883d1Copy full SHA for b4883d1
README.md
@@ -0,0 +1,24 @@
1
+# Face_rec_ard
2
+Using face_recognition to turn arduino on-board LED on and off based on the known and unknown person.
3
+
4
+# Requirements
5
6
+- Arduino Uno (I've used Arduino UNO R3)
7
+- Arduino IDE
8
+- Python (any version)
9
+- Visual Studio Desktop Development Tools
10
+- cMake
11
12
+## Python Modules
13
+- OpenCV
14
+- Dlib (need to have cMake installed to install ***dlib***)
15
+- Face_recognition
16
+- PySerial
17
18
+# How to use
19
20
+- Clone the repository
21
+- Upload **Helloworld.ino** to arduino board
22
+- Change Serial name in **face_rec_live** under:
23
+ **ArduinoConn = serial.Serial("change here", 9600)**
24
+- Run **face_rec_live**
0 commit comments