Skip to content

rakeshksr/computer_vision_with_mediapipe

Repository files navigation

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.