Segma Cloak is a real-time invisibility effect powered by MediaPipe's body segmentation β no colored cloth needed!
Turn on Phantom Mode and disappear from your webcam with AI magic.
No green screen. No tricks. Just Python π and MediaPipe πͺ.
- β Real-time body segmentation invisibility
- β No green screen, no colored cloak needed
- β Powered by MediaPipe + OpenCV
- β Fun Harry Potter-style vanishing act with AI!
- Python 3.6+
- OpenCV
- MediaPipe
- NumPy
Install dependencies:
pip install -r requirements.txt-
Captures a background frame (without you in it).
-
Uses MediaPipe's Selfie Segmentation to detect your body.
-
Replaces your body area with the background, making you invisible.
python segma_cloak.pyPress 'q' to quit the camera window.
mediapipe
opencv-python
numpy-
Built with MediaPipe by Google
-
Inspired by the Harry Potter Invisibility Cloak idea πͺ
-
Segmentation magic powered by AI π§
This project is open-source under the MIT License.