Snapchat filter using only Mediapipe and Opencv. You can see the sample image below. To use another object as the fiter, you need to modify coordinates of the object with a 3D modeling tool like Blender.
Instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Things you need to use the software and how to install them.
-
Start by updating the package list using the following command
sudo apt update
-
Use the following command to install pip for Python 3
sudo apt install python3-pip
-
Once the installation is complete, verify the installation by checking the pip version
pip --version
-
Install the necessary packages to run the project
pip install -r requirements.txt
- Run main.py
python main.py