machine-learning-articles icon indicating copy to clipboard operation
machine-learning-articles copied to clipboard

Build an app to generate photorealistic faces using TensorFlow and Streamlit

Open khuyentran1401 opened this issue 4 years ago • 0 comments

TL;DR

Interactively synthesize faces with simple techniques image

Article Link

https://towardsdatascience.com/build-an-app-to-synthesize-photorealistic-faces-using-tensorflow-and-streamlit-dd2545828021

Author

Adrien Treuille

Key Takeaways

  • Make interactive models with Streamlit
  • Synthesize face with TensorFlow
  • Use GAN to change the faces

Useful Code Snippets

Useful Tools

  • Streamlit
  • TensorFlow
  • GAN

Comments/ Questions

  • Would it be easy and interesting to use Streamlit to create our own application for our machine learning model?

khuyentran1401 avatar Apr 10 '20 22:04 khuyentran1401