Skip to content

Latest commit

 

History

History
 
 

README.md

filters

Introduction

This project , opens up your webcam , where a particular selected filter comes over your face . Then on pressing 'q' it terminates the webcam.

Tech stack

The project is made using python.

Demonstration video - here is a view of the project :

filter.mp4

native

pirate

cool

beard

Install dependencies

  • install Python 3.8.3 or above
  • Further install these packages using terminal:
  pip install opencv-contrib-python cvzone

Quick start (how to run locally)

  • Clone this repository:
git clone https://github.com/abhijeet007rocks8/Dev-Scripts.git
  • Change directory:
cd Dev-Scripts
cd Python
cd filters
  • Find main.py and run it.