scalability4all / voice-enabled-chatbot

Implementing a voice enabled chatbot which converses with a user via their voice in natural language. Website: https://scalability4all.github.io/
MIT License
38 stars 52 forks source link

[Feature] FaceFilter Bot #12

Open phpduke opened 5 years ago

phpduke commented 5 years ago

Is your feature request related to a problem? Please describe. Yes. when users identified as in 'strong moods', even intelligent replies are not always very effective. A creative response that can possibly alter their strong mood positively showing them their Face with filter that is relevant to situation in the conversation.

Describe the solution you'd like Using Dlib for live face detection with OpenCV and processed photo to make filter. When to use this microbot will be decided by Intent classifier as per architecture.

Describe alternatives you've considered For face detection, Dlib works better than OpenCV and other similar libraries but still face detection contour can be made much more robust and stable with custom modifications.

Additional context demo_cute demo_love demo_spaceman