Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 786 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 786 Bytes

Computer Vision with MediaPipe

Previews

1

2

3

Building Steps

  1. Clone this project and open this project directory in terminal.
  2. Sync project: rye sync
  3. Activate environment
    • On Windows, run: .venv\Scripts\activate/
    • On Unix or MacOS, run: source .venv/bin/activate
    1. To build installer run: rye run build-installer
    2. To build binary run: rye run build-binary

Note

  1. Project managed by Rye, Install Rye using following instructions https://rye-up.com/guide/installation.

  2. cargo-packager is required to build installer.