Spaces:
Runtime error
Runtime error
File size: 839 Bytes
6a42990 f5e9574 6a42990 fdcdf6c 6a42990 f5e9574 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | ---
title: Deep Persona Factory
emoji: 🎭
colorFrom: yellow
colorTo: gray
sdk: docker
app_port: 7860
pinned: false
---
# Deep Persona Factory
Deep Persona Factory is a specialized simulation engine for persona generation and social content testing.
## Features
- **Social Network Engine:** Graph-based modeling and influence propagation.
- **Prediction Engine:** ML and LLM-based engagement scoring.
- **Deep Persona Generation:** Sequential enrichment for high-fidelity character profiles.
- **API Documentation:** Accessible via \`/api-docs\`.
- **Health Check:** Accessible via \`/health\`.
## API Documentation
The application exposes a mandatory \`/api-docs\` endpoint providing Swagger UI for all available endpoints.
## Local Setup
\`\`\`bash
pip install -r requirements.txt
uvicorn app:app --host 0.0.0.0 --port 7860
\`\`\`
|