Talksheet is an AI-powered CLI tool for exploring data. Powered by Langchain & DuckDB.
Currently, it can read data from local CSV files:
And from remote CSV files, such as those hosted on GitHub, like this one
Talksheet is available on PyPI. You can install it with pip:
pip install talksheet
Developed and tested with Python 3.10
Talksheet is a CLI tool. You can run it with the talksheet
command.
export OPENAI_API_KEY=<your_openai_api_key>
talksheet
- Better UI/UX
- Handle more data formats
- Customize CSV format
- Export results
- Startup with a specific file
- Configure OpenAI API key in the UI
- Save chat history