Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Hellbound237
/
face-intel
like
0
Image Feature Extraction
English
fastapi
osint
face-recognition
reverse-face-search
pimeyes-alternative
image-forensics
sqlite-vec
arcface
insightface
License:
mit
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
f5eeb1c
face-intel
/
api
/
__init__.py
Marwan
Restructure + add reverse face search (PimEyes-style)
f5eeb1c
about 1 month ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
177 Bytes
"""API package — FastAPI app factory + DI wiring."""
from
api.main
import
create_app
from
api.container
import
ServiceContainer
__all__ = [
"create_app"
,
"ServiceContainer"
]