AI Sheets is an open source tool from Hugging Face that allows users to build, enrich and transform datasets using AI models without writing code. Its key features include:
- Data sets are generated from scratch: Create structures and sample rows through natural language descriptions
- Data import and processing: Support for XLS, TSV, CSV or Parquet formats, up to 1000 lines
- Add AI column: Create new columns with prompts to extract, summarize, translate information, etc.
- Model selection and switching: Local models can be selected or used from the Hugging Face Hub
- Feedback mechanisms: Improve model output by editing cells or liking them
- Data export: you can save the dataset and configure the YAML file to be used for the extension
This answer comes from the articleAI Sheets: building and processing datasets using AI models in tables without codeThe