Search code examples
c#.netvoice-recognitionface-recognition

Human face, emotion and voice recognition


I am looking for a good face, emotion and voice recognition method in C#. For face recognition I was early using Emgu CV which is not accurate and performance is very low in low light conditions. Also I need to find user's emotion. Whether sad or happy like that. But I found its not easy with Emgu CV.

Also for voice recognition I am not able to find any solutions yet, I found speech recognition but it is not what I need.

I don't want to use any online API's. Can anybody suggest me any SDKs or Algorithms using which I a implement face, emotion and voice recognition?


Solution

  • Face recognition

    Voice recognition

    Simply take a look at System.Speech.Recognition Namespace (look at this and this answer).