Knowledge Graph¶
Internal documentation for the Xylolabs Face API project.
Structure¶
docs/knowledge-graph/
├── architecture.md ........ System design, data flow, services
├── face-detection.md ...... SCRFD model, preprocessing, NMS
├── storage.md ............. PostgreSQL schema, S3 layout
├── deployment.md .......... Docker, OCI production, nginx, SSL
├── admin-console.md ....... Admin SPA (Astro + Svelte)
├── api-reference.md ....... Full API reference (EN, internal)
└── api-reference-ko.md .... Full API reference (KO, internal)
Public documentation¶
Published at docs.face-api.xylolabs.com via MkDocs.
Public docs live in docs/ (not docs/knowledge-graph/):
docs/
├── index.md ............... Landing page
├── api-reference.md ....... Public API (detect, mask, health)
├── admin-api.md ........... Admin API (images, jobs, stats)
├── api-keys.md ............ API key management
└── ko/
├── api-reference.md ... 공개 API
├── admin-api.md ....... 관리자 API
└── api-keys.md ........ API 키 관리
Domains¶
| Domain | Service |
|---|---|
face-api.xylolabs.com |
API |
admin.face-api.xylolabs.com |
Admin console |
docs.face-api.xylolabs.com |
MkDocs (static) |
static.face-api.xylolabs.com |
MinIO stored images |