๐ฆ Modules
๐จ Workspace โ Drag modules to build your program like LEGO
0 blocks
๐งฉ
Drag modules from the left panel
or click below to quick start
Environment Requirements
The following packages are required to run the code:
๐ฆ Installation Command
pip install opencv-python mediapipe
โ ๏ธ Make sure your camera is properly connected.
โ ๏ธ Python version 3.8 ~ 3.11 is recommended.
โ ๏ธ On macOS, camera permissions must be granted.
๐ฏ Code Challenges
Complete these tasks by assembling or creating new modules:
-
Task 1: Face Counter BasicCount faces and display the real-time total in the top-left corner.
-
Task 2: Gesture Screenshot BasicTrigger an automatic frame save when a specific gesture is detected.
-
Task 3: Face Blur Mask IntermediateApply a pixelated mosaic filter automatically over detected face regions.
-
Task 4: Air Canvas IntermediateTrack index finger movements to draw lines on a virtual screen.
-
Task 5: Expression Effect AdvancedDetect smiles or surprise via facial landmarks to trigger screen VFX.
-
Task 6: Custom Art Filter AdvancedCreate a custom module for stylized image effects (e.g., sketch/oil paint).
๐ก How to create a new module
1. Click
2. Enter module name, description, and category.
3. Write your processing logic inside the script box.
4. Save and drag it into the workspace instantly.
โ Custom Module on top.2. Enter module name, description, and category.
3. Write your processing logic inside the script box.
4. Save and drag it into the workspace instantly.