Thesilenthowler029/tribe-v2-api
1
TRIBE v2 — Cloud Inference API
This Hugging Face Space runs the TRIBE v2 (facebook/tribev2) meta-model as a FastAPI server, predicting brain-level neural responses to text and video content.
API Endpoints
Response Format
{
"success": true,
"total_timesteps": 12,
"plot_interval": 1,
"chart_data": [],
"htmlData": "<div>...brain heatmap as base64 image...</div>",
"agent_summary": "Analyzed 12 timesteps...",
"statusInfo": "Analyzed 12 timesteps — 12 chart points."
}