Instructor: TS. Nguyen Vinh Tiep
My team members:
| No. | Member | Student ID |
|---|---|---|
| 2 | Bui Huynh Kim Uyen | 21521659 |
| 3 | Nguyen Nguyen Giap | 21522025 |
| 4 | Nguyen Bui Thanh Mai | 21522320 |
Our final project for the Image Processing class.
For Vietnamese only: read our presentation here to understand how we did this!
Requirements: Python3, MediaPipe, Pygame, OpenCV, NumPy
Step 0: Please install all packages required above before proceeding to Step 1
Step 1: Execute the code sh start.sh.
Step 2:
- Press 1 to turn on mouth filter.
- Press 2 to turn on pose filter.
- Press 3 to turn on hand filter.
- Press ESC to terminate the program.
.
├── assets/
│ ├── background/
│ └── gifs/
│── audio/
│── dev_files/
│── main.py
│── requirements.txt
└── README.mdassets/background: containing background/effect image that need blendingassets/gifs: containing gifs/images that need addingaudio/: containing audios for the filtersdev_files/: containing.pyfiles that we just used to develop each filterREADME.md: description of this repositorymain.py: our apprequirements.txt: required packages to run our app