CoolFace
Datasetpublic

uneiaparjour/base-en

Base uneIAparjour.fr — English — Generative AI Apps Open dataset listing one generative AI tool per day since February 16, 2023, featured on uneiaparjour.fr and translated to English. Description Every day, a new free or freemium generative AI tool is tested, described and categorized — originally in French, then translated to English by a dedicated pipeline once available. This dataset is the English mirror of uneIAparjour/base, the original French dataset.… See the full description on the dataset page: https://huggingface.co/datasets/uneiaparjour/base-en.

sourceHugging Facecc-by-4.0updated 16h agoView on Hugging Face
0likes267downloads
Dataset Card

Base uneIAparjour.fr — English — Generative AI Apps

Open dataset listing one generative AI tool per day since February 16, 2023, featured on uneiaparjour.fr and translated to English.

Description

Every day, a new free or freemium generative AI tool is tested, described and categorized — originally in French, then translated to English by a dedicated pipeline once available. This dataset is the English mirror of `uneIAparjour/base`, the original French dataset.

Content

  • 1310 tools (as of 21/09/2026)
  • 33 categories: chatbot, images, text, video, music, education, open source…
  • Period : February 16, 2023 → 21/09/2026
  • Language: English (translated)
  • Coverage: not 100% of the French base yet — only tools with a published English translation appear here

Fields

FieldDescription
TitleTool name
DescriptionEditorial summary of the tool
URL on uneiaparjour.frLink to the full English article
Category 1 to Category 6Up to 6 categories
Publication DateDate, format DD-MM-YYYY

Usage

python
from datasets import load_dataset

dataset = load_dataset("uneIAparjour/base-en")
df = dataset["train"].to_pandas()

# Image generation tools
images = df[df["Category 1"] == "Images"]
print(f"{len(images)} image generation tools")

Source and updates

Source: GitHub Site: uneiaparjour.fr/en French dataset: uneIAparjour/base

Author and license

Bertrand Formet

License: CC BY 4.0

uneIAparjour.fr English dataset as of 21/09/2026, Bertrand Formet, CC BY 4.0 license.