food-explorer / utils /constants.py
Ivan Herrera
add food explorer tabs and prompt generation
19525c9
Raw
History Blame Contribute Delete
1 kB
AREAS_OF_FOCUS = [
"Longevity", "Metabolic Health", "Fat Loss", "Muscle Gain",
"Performance", "Recovery", "Strength and Endurance",
"Anti-inflamation", "Energy optimization"
]
DIET_PREFERENCES = [
"Low Carb", "Low Sugar", "High Protein", "Heart Healthy",
"Gut Health", "Anti-inflamatory", "Plant-Based",
"Intermittent Fasting"
]
COOKWARE_OPTIONS = [
"Frying Pan",
"Saucepan",
"Stock Pot",
"Dutch Oven",
"Baking Sheet",
"Casserole Dish",
"Skillet",
"Wok",
"Grill Pan",
"Roasting Pan"
]
APPLIANCE_OPTIONS = [
"Stove/Oven",
"Microwave",
"Air Fryer",
"Blender",
"Toaster/Toaster Oven",
"Food Processor",
"Electric Mixer",
"Slow Cooker/Crock-Pot",
"Rice Cooker",
"Pressure cooker/Instant-Pot"
]
UTENSIL_OPTIONS = [
"Chef's Knife",
"Wooden Spoon",
"Spatula",
"Tongs",
"Ladle",
"Whisk",
"Peeler",
"Cutting Board",
"Measuring Cups and Spoons",
"Slotted Spoon"
]