File size: 532 Bytes
edbfc34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
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"
}