-
Re: discussion
DABFeb 8, 2019 2:33 PM (in response to talatshah)
1 of 1 people found this helpfulTalat, you need to provide us with a lot more information before we can help you.
Please provide your overall hardware setup, your software design and an elaborated description of what you want to do.
You need to help us help you.
DAB
-
Re: discussion
talatshah Feb 8, 2019 8:12 PM (in response to DAB)Actually i am doing face recognition using raspberry pi with python. I attach a web camera with rpi my goal is when i come in front off camera my rpi recognize me by face(which is learnt by giving model) and respond me through voice like, "my name" "Hello" , "good morning" etc but only respond those who are authorized otherwise said unknown person.
Now i did face recognition successfully via opencv. The problem is that when i open camera, rpi recognize me because i trained.
Now problem is how can my rpi respond me by name after recognition
-
Re: discussion
talatshah Feb 8, 2019 8:14 PM (in response to DAB)I just followed "Andrian" pyimage search code" for face recognition. In this tutorial he just do face recognition but i want extra functionality in the program
-
-
Re: discussion
Jan CumpsFeb 9, 2019 4:50 AM (in response to talatshah)
There are “make raspberry pi speak” examples around that use the TTS (text to speak) library in python. Would that help?
(maybe change the title of your post to show what you want to discuss. It attracts those that have the knowledge)
-
Re: discussion
Jan CumpsFeb 9, 2019 5:07 AM (in response to Jan Cumps)
3 of 3 people found this helpful -
-
need help! I did face recognition successfully using raspberry pi and i`m stuck in palace where my raspberry pi respond me by my name after recognition. So help me