imeshuek commited on
Commit
24f1b2d
Β·
verified Β·
1 Parent(s): 29f2350

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -10
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🧠
4
  colorFrom: purple
5
  colorTo: red
6
  sdk: gradio
7
- sdk_version: "4.0"
8
  app_file: app.py
9
  pinned: false
10
  ---
@@ -15,21 +15,16 @@ A research paper reading assistant powered by Meta's TRIBE v2 brain encoding mod
15
 
16
  ## How it works
17
 
18
- 1. **Upload a PDF** or paste text from a research paper
19
- 2. **TRIBE v2** predicts whole-brain fMRI responses for each sentence
20
- 3. **Cognitive states** are inferred from activation patterns:
21
  - πŸ”΄ **Red = Curiosity** (prefrontal + anterior cingulate activation)
22
  - πŸ”΅ **Blue = Questioning** (dorsolateral prefrontal dominance)
23
  - 🟒 **Green = Confusion** (high executive load, low coherence)
24
  - 🟑 **Yellow = Excitement** (emotion + reward circuits)
25
  - 🟣 **Purple = Insight** (associative cortex coherence spike)
26
  - 🟠 **Orange = Frustration** (conflict monitoring, low reward)
27
- 4. **Text is highlighted** in real-time based on predicted brain states
28
 
29
  ## Usage
30
 
31
- Paste paper text or upload a PDF, then click "Analyze Paper".
32
-
33
- ## Model
34
-
35
- Uses [facebook/tribev2](https://huggingface.co/facebook/tribev2) for brain encoding predictions.
 
4
  colorFrom: purple
5
  colorTo: red
6
  sdk: gradio
7
+ sdk_version: "5.0.0"
8
  app_file: app.py
9
  pinned: false
10
  ---
 
15
 
16
  ## How it works
17
 
18
+ 1. **Paste text** from a research paper
19
+ 2. **Cognitive states** are inferred from linguistic markers mapped to brain activation patterns:
 
20
  - πŸ”΄ **Red = Curiosity** (prefrontal + anterior cingulate activation)
21
  - πŸ”΅ **Blue = Questioning** (dorsolateral prefrontal dominance)
22
  - 🟒 **Green = Confusion** (high executive load, low coherence)
23
  - 🟑 **Yellow = Excitement** (emotion + reward circuits)
24
  - 🟣 **Purple = Insight** (associative cortex coherence spike)
25
  - 🟠 **Orange = Frustration** (conflict monitoring, low reward)
26
+ 3. **Text is highlighted** in real-time based on predicted cognitive states
27
 
28
  ## Usage
29
 
30
+ Paste paper text, then click "🧠 Analyze Paper".