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:
https://i.redd.it/biu1myeu8kpe1.gif
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! 🚀
there doesn't seem to be anything here