Hacker News new | ask | show | jobs
Show HN: DataGPTd – Making data analysis as easy as asking a question (datagptd.com)
2 points by lunaticd 1117 days ago
I'm excited to share a project I've been working on called DataGPTd.

DataGPTd is a browser-based tool that aims to help make data analysis as simple as asking a question. It allows you to import your data (csv, excel), edit it, ask questions, create visualizations, just with text. All within your browser. It runs a code interpreter locally by WASM.

Key features:

- Text-based interaction: Using Large Language Models (LLMs), DataGPTd lets you interact with your data using natural language, no complex syntax required. - Data privacy: All computations are carried out in your browser via WebAssembly, ensuring your data stays on your device and is never sent to a server. - Saved and shareable chat sessions. Examples: https://shorturl.at/esFR0, https://shorturl.at/qAIU8

DataGPTd is for anyone looking to quickly and easily derive insights quickly from their data.