docs: add system architecture diagram

This commit is contained in:
2026-04-02 18:59:32 +01:00
parent 1dde5f7b08
commit b85987e179
2 changed files with 7 additions and 1 deletions

BIN
report/img/architecture.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

View File

@@ -272,11 +272,17 @@ In addition, the simplification of complex human interactions and emotions into
\subsubsection{Computational Constraints} \subsubsection{Computational Constraints}
The performance and speed of the system will be influenced by the computational resources available during development and execution. While the system will attempt to use GPU acceleration during NLP inference, these resource may not always be available or may not be particularly strong should they exist. The performance and speed of the system will be influenced by the computational resources available during development and execution. While the system will attempt to use GPU acceleration during NLP inference, these resource may not always be available or may not be particularly strong should they exist.
As a result, there are practical limits on the size of datasets that can be processed efficiently. Large datasets may produce long processing times, As a result, there are practical limits on the size of datasets that can be processed efficiently. Large datasets may produce long processing times,
\newpage \newpage
\section{Design} \section{Design}
\subsection{System Architecture} \subsection{System Architecture}
\begin{figure}[h]
\centering
\includegraphics[width=1.2\textwidth]{img/architecture.png}
\caption{System Architecture Diagram}
\label{fig:architecture}
\end{figure}
\newpage \newpage
\section{Implementation} \section{Implementation}