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. Many people, especially college students have trouble deciding on what foods to eat or eat the same foods over and over again. This will help them by recommending various foods to them quickly.
- 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