Baselight

Gemini API Competition

AI-powered app 2800+ submissions from the Google Gemini API competition

@kaggle.abdoomoh_gemini_api_competition

Loading...
Loading...

About this Dataset

Gemini API Competition

Description:

This dataset contains over 2800 AI-powered app submissions from the Google Gemini API competition, which I scraped using BeautifulSoup and Selenium. You can check it out here.

Each entry includes the following details:

  • Title: The name of the app.
  • Sub-Title: A brief overview (if provided).
  • YouTube Link: A demo video of the app.
  • What it Does: A detailed description of the app's functionality and purpose.
  • Built With: The technologies used to build the app.
  • By: The creators or developers of the app.
  • Location: The geographical location of the developers.
  • Project Link: A link to the project page on the Google Gemini API competition site.

This dataset is ideal for research, trend analysis, or AI-related projects, offering a rich collection of AI innovations across various domains, from AI assistants to environmental monitoring solutions.

Tables

Gemini Api Competition

@kaggle.abdoomoh_gemini_api_competition.gemini_api_competition
  • 1.63 MB
  • 2788 rows
  • 8 columns
Loading...

CREATE TABLE gemini_api_competition (
  "title" VARCHAR,
  "sub_title" VARCHAR,
  "youtube_link" VARCHAR,
  "what_it_does" VARCHAR,
  "built_with" VARCHAR,
  "by" VARCHAR,
  "location" VARCHAR,
  "project_link" VARCHAR
);

Share link

Anyone who has the link will be able to view this.