Yasser
Yasser
Fix issue 132: handle legacy files in NO_SUDO mode --- ### Summary This pull request improves the installer to properly handle legacy files when `--no-sudo` mode is used. It prevents...
**Describe the bug** When I run the install script with sudo (e.g., sudo ./install.sh), it installs the fw-fanctrl package successfully. However, when I run the script again in no-sudo mode...
**The problem:** Currently, the `fw-fanctrl` Python tool communicates with the Framework laptop’s Embedded Controller (EC) by repeatedly spawning subprocesses to run the `ectool` CLI. While this works, spawning a full...
* Added FastAPI server (`api.py`) for face verification. * Implemented `Verifier` class (`verifier.py`) for model loading and verification. * Introduced `distance_utils.py` for metric calculations with support for cosine similarity, Euclidean...