Tablepilot

Tablepilot

Open-Source CLI/API/WebUI AI Table Generator

5 followers

Tablepilot is a CLI/API/WebUI tool designed to generate/autofill tables using AI. - AI-Native - Flexible column data generation strategies - Cross-table context - Easily switch between different LLMs and models - Seamless API & WebUI
Tablepilot gallery image
Free
Launch Team
NMI Payments
NMI Payments
Don’t Integrate Payments Until You Read This Guide
Promoted

What do you think? …

Yiling
Maker
📌

Hi,

I wanted to share my open-source (Free & MIT licensed) AI table generator with you all. It’s not a fancy tool, it focuses on just one thing: generating tables using AI.

You can easily define different LLM models and switch between them. It also supports batch generation of thousands of rows and allows you to use existing tables or CSV files as context. As the title suggests, you can use it via CLI, API, or WebUI!

Here’s a quick demo of the WebUI:

There are also some interesting examples of how to use Tablepilot:

  • recipes_for_customers This example illustrating how to use another table as a reference. The customers.json file is used to generate a customer table, and then the recipes table is generated based on customer data. Each customer will receive a unique recipe tailored to their information.

  • pokémons This example demonstrates how to create a table, import an existing CSV of 1000 Pokémons, and autofill column data. Tablepilot will generate ecological information for each Pokémon based on the existing row data.

  • imdb_movie_haiku This example takes an IMDb movie CSV table and generates haiku poems inspired by movie titles and overviews, blending structured data with artistic expression.

If you're interested, check it out here: https://github.com/Yiling-J/tablepilot

Stars, suggestions, and feature requests are all welcome! 🚀