TasteMatch is a Python-based food recommendation system that helps users decide what to eat based on mood, budget, and preferences. It also introduces users to new meal ideas they may not normally choose.
- Mood-based food suggestions (comfort, spicy, healthy, sweet, adventurous)
- Budget-based filtering
- Quick meal vs full meal options
- Random food generator for indecisive users
- Simple like/dislike feedback system to improve suggestions
This project is designed for college students or anyone who struggles with deciding what to eat or wants to explore new food options.
- Python 3
- Lists, dictionaries, loops, conditionals, functions
Solo Project