Skip to content

Commit b4883d1

Browse files
authored
Create README.md
1 parent b1be094 commit b4883d1

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

+24
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)