Hello! OpenAI community,
I have been trying to achieve a talking face in my browser(using javascript), which can utter words as we get text as output from the OpenAI api. Converting text to speech can be easily achieved by using pre-built APIs. But I was not able to find any library in javascript for achieving face movements. I had gone through some awesome research papers like this and this which does almost similar things, that I want to achieve. But they have more emphasis on generalizing any human face to make correct moves(lip movements), as per the input text, which increase their computational cost. Whereas in my case I just want to achieve a 2D cartoon face to have lip movements as per the text. Is it possible to achieve a lightweight model like mobilenet to achieve this?