File size: 550 Bytes
7d4b523
 
 
 
 
d52caba
7d4b523
33498d5
7d4b523
 
 
 
33498d5
7d4b523
 
 
 
 
 
 
 
33498d5
7d4b523
 
 
 
 
 
 
cfc5e63
 
7d4b523
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
29
30
31
32
33
---
title: Document Explorer
emoji: 📄
colorFrom: blue
colorTo: green
sdk: docker
pinned: false
license: mit
---

# Document Explorer

Upload documents, ask questions — the LLM reads and analyzes them with Python. No training, no vector DB.

Built on [a-simple-llm-harness](https://github.com/chuckfinca/a-simple-llm-harness).

## Setup

Set environment variables:

```
LH_MODEL=openrouter/google/gemini-3.1-flash-lite-preview
LH_ACCESS_TOKEN=your-secret-token
E2B_API_KEY=your-e2b-api-key
```

Run locally:

```
uv sync
uv run python app.py
```