ask-fake-ai-karen icon indicating copy to clipboard operation
ask-fake-ai-karen copied to clipboard

AI-generated talking head video of fake people responding to your input question text.

Talking To AI-Generated People

[Project Video] [Code Tutorial]

Fake Faces, Script, Voice and Lip-Sync Animation with Deep Learning

This notebook combines different state-of-the-art image and speech generation neural networks into one single Google Colab Notebook so that we can generate a random fake person's talking head video replying to our input text question.

Fake People

Different Tools/Repositories used:-

  1. Face Generation - www.thispersondoesnotexist.com - StyleGAN2
  2. Text Generation - www.textsynth.org - OpenAI GPT-2
  3. Text-to-Speech Conversion - https://github.com/NVIDIA/flowtron - Flowtron
  4. Lip Animation - https://github.com/Rudrabha/LipGAN - LipGAN

TODO Improvements (Any Volunteers??) :-

  1. Use motion model to animate the face before performing lip-sync.
  2. Use the newer GPT-3 model for better, more coherent text responses.