Skip to content

Commit efcbbfa

Browse files
committed
Create version 0.0.9
1 parent ae48fc2 commit efcbbfa

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
Think about it: you have little security. Simple locks, easily broken windows, and even breakable security cameras. Now it can change. instead, you can use facial recognition*. Then, you can make it impossible for anyone to come in unautherized. Someone break the camera? Good news! They HAVE to scan thier face otherwise, they will be locked out forever! You can even keep your valuables safe and much, much more!
22

3-
*just run "pip install -i https://test.pypi.org/simple faces-PyJs"!
3+
*just run "pip install -i https://test.pypi.org/simple faces-PyJs"!
4+
5+
<span style="color:#FF0000;">IMPORTANT!</span></br>
6+
This is only confirmed to work on Windows, but it may work on a different OS.

faces/__init__.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
import os
2-
try:
3-
import cv2
4-
except:
5-
os.system("pip3 install opencv-python")
6-
import cv2
7-
print("THIS USES CV2. RUN \"pip uninstall opencv-python\" TO UNINSTALL.")
1+
import cv2
82
# Initialize a list to store enrolled faces
93
enrolled_faces = []
104

0 commit comments

Comments
 (0)