Face Recognition Python and TensorFlow - Detect Facial Expressions

Views: 1
0
0
In this tutorial we will build a Python Application that can turn face expressions into emojis. For that we will train a Machine Learning Model with TensorFlow to detect face expressions like happy, sad, fearful and so on. Then we will map those expressions to Emojis in real time. We will start by creating a plan how to implement our project and then implement it step by step. In the end you will have the frontend in TkInter and the entire functionality of the application. If you want to learn more abou