Metadata-Version: 2.4
Name: rhook
Version: 0.1.0
Summary: High-accuracy face recognition — 99.78% LFW accuracy
License: MIT
Project-URL: Homepage, https://github.com/panterknd/rhookdetection
Project-URL: Repository, https://github.com/panterknd/rhookdetection
Project-URL: Model on HuggingFace, https://huggingface.co/panterknd/rhook
Keywords: face-recognition,deep-learning,computer-vision,arcface
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: torch>=2.0
Requires-Dist: torchvision>=0.15
Requires-Dist: facenet-pytorch>=2.6
Requires-Dist: pillow>=10.0
Requires-Dist: numpy>=1.24
Requires-Dist: huggingface_hub>=0.20
Provides-Extra: video
Requires-Dist: opencv-python>=4.9; extra == "video"
Provides-Extra: full
Requires-Dist: opencv-python>=4.9; extra == "full"
Requires-Dist: python-dotenv; extra == "full"
Requires-Dist: requests; extra == "full"
