face-aging-api / README.md
hoangdklk's picture
Upload 8 files
479ba34 verified
|
Raw
History Blame Contribute Delete
317 Bytes
---
title: Face Aging API
emoji: 👵
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false
app_port: 7860
---
# Face Aging API
API-only FastAPI service for face aging.
## Endpoint
POST `/age-face`
Form-data:
- `image`: image file
- `source_age`: current age
- `target_age`: target age
Response: PNG image.