🛠 Eatmydata.ai — a local tool for AI-powered data analysis.
The application runs entirely in the browser, sending only sanitized queries to remote LLMs rather than the actual data. It utilizes SQLite via OPFS, WASM-optimized engines for NER and embeddings, and a QuickJS sandbox to build dashboards using Apache ECharts.
🌍 The project implements complex agentic processes (Text-to-SQL-to-Dashboard) entirely on the client side, solving privacy issues and data transfer costs.
👤 It allows for the quick and secure analysis of sensitive CSV/Excel files without uploading them to cloud chatbots.
Source 1: https://github.com/eatmydata-org/eatmydata
