This project is a web-based platform for cooking enthusiasts, providing a variety of features to explore, save, and create recipes. The platform is designed to make cooking easier and more enjoyable by offering tools for searching recipes, saving favorites, generating recipes from available ingredients using AI-powered computer vision, and calculating calorie intake using Google Studio AI APIs.
- Search Recipes: Find recipes for your favorite dishes using the search box.
- Cooking Tips: Discover useful kitchen tips and tricks through the search functionality.
- User Accounts: Log in to save your favorite recipes and cooking tips.
- Categorized Menus: Explore recipes organized by themes or categories.
- AI-Powered Recipe Creation: Generate recipes from available ingredients using AI and computer vision.
- Calorie Calculator: Calculate the calorie content of recipes using Google Studio AI APIs.
- Feedback Form: Share your suggestions and feedback through an integrated form.
We value your input! Share your suggestions and feedback here:
Feedback Google Sheet
- Search Recipes: Use the search box to find recipes or cooking tips.
- Log In: Create an account or log in to save your favorite recipes and tips.
- Explore Menus: Browse through categorized menus to discover new recipes.
- Create Recipes: Use the AI-powered tool to generate recipes from available ingredients.
- Calculate Calories: Use the calorie calculator to estimate the calorie content of your recipes.
- Provide Feedback: Use the feedback form to share your thoughts and suggestions.
- Frontend: HTML, CSS, JavaScript
- Backend: (Specify backend technology, e.g., Node.js, Django, etc.)
- Database: (Specify database, e.g., MySQL, MongoDB, etc.)
- AI Integration:
- Computer Vision for recipe generation
- Google Studio AI APIs for calorie calculation
- Hosting: (Specify hosting platform, e.g., GitHub Pages, AWS, etc.)
The calorie calculator uses Google Studio AI APIs to estimate the calorie content of recipes based on their ingredients. Here's how it works:
- Input the ingredients of your recipe.
- The system sends the data to the Google Studio AI API.
- The API processes the data and returns the estimated calorie count.
- The result is displayed on the platform for your reference.
- Clone the repository:
git clone https://github.com/DaoAnhThien/Web-NT208.git cd Web-NT208