Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.18 KB

README.MD

File metadata and controls

51 lines (32 loc) · 1.18 KB

Multipurpose Face App



To Run this project :-

  • Clone this repo into your local machine.
  • Install all the required libraries.
  • Type "streamlit run myapp.py" to run this project files. 📁
  • Now visit to the URL, which is present in terminal 💻
  • And Now do whatever you wish to do with your image.😃😎

About Project

It a multipurpose FaceApp using which we can perform different things on an Image like :-

  • Color to gray scale Image
  • Increase or decrease contrast
  • Brightness control
  • Blurring Image


Also Using this we can perform following this :-

  • Faces Detection
  • Smile Detection
  • Eyes Detection
  • Creating edges (Cannize)
  • Cartonize


  • This app is made using Python and Streamlit.
  • Used Haarcascade for detection of eye, smile, face etc.
  • OpenCV is also used for performing canny edge detection and cartonize.

Thank you 💝