Top AI Assistants And Platforms
"Exploring Generative AI Platforms by Category and Release Year"
@kaggle.afnansaifafnan_top_ai_assistants_and_platforms_in_2025
"Exploring Generative AI Platforms by Category and Release Year"
@kaggle.afnansaifafnan_top_ai_assistants_and_platforms_in_2025
This dataset provides an overview of Generative AI tools and platforms, including names, companies, categories, modalities (text, image, video, audio, code, etc.), release years, open-source status, API availability, and websites. It helps to compare AI models across different domains, such as chat assistants, image generation, design, and productivity. The dataset is useful for visualizing and analyzing the growth of AI tools, their accessibility, and their technological 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.