Skip to content

Commit 4eaea5d

Browse files
committed
test
1 parent 347ad59 commit 4eaea5d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/faceRecognition.py

+8-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,18 @@ def detect(name):
1111
if appear.count(name)==0:
1212
print("first time found")
1313
appear.append(name)
14-
if name == "togor hasan" or name=="togor hasan":
14+
if name == "togor hasan":
1515
cmd = "Hello Honorable togor hasan sir, the owener of halima group"
1616
say(cmd)
1717
handshake()
1818
say("it's a honour to have you with us... Have a beautiful day sir")
19-
19+
elif name == "DC sir":
20+
say("Hello Honoralble Kamrul hasan sir, I recently got the news that you have been promoted as a join secretary at Cabinet Division, congratalations sir, I am very glad to hear this news. Thank you for being with us. you will be miss")
21+
handshake()
22+
elif name == "shamim alom":
23+
cmd = ""
24+
say(cmd)
25+
handshake()
2026
else:
2127
cmd = "Hello " + name + " sir, I am now able to perfectly recognise you..., how are you sir, I am happy to see you"
2228
say(cmd)

0 commit comments

Comments
 (0)