face-smoothing

Face Smoothing using OpenCV

GitHub Repository

Installation

  1. Clone the repository:
git clone https://github.com/yakyo/face-smoothing.git
cd face-smoothing
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Run detect.py:
python detect.py --input 0 (webcam)  --output output.mp4
                         video.mp4
                         image.jpg

Reference