File size: 642 Bytes
cbed111
56ff6fc
cbed111
56ff6fc
 
 
32c8651
56ff6fc
 
 
cbed111
 
 
af9dc84
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
title: Aicher  Visual Causal Tutor
emoji: 🧭
colorFrom: indigo
colorTo: blue
sdk: gradio
sdk_version: "5.49.1"
app_file: app.py
pinned: true
license: mit
---

# Aicher (MVP) – Visual Causal Tutor

Tri-panel MVP for causal tutoring on conditional probability.  
Left: input & reasoning. Center: reasoning graph. Right: diagnosis + minimal fix.

## Run locally
```bash
pip install -r requirements.txt
python app.py
```

### Notes

- Works offline via rules. Optional tiny model: `TinyLlama/TinyLlama-1.1B-Chat-v1.0` (CPU).
- Extend `compute_reasoning` and `make_graph_image` for other domains (code AST checks, physics constraints).