From a90575fcfcecc1ce3c061f1c4a41ba58358009cb Mon Sep 17 00:00:00 2001 From: Andri Joos <andri@joos.io> Date: Wed, 12 Jun 2024 22:48:02 +0200 Subject: [PATCH] add abstract --- src/00_intro/abstract.tex | 12 ++++++++++++ src/main.tex | 1 + src/main_public.tex | 1 + 3 files changed, 14 insertions(+) create mode 100644 src/00_intro/abstract.tex diff --git a/src/00_intro/abstract.tex b/src/00_intro/abstract.tex new file mode 100644 index 0000000..7b9f94f --- /dev/null +++ b/src/00_intro/abstract.tex @@ -0,0 +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. + 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. + 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. + + 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. diff --git a/src/main.tex b/src/main.tex index 951be08..d851ad2 100644 --- a/src/main.tex +++ b/src/main.tex @@ -20,6 +20,7 @@ \frontmatter \input{title-page} +\input{00_intro/abstract} \input{00_intro/achnowledgements} \tableofcontents diff --git a/src/main_public.tex b/src/main_public.tex index 4e0e8bb..2c025bc 100644 --- a/src/main_public.tex +++ b/src/main_public.tex @@ -20,6 +20,7 @@ \frontmatter \input{title-page} +\input{00_intro/abstract} \input{00_intro/achnowledgements} \tableofcontents -- GitLab