Description Face Recognition Web Project using Machine Learning in Flask Python Face recognition is one of the most widely used in my application. If at all you want to develop and deploy the application on the web only knowledge of machine learning or deep learning is not enough. You also need to know the creation of pipeline architecture and call it from the client-side, HTTP request, and many more. While doing so you might face many challenges while developing the app. This course is structured in such a way that you can able to develop the face recognition based web app from scratch. What you will learn? Python Image Processing with OpenCV Image Data Preprocessing Image Data Analysis Eigenfaces with PCA Face Recognition Classification Model with Support Vector Machines Pipeline Model Flask (Jinja Template, HTML, CSS, HTTP Methods) Finally, Face recognition Web App You will learn image processing techniques in OpenCV and the concepts behind the images. We will also do the neces...