document-explorer / README.md
chuckfinca's picture
Rewrite explorer with Docker SDK, streaming, citations, custom UI
d52caba
---
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
```