Show HN: DataTalk CLI, Query CSV and Excel in Plain English Using LLM and DuckDB
github.comHi everyone. I built this tool because I often needed quick insights from CSV or Excel files without writing SQL. It uses an LLM to generate SQL and DuckDB to execute locally. All computation stays on the user's machine since only the schema is sent to the model.
Happy to answer any questions or receive feedback.
Thanks for checking out the project. Happy to answer any technical questions or discuss how it works internally.