docs(report): add table of contents

This commit is contained in:
2026-04-06 19:34:38 +01:00
parent cedbce128e
commit 33e4291def

View File

@@ -31,6 +31,10 @@
\vspace{2cm}
\end{titlepage}
\tableofcontents
\newpage
\section{Introduction}
This project presents the design and implementation of a web-based analytics engine for the exploration and analysis of online discussion data. Built using \textbf{Flask and Pandas}, and supplemented with \textbf{Natural Language Processing} (NLP) techniques, the system provides an API for extracting structural, temporal, linguistic, and emotional insights from social media posts. A React-based frontend delivers interactive visualizations and user controls, the backend architecture implements analytical pipeline for the data, including data parsing, manipulation and analysis.