skanipakala / Machine-Learning-Face-Recognition-using-openCV

Using python OpenCV module to train and recognize up to 7 faces, generate automated voice feedback for each user, and click on smart home appliance trigger buttons through the windows ALEXA app.
17 stars 9 forks source link

mp3 files #1

Open xiaosnowqiang opened 4 years ago

xiaosnowqiang commented 4 years ago

Hello, Could you please upload START.mp3 and this demo needed flies like "haarcascade_frontalface_default " etc.Thanks!

skanipakala commented 4 years ago

@xiaosnowqiang I Just uploaded the XML file. "START.mp3" can be any .mp3 that you want to play at the beginning of each scan. I added START.mp3 to the zip file. You can use text to speech converters to create your own mp3 files for USER1.mp3, USER2.mp3 etc.

Thanks, Sri