Generative AI Tool
A dataset of emerging Generative AI tools, applications, and platforms.
@kaggle.aliiihussain_generative_ai_tool
A dataset of emerging Generative AI tools, applications, and platforms.
@kaggle.aliiihussain_generative_ai_tool
This dataset provides a collection of popular Generative AI tools that are shaping the future of creativity, productivity, and automation at high level. It includes details such as tool name ,company, category, modality_canonical, open source, api_available, api_status, release year, category, (e.g., text, image, video, music, code), and key features.
CREATE TABLE generative_ai_tools_platforms_2025 (
"tool_name" VARCHAR,
"company" VARCHAR,
"category_canonical" VARCHAR,
"modality_canonical" VARCHAR,
"open_source" BIGINT,
"api_available" BIGINT,
"api_status" VARCHAR,
"website" VARCHAR,
"source_domain" VARCHAR,
"release_year" BIGINT,
"years_since_release" BIGINT,
"mod_text" BIGINT,
"mod_image" BIGINT,
"mod_video" BIGINT,
"mod_audio" BIGINT,
"mod_code" BIGINT,
"mod_design" BIGINT,
"mod_infra" BIGINT,
"mod_productivity" BIGINT,
"mod_safety" BIGINT,
"mod_multimodal" BIGINT,
"modality_count" BIGINT
);Anyone who has the link will be able to view this.