base-en
收藏资源简介:
该数据集是 uneIAparjour.fr 网站精选的英文版生成式AI工具数据集,自2023年2月16日起每天收录一个免费或免费增值的生成式AI工具,并提供测试、描述和分类。原始数据为法语,通过专用翻译管线转换为英文。数据集包含截至2026年9月7日的1296个工具,覆盖33个类别(如聊天机器人、图像、文本、视频、音乐、教育、开源等)。每条记录包含工具名称、编辑摘要、英文文章链接、最多6个类别标签(Category 1至Category 6)以及发布日期(格式DD-MM-YYYY)。该数据集适用于文本分类、工具推荐、趋势分析等任务,目前仅收录已发布英文翻译的工具,未完全覆盖法语基础数据集。许可证为CC BY 4.0。
This dataset is an English version of a curated collection of generative AI tools from the uneIAparjour.fr website. Since February 16, 2023, it has featured one free or freemium generative AI tool daily, with tests, descriptions, and classifications. The original data is in French and has been converted to English via a dedicated translation pipeline. As of September 7, 2026, the dataset contains 1,296 tools across 33 categories (e.g., chatbots, images, text, video, music, education, open source). Each record includes the tool name, editorial summary, English article link, up to 6 category labels (Category 1 to Category 6), and publication date (format DD-MM-YYYY). The dataset is suitable for tasks such as text classification, tool recommendation, and trend analysis. Currently, it only includes tools with published English translations and does not fully cover the original French dataset. License: CC BY 4.0.
数据集概述:uneIAparjour.fr 英文版(生成式 AI 应用)
该数据集是 uneIAparjour.fr 网站英文版的镜像数据集,记录自 2023 年 2 月 16 日起每日推荐的一款生成式 AI 工具,所有内容均翻译自法语原版数据集。
基本信息
- 名称:uneIAparjour.fr — English — Generative AI Apps
- 许可证:CC BY 4.0
- 语言:英语(翻译自法语)
- 作者:Bertrand Formet
- 数据量:约 1296 个工具(截至 2026 年 9 月 7 日)
- 更新频率:每日更新(但仅包含已发布英文翻译的工具,未覆盖全部法语数据)
- 时间范围:2023 年 2 月 16 日 至 2026 年 9 月 7 日
内容与分类
- 覆盖范围:免费或 freemium 的生成式 AI 工具,涵盖 33 个类别,包括聊天机器人、图像、文本、视频、音乐、教育、开源等。
- 数据字段:
字段 说明 Title 工具名称 Description 工具编辑摘要 URL on uneiaparjour.fr 英文完整文章的链接 Category 1 ~ Category 6 最多 6 个类别标签 Publication Date 发布日期(DD-MM-YYYY 格式)
用途示例
该数据集可用于文本分类任务。以下示例演示如何加载数据并筛选图像生成工具: python from datasets import load_dataset
dataset = load_dataset("uneIAparjour/base-en") df = dataset["train"].to_pandas()
筛选图像生成工具
images = df[df["Category 1"] == "Images"] print(f"{len(images)} image generation tools")
数据来源与关联
- 原始法语数据集:uneIAparjour/base
- 网站地址:uneiaparjour.fr/en
- GitHub 源码:uneIAparjour/base-en
授权说明
数据集采用 CC BY 4.0 许可证,允许共享与改编,需标注作者与来源。




