Skip to content

Commit

Permalink
Add HCI to report's design section
Browse files Browse the repository at this point in the history
  • Loading branch information
mcttn22 committed Jan 7, 2024
1 parent 3f1102e commit 3023b77
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 2 deletions.
Binary file modified project-report/project-report.pdf
Binary file not shown.
Binary file added project-report/src/images/home-frame-design.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 53 additions & 2 deletions project-report/src/latex/design.tex
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,60 @@ \subsection{Queries}
\end{minted}
\end{itemize}

\subsection{Human-Computer Interaction TODO}
\subsection{Human-Computer Interaction}

- Labeled screenshots of UI
Here are the designs of each tkinter frame in the User Interface:

\begin{itemize}
\item Home Frame design:
\begin{figure}[h!]
\centering
\includegraphics[width=0.7\textwidth]{./project-report/src/images/home-frame-design.png}
\end{figure}

\pagebreak

\item Hyper-Parameter Frame design:
\begin{figure}[h!]
\centering
\includegraphics[width=0.7\textwidth]{./project-report/src/images/hyper-parameter-frame-design.png}
\end{figure}

\pagebreak

\item Training Frame design:
\begin{itemize}
\item During training, the following is displayed on the Training Frame:
\begin{figure}[h!]
\centering
\includegraphics[width=0.7\textwidth]{./project-report/src/images/training-frame-1-design.png}
\end{figure}

\pagebreak

\item Once training has finished, the following is displayed on the Training Frame:
\begin{figure}[h!]
\centering
\includegraphics[width=0.7\textwidth]{./project-report/src/images/training-frame-1-design.png}
\end{figure}
\end{itemize}

\pagebreak

\item Load Model Frame design:
\begin{figure}[h!]
\centering
\includegraphics[width=0.7\textwidth]{./project-report/src/images/load-model-frame-design.png}
\end{figure}

\pagebreak

\item Test Frame design:
\begin{figure}[h!]
\centering
\includegraphics[width=0.7\textwidth]{./project-report/src/images/testing-frame-design.png}
\end{figure}
\end{itemize}

\subsection{Hardware Design}

Expand Down

0 comments on commit 3023b77

Please sign in to comment.