UnityAPI / README.md
bp7274's picture
Create README.md
edbfc34 verified
|
Raw
History Blame Contribute Delete
532 Bytes
---
title: Soulprint API
sdk: docker
emoji: πŸ“Š
colorFrom: indigo
colorTo: indigo
pinned: true
---
# Soulprint Text Generation API (FastAPI + Hugging Face Transformers)
This Hugging Face Space wraps the `bp7274/soulprint-model` into a RESTful text generation API using **FastAPI** and **Docker**.
## :sparkles: Endpoints
- `GET /` β€” Health check
- `POST /generate` β€” Generate inspirational quote
### :inbox_tray: Input format
```json
{
"age": 25,
"location": "Austin",
"profession": "Designer",
"personality": "Spicy"
}