iba_dataset_json
收藏资源简介:
一个从国际调酒师协会网站上抓取并清洗的数据集,包含每个鸡尾酒的JSON条目。目前包含两个文件:recipes.json - 一个JSON关联数组列表,每个数组代表一个鸡尾酒的配方,所有测量单位为厘升;ingredients_strength.json - 一个补充文件,将每个成分映射到一个表示其酒精体积百分比的小数。
A dataset scraped and cleaned from the International Bartenders Association website, containing JSON entries for each cocktail. It currently includes two files: recipes.json - a list of JSON associative arrays, each representing a cocktail recipe with all measurements in centiliters; ingredients_strength.json - a supplementary file mapping each ingredient to a decimal representing its alcohol by volume percentage.
iba_dataset_json 数据集概述
数据集内容
- recipes.json:包含一系列JSON关联数组,每个数组代表一种鸡尾酒的配方。所有测量单位为厘升。示例数据包括鸡尾酒名称、成分及其数量、鸡尾酒类型。
- ingredients_strength.json:补充文件,将每种成分映射到一个表示其酒精体积百分比(ABV)的小数。
数据集结构
-
recipes.json 结构示例:
{ "name": "RUSTY NAIL", "ingredients": [ { "name": "scotch whisky", "quantity": 4.5 }, { "name": "drambuie", "quantity": 2.5 } ], "type": "After Dinner Cocktail" }
-
ingredients_strength.json 结构未提供具体示例,但描述为将成分与其ABV值关联。




