CoolFace
Apppublic

janrudolph/tribe-v2-api

sourceHugging Faceotherupdated 6mo agoView on Hugging Face
0likes
App README

Tribe V2 Brain Predictive Model – REST API

This Space exposes Meta's Tribe V2 brain predictive model as a REST API for content scoring.

Endpoints

MethodPathDescription
GET/healthService status + model_loaded flag
POST/warmupPre-load the model
POST/predict{ "text": "..." } → brain activation scores

Score Dimensions

  • —language_processing – Language region activation (IFG / STG)
  • —visual_imagery – Visual cortex activation (V1–V4)
  • —attention_capture – Attention network activation (IPS / FEF)
  • —emotional_valence – Reward/emotion network (vmPFC proxy)
  • —overall_brain_engagement – Default mode network (DMN)
  • —viral_potential – Weighted composite score (0–100)