The Advanced Personalized Diet Planner is a professional-grade software designed to help users generate customized meal plans based on their daily calorie targets. This version includes advanced features such as visual analytics, the ability to import custom datasets, and AI-powered meal recommendations using machine learning.
Interactive GUI:
Visual Analytics:
Custom Dataset Import:
AI-Powered Meal Recommendations:
Preloaded Sample Dataset:
Error Handling:
DietPlanner/
├── data/
│ ├── sample_meals.csv # Preloaded dataset with 1000+ meals and calorie values
├── gui/
│ ├── __init__.py # Makes the folder a Python package
│ ├── diet_gui.py # GUI implementation
├── utils/
│ ├── __init__.py # Makes the folder a Python package
│ ├── diet_logic.py # Backend logic for meal planning and ML recommendations
├── main.py # Entry point for the application
├── generate_csv.py # Script to generate the sample_meals.csv file
├── requirements.txt # List of dependencies for the project
Pre-Built Product:
Educational Project:
Author: Kartikeya Mishra