Skip to content

nuwandda/snapchat-filter-3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D Snapchat Filter

About The Project

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.

sample_image

Getting Started

Instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

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

Running

  1. Run main.py
    python main.py

About

Snapchat filter using only Mediapipe and Opencv.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages