Skip to content

Commit dc1f3aa

Browse files
committed
improve readme
1 parent 15ee4af commit dc1f3aa

File tree

2 files changed

+135
-3
lines changed

2 files changed

+135
-3
lines changed

human-seeded-evals/README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,30 @@
33
Like evals ... but without all the hard work.
44

55
Panacea or pipedream?
6+
7+
# Usage
8+
9+
Run the frontend:
10+
11+
```bash
12+
cd frontend
13+
npm run dev
14+
```
15+
16+
Run the backend:
17+
18+
```bash
19+
uv run uvicorn app.main:app --port 5000
20+
```
21+
22+
Run the eval generator:
23+
24+
```bash
25+
uv run evals/eval_prompt_generator.py
26+
```
27+
28+
Run the live evals agent:
29+
30+
```bash
31+
uv run evals/auto_evals.py
32+
```

0 commit comments

Comments
 (0)