Ai-Chief is an AI-powered tool designed to assist users in cooking by providing recipes, ingredient lists, and calorie information for various dishes. With Ai-Chief, users can simply input the name of a dish, and the tool will provide step-by-step instructions on how to prepare it, list all the required ingredients, and calculate the approximate calorie content of the dish.
- Recipe Guidance: Ai-Chief provides detailed instructions on how to prepare a wide range of dishes. Users can input the name of a dish, and the tool will generate step-by-step guidance on how to cook it.
- Ingredient List: Ai-Chief lists all the ingredients required to prepare a dish. Users can easily gather the necessary items before starting the cooking process.
- Calorie Calculation: Ai-Chief calculates the approximate calorie content of each dish based on its ingredients. This feature helps users make informed decisions about their dietary intake.
- Run the Application: To use Ai-Chief, run the
main.py
file, which serves as the entry point to the application. - Input Dish Name: Once the application is running, input the name of the dish you want to prepare.
- View Recipe and Information: Ai-Chief will generate the recipe for the dish, list all the required ingredients, and provide the approximate calorie content.
- Follow Instructions: Follow the step-by-step instructions provided by Ai-Chief to prepare the dish.
- Enjoy Your Meal: Once the dish is ready, enjoy your delicious creation!
Ai-Chief is implemented in Python and utilizes various libraries and APIs for natural language processing, recipe retrieval, and calorie calculation.
Ai-Chief relies on the following Python libraries:
nltk
: Natural Language Toolkit for text processing.requests
: HTTP library for making requests to external APIs.
Contributions to Ai-Chief are welcome! If you have any ideas for new features, improvements, or bug fixes, feel free to open an issue or submit a pull request on GitHub.
Ai-Chief was developed as part of the Cloudflare AI Challenge. The project utilizes Cloudflare APIs to interact with AI models for recipe retrieval and calorie calculation. It aims to provide users with a convenient tool for cooking assistance powered by AI technology.
Ai-Chief is licensed under the MIT License. Feel free to use, modify, and distribute the code for your own purposes.