| --- |
| 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" |
| } |