To get up and running you need a few things first:
- check if nix is installed using
nix --version
, if not check this wiki to install nix correctly under your system. - check if the nix flakes option are enabled using this command
nix flake show template
, if an error omitted, check this wiki pakge on how to enable them.
and that's it, now you cd under this directory (where the flake.nix file is located) and run nix develop
which will install necessery dependencies and opens jupyter on your default browser.
These are nix flakes models used to setup the local environement to run pose estimation AI models.
still didn't decide which AI model to use, yet
- MoveNet