UnityAPI / README.md
bp7274's picture
Create README.md
edbfc34 verified
metadata
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

{
  "age": 25,
  "location": "Austin",
  "profession": "Designer",
  "personality": "Spicy"
}