From eb65abcd2fdd06607df92ba44c88e0bdba2a172b Mon Sep 17 00:00:00 2001 From: Andri Joos <andri@joos.io> Date: Thu, 13 Jun 2024 20:15:44 +0200 Subject: [PATCH] fix abstract --- src/00_intro/abstract.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/00_intro/abstract.tex b/src/00_intro/abstract.tex index 7b9f94f..25338b8 100644 --- a/src/00_intro/abstract.tex +++ b/src/00_intro/abstract.tex @@ -1,12 +1,12 @@ \chapter*{Abstract} - This report presents the comprehensive development of \enquote{PanPal: A chef's chatbot}, aimed at enhancing the SmartEating platform by integrating an interactive cooking assistant. + This report presents the comprehensive development of \enquote{PanPal: A chef's chatbot}, aimed at enhancing the Smart Eating platform by integrating an interactive cooking assistant. The project addresses the absence of a chatbot to assist users with various cooking-related tasks, leveraging both an OpenAI GPT model and Mixtral, an open source large language model (LLM) hosted at OST. The report provides an in-depth analysis of the planning, execution, and evaluation phases of the project, highlighting the methodologies, risk management strategies, and the overall development lifecycle. - The final product is a robust, user-friendly chatbot fully integrated into the SmartEating infrastructure. + The final product is a robust, user-friendly chatbot fully integrated into the Smart Eating infrastructure. It offers a hands-free experience, allowing users to interact with the assistant without needing to touch their devices. Despite some limitations, the project successfully meets its objectives and lays the groundwork for future enhancements. - Key achievements include the development of a versatile cooking assistant, the successful integration of the chatbot into the SmartEating platform, and the implementation of effective project management strategies. + Key achievements include the development of a versatile cooking assistant, the successful integration of the chatbot into the Smart Eating platform, and the implementation of effective project management strategies. The report includes a comparative analysis of the available assistants to aid users in making informed choices. The report also highlights areas for future work, such as improving the Mixtral assistant's capabilities. -- GitLab