ceh-vedant commited on
Commit
d7c9c43
·
verified ·
1 Parent(s): d8d9431

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -32
README.md DELETED
@@ -1,32 +0,0 @@
1
- ---
2
- title: Script Brain Optimizer
3
- emoji: 🧠
4
- colorFrom: indigo
5
- colorTo: purple
6
- sdk: gradio
7
- sdk_version: "4.44.0"
8
- app_file: app.py
9
- pinned: false
10
- license: cc-by-nc-4.0
11
- ---
12
-
13
- # 🧠 Script Brain Optimizer
14
-
15
- Predict how your content script activates the human brain using **TRIBE v2** — Meta's multimodal fMRI foundation model.
16
-
17
- ## How it works
18
- 1. Paste your script
19
- 2. The app converts it to speech and runs it through TRIBE v2
20
- 3. See a real brain heatmap + region-by-region scores
21
- 4. Get suggestions to improve engagement
22
- 5. Iterate until your score is 75+
23
-
24
- ## Setup (first time only)
25
- You need to add your HuggingFace token as a **Space secret**:
26
- 1. Go to your Space → Settings → Variables and secrets
27
- 2. Add a secret named `HF_TOKEN` with your HuggingFace read token
28
- 3. Make sure you have access to `meta-llama/Llama-3.2-3B`
29
-
30
- ## Credits
31
- Built on [TRIBE v2](https://github.com/facebookresearch/tribev2) by Meta FAIR.
32
- Licensed under CC-BY-NC-4.0 (non-commercial use only).