Computer Vision with MediaPipe
- Clone this project and open this project directory in terminal.
- Sync project:
rye sync
- Activate environment
- On Windows, run:
.venv\Scripts\activate/
- On Unix or MacOS, run:
source .venv/bin/activate
- On Windows, run:
-
- To build installer run:
rye run build-installer
- To build binary run:
rye run build-binary
- To build installer run:
Note
-
Project managed by Rye, Install Rye using following instructions https://rye-up.com/guide/installation.
-
cargo-packager is required to build installer.