AI Sheets is an open source, no-code tool from Hugging Face that allows users to work directly with AI models to process data through a spreadsheet-like interface. Its core features include:
- Data set generationAutomatic creation of data structures from natural language descriptions (e.g., enter "list of world cities" to generate a table with images of countries and landmarks).
- AI Column Operations: add new columns with prompts for translation, classification, text summarization, etc. (syntax like {{column}} references an existing column)
- Multi-model support: Connects to thousands of open source models or locally deployed LLMs (e.g., Llama-3, GPT-OSS) at Hugging Face Hub
- Data Extension and Export: drag-and-drop generation of up to 1000 rows of data, and support for exporting configuration YAML files for batch generation of larger datasets
- Feedback Iteration: Optimize the model output by editing cells or liking the results, and the feedback will automatically become a few-shot example.
This answer comes from the articleAI Sheets: building and processing datasets using AI models in tables without codeThe