DANER is an AI-driven data-cleaning co-pilot for analysts and engineers.
It’s a standalone desktop application that lets you chat with your data, clean files intelligently, and export perfect datasets — all locally, without the cloud.
| Layer | Technology | Purpose |
|---|---|---|
| Frontend | Svelte + TypeScript | Chat UI, data preview, theme system |
| Shell | Tauri (Rust) | Native window, file system, secure IPC |
| Backend | Python (FastAPI + Polars + spaCy + Librosa) | Data analysis, cleaning, NLP, audio/image ops |
| Bridge | Tauri invoke() + FastAPI | Connects UI ↔ Python sidecar |