Cocktail Ingredients
Cocktails and their respective ingredients
@kaggle.ai_first_cocktail_ingredients
Cocktails and their respective ingredients
@kaggle.ai_first_cocktail_ingredients
It would be fun to have an system which could generate new cocktails from just the name and if the cocktail already exists produce the right result
The data is a scraped collection of cocktails and their ingredients
The idea was made at an AI-First meetup and the scraping idea came from the group who worked on it
CREATE TABLE all_drinks (
"unnamed_0" BIGINT -- Unnamed: 0,
"strdrink" VARCHAR,
"datemodified" TIMESTAMP,
"iddrink" BIGINT,
"stralcoholic" VARCHAR,
"strcategory" VARCHAR,
"strdrinkthumb" VARCHAR,
"strglass" VARCHAR,
"striba" VARCHAR,
"stringredient1" VARCHAR,
"stringredient10" VARCHAR,
"stringredient11" VARCHAR,
"stringredient12" VARCHAR,
"stringredient13" VARCHAR,
"stringredient14" VARCHAR,
"stringredient15" VARCHAR,
"stringredient2" VARCHAR,
"stringredient3" VARCHAR,
"stringredient4" VARCHAR,
"stringredient5" VARCHAR,
"stringredient6" VARCHAR,
"stringredient7" VARCHAR,
"stringredient8" VARCHAR,
"stringredient9" VARCHAR,
"strinstructions" VARCHAR,
"strmeasure1" VARCHAR,
"strmeasure10" VARCHAR,
"strmeasure11" VARCHAR,
"strmeasure12" VARCHAR,
"strmeasure13" VARCHAR,
"strmeasure14" VARCHAR,
"strmeasure15" VARCHAR,
"strmeasure2" VARCHAR,
"strmeasure3" VARCHAR,
"strmeasure4" VARCHAR,
"strmeasure5" VARCHAR,
"strmeasure6" VARCHAR,
"strmeasure7" VARCHAR,
"strmeasure8" VARCHAR,
"strmeasure9" VARCHAR,
"strvideo" VARCHAR
);Anyone who has the link will be able to view this.