Recommends recipes using:
- Content-based retrieval (TF-IDF over ingredients)
- (Planned) Collaborative filtering for implicit feedback
- src/: library code
- experiments/: notebooks / exploration only
- data/raw/: raw datasets (ignored by git)
- data/processed/: cleaned datasets (ignored by git)
This project pulls the dataset directly from Kaggle via kagglehub:
- Dataset:
shuyangli94/food-com-recipes-and-user-interactions
kagglehub can authenticate using environment variables:
export KAGGLE_USERNAME="YOUR_KAGGLE_USERNAME"
export KAGGLE_KEY="YOUR_KAGGLE_API_KEY"