Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 697 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 697 Bytes

Face-Filters

In this piece of work I have tried to implement face_filter on a live video feed. We make use of OpenCv to detect face and impelment the filter on the face. There are two ways in which i ahev done this project. One by simply creating a jupytor notebook where i detect face and implement filters individually. Second method is where i make use of FLASK to create a web app which uses the module structure of the code and uses base.html for the layout.

Requriments
Python: 3.9.0
Flask: 2.0.1
OpenCv: 4.5.1

For better understanding of this work please refer to this link
https://medium.com/@rajput786.pp/face-filter-web-application-using-flask-d2cd0b772bd7