Skip to content

A GPT powered CLI tool that answers questions about your data

Notifications You must be signed in to change notification settings

danthelion/talksheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Talksheet

Talksheet is an AI-powered CLI tool for exploring data. Powered by Langchain & DuckDB.

Currently, it can read data from local CSV files:

local_csv_example

And from remote CSV files, such as those hosted on GitHub, like this one

remote_csv_example

Installation

Talksheet is available on PyPI. You can install it with pip:

pip install talksheet

Developed and tested with Python 3.10

Usage

Talksheet is a CLI tool. You can run it with the talksheet command.

export OPENAI_API_KEY=<your_openai_api_key>

talksheet

Roadmap

  • 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

About

A GPT powered CLI tool that answers questions about your data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published