From c127b7fc7ead00c9889273080d1da75355ed4d0e Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Thu, 16 May 2024 11:23:48 +0530 Subject: [PATCH] doc --- web/docs/dependencies.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/web/docs/dependencies.md b/web/docs/dependencies.md index bd14b25b6..f5082b9f3 100644 --- a/web/docs/dependencies.md +++ b/web/docs/dependencies.md @@ -175,5 +175,14 @@ some cases. for converting arbitrary strings into strings that are suitable for being used as filenames. +## Face search + +- [matrix](https://github.com/mljs/matrix) and + [similarity-transformation](https://github.com/shaileshpandit/similarity-transformation-js) + are used during face alignment. + +- [transformation-matrix](https://github.com/chrvadala/transformation-matrix) + is used during face detection. + - [hdbscan](https://github.com/shaileshpandit/hdbscan-js) is used for face clustering.