findperson/README.md
2025-06-24 11:49:37 +08:00

15 lines
326 B
Markdown

# FindPerson
a module to save and find face in image
* find and save all the face in image and save them in milvus vector database
* find all similarity faces in vector database with face in a given image
## dependent
see the requirements.txt
## installation
```
pip install git+https://github.com/yumoqing/findperson
```