AI Meal Planner is a simple Java application that uses artificial intelligence (ChatGPT) to generate meal ideas. Users can input a list of ingredients, and the application will generate three breakfast ideas and three lunch ideas based on those ingredients. Additionally, the application can suggest healthy products to include in your diet.
- Meal Idea Generation: Provide a list of ingredients, and the application will generate breakfast and lunch ideas.
- Healthy Product Suggestions: The application can recommend healthy products to include in your diet.
- ChatGPT Integration: Utilizes the GPT model to deliver creative and balanced meal suggestions.
- Java: The primary programming language used to build the application.
- HTTP Client: Used for communication with the ChatGPT API.
- ChatGPT API: Utilized to generate meal ideas based on the provided ingredients.