thuanan's picture
Add cocktail recommendation system with data processing and web interface
bc8c88e
|
Raw
History Blame Contribute Delete
526 Bytes
# Dataset Directory
Please download the cocktail dataset from Kaggle and place it here.
**Dataset URL:** https://www.kaggle.com/datasets/aadyasingh55/cocktails/data
**Expected filename:** cocktails.csv
## Dataset Structure
The dataset should contain columns like:
- strDrink (cocktail name)
- strCategory (category)
- strAlcoholic (alcoholic/non-alcoholic)
- strGlass (glass type)
- strInstructions (recipe instructions)
- strIngredient1, strIngredient2, ... (ingredients)
- strMeasure1, strMeasure2, ... (measurements)