droidforge/ ├── main.py # Application entry point ├── buildozer.spec # Buildozer configuration ├── requirements.txt # Python dependencies │ ├── core/ # Core engine components │ ├── engine.py # Main ...
Body Tracker is a lightweight desktop GUI that lets you scan your webcam(s) and visualize a live stream. It uses OpenCV for camera capture and can optionally use MediaPipe if present. As an ...