File size: 20,650 Bytes
eb7e023
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46694a2
 
 
 
 
 
 
 
eb7e023
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46694a2
 
 
eb7e023
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b704b0a
eb7e023
b704b0a
eb7e023
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
439bc1e
 
eb7e023
 
 
439bc1e
eb7e023
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46694a2
 
 
eb7e023
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46694a2
eb7e023
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b704b0a
 
 
 
 
eb7e023
 
 
 
 
 
 
 
 
9f1f560
46694a2
eb7e023
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
\documentclass[11pt, a4paper, twoside]{article}

% -------------------------------------------------------------------
% PACKAGES โ€” UQU Format
% -------------------------------------------------------------------
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{setspace}
\usepackage{geometry}
\usepackage{mathptmx}
\usepackage{titlesec}
\usepackage{fancyhdr}
\usepackage{tocloft}
\usepackage{float}
\usepackage{url}
\usepackage[colorlinks=true, urlcolor=blue, linkcolor=black, citecolor=black]{hyperref}

% -------------------------------------------------------------------
% MARGINS & SPACING
% -------------------------------------------------------------------
\geometry{top=1.5in, bottom=1.0in, left=1.25in, right=1.0in}
\onehalfspacing
\setlength{\parskip}{6pt}

% -------------------------------------------------------------------
% ADDITIONAL PACKAGES
% -------------------------------------------------------------------
\usepackage{xcolor}
\usepackage{enumitem}
\usepackage{tcolorbox}
\usepackage{booktabs}
\usepackage{fontawesome5}   % for icons (optional; comment out if unavailable)
\usepackage{listings}
\usepackage{mdframed}

% -------------------------------------------------------------------
% HEADINGS (Article class)
% -------------------------------------------------------------------
\titleformat{\section}
  {\normalfont\fontsize{16}{19}\selectfont\bfseries\centering}
  {\thesection}{1em}{\MakeUppercase}

\titleformat{\subsection}
  {\normalfont\fontsize{14}{17}\selectfont\bfseries}
  {\thesubsection}{1em}{}

\titleformat{\subsubsection}
  {\normalfont\fontsize{13}{16}\selectfont\bfseries\itshape}
  {\thesubsubsection}{1em}{}

% -------------------------------------------------------------------
% HEADERS & FOOTERS
% -------------------------------------------------------------------
\pagestyle{fancy}
\fancyhf{}
\fancyhead[LO]{THAMAN}
\fancyhead[RE]{\leftmark}
\fancyfoot[R]{\thepage}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0pt}
\fancypagestyle{plain}{\fancyhf{}\renewcommand{\headrulewidth}{0pt}}
\setlength{\headheight}{14pt}

% -------------------------------------------------------------------
% CUSTOM STYLES & COMMANDS
% -------------------------------------------------------------------
\tcbuselibrary{skins,breakable}

\newtcolorbox{narration}[1]{
  colback=blue!5!white,
  colframe=blue!60!black,
  fonttitle=\bfseries,
  title={#1},
  breakable
}

\newtcolorbox{arabicbox}[1]{
  colback=teal!5!white,
  colframe=teal!60!black,
  fonttitle=\bfseries,
  title={#1},
  breakable
}

\newtcolorbox{fallback}{
  colback=orange!5!white,
  colframe=orange!60!black,
  fonttitle=\bfseries\small,
  title={Fallback / Backup},
  breakable
}

\newtcolorbox{checkbox}{
  colback=gray!5!white,
  colframe=gray!60,
  fonttitle=\bfseries\small,
  title={Checklist},
  breakable
}

\begin{document}

\begin{titlepage}
    \fontfamily{ptm}\selectfont
    \noindent
    \begin{minipage}[t]{0.6\textwidth}
        \raggedright \itshape
        BSc Project\\
        Dept.\ of Computer Science \& Artificial Intelligence\\
        Project ID: CSAI-472-P2-M20\\
        2026
    \end{minipage}%
    \begin{minipage}[t]{0.4\textwidth}
        \raggedleft
        \includegraphics[width=3cm]{Umm_Al-Qura_University_logo.png}
    \end{minipage}

    \vspace{2cm}
    \begin{center}
        {\fontsize{26}{31}\selectfont \textbf{THAMAN}}\\[0.8cm]
        {\fontsize{16}{19}\selectfont \textbf{Graduation Defense Demo Script}}\\[0.5cm]
        {\fontsize{13}{15}\selectfont BSc Computer Science --- Umm Al-Qura University --- 2026}
    \end{center}

    \vspace{1.5cm}
    \begin{tcolorbox}[colback=yellow!10,colframe=orange!60]
        \centering\large
        Total time: \textbf{5 minutes} \quad|\quad Steps: \textbf{6}\\
        \small This script is for the presenter only --- not on the projector.
    \end{tcolorbox}

    \vfill
    \noindent
    \begin{flushleft}
        Dept.\ of Computer Science and Artificial Intelligence\\
        Faculty of Computer and Information Systems\\
        Umm Al-Qura University, KSA
    \end{flushleft}
\end{titlepage}

\newpage\thispagestyle{empty}\mbox{}\newpage

\tableofcontents
\newpage

% โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
\section{Setup (15 Minutes Before Committee Enters)}
\label{sec:setup}

Complete the following checklist before the committee sits down.

\begin{checkbox}
\begin{itemize}[leftmargin=2em,label=\(\square\)]
  \item Open browser, navigate to:
        \url{https://huggingface.co/spaces/Turki-Almurahhem/thaman}
  \item Wait for map to fully load (cold-start: $\approx 30\,\text{s}$)
  \item Toggle language to \textbf{Arabic} once, then back to \textbf{English}
        --- confirm bilingual toggle works
  \item Pan map to \textbf{NYC view} (should default; if not, refresh once)
  \item Open \texttt{charts.html} in a \textbf{second browser tab} (hidden)
  \item Have this script on your phone or second screen --- \textbf{not on projector}
  \item Confirm screen mirroring / projector is working
  \item Mute your phone
\end{itemize}
\end{checkbox}

\bigskip

\begin{tcolorbox}[colback=gray!5,colframe=gray!50,title=\textbf{Coordinates to have ready}]
\begin{lstlisting}
NYC click target:     40.7549, -73.9840   (Midtown Manhattan)
Riyadh click target:  24.6877,  46.7219   (Downtown Riyadh / King Fahd Road)
\end{lstlisting}
Copy these into the browser console if Nominatim search is slow.
\end{tcolorbox}

% โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
\section{Step 1 --- NYC Prediction (1 minute)}
\label{sec:nyc}

\noindent\textit{Map is showing NYC. Click approximately on Midtown Manhattan
--- coordinates 40.7549, $-73.9840$.}

\begin{narration}{English}
``This is THAMAN --- a dual-city Automated Valuation Model I built for my
graduation project. We're starting in New York City. I'm clicking on Midtown
Manhattan to get an instant property valuation.''

\medskip
``I'll select building type --- let's go with Elevator Condo, D4 --- and enter
1,200 square feet, 15 floors, built in 1985.''

\textit{[Submit prediction --- pause for result to load]}

``THAMAN returns a predicted price, a confidence band, a letter grade, and the
top features driving this estimate. On the right you can see the SHAP waterfall
--- for this condo, neighbourhood encoding, renovation age, and unit count are
among the top drivers. That's consistent with NYC real estate: where you are
matters more than size alone.''

``Notice the grade is a C with a $\pm$35\% band --- Manhattan is the hardest
segment in the data, and the system reports that honestly instead of pretending
to be confident. Confidence is segment-adaptive: a Staten Island prediction
would show $\pm$14\%.''

``The comparable sales bubbles on the map show the nearest actual recorded
sales --- green means our estimate is close, red means we're further off. These
are real deed-recorded transactions from 185,000 NYC sales, 2022 to 2026.''
\end{narration}

\begin{arabic}{NYC}
``ู‡ุฐุง ู†ุธุงู… ุซู…ุงู† --- ู†ู…ูˆุฐุฌ ุชู‚ูŠูŠู… ุนู‚ุงุฑูŠ ุฐูƒูŠ ู„ู…ุฏูŠู†ุชูŠู† ุทูˆุฑุชู‡ ูƒู…ุดุฑูˆุน ุชุฎุฑุฌ. ู†ุจุฏุฃ ููŠ
ู…ุฏูŠู†ุฉ ู†ูŠูˆูŠูˆุฑูƒ. ุฃุถุบุท ุนู„ู‰ ู…ู†ุชุตู ู…ุงู†ู‡ุงุชู† ู„ู„ุญุตูˆู„ ุนู„ู‰ ุชู‚ูŠูŠู… ููˆุฑูŠ ู„ู„ุนู‚ุงุฑ.''

``ุงุฎุชุฑุช ู†ูˆุน ุงู„ุจู†ุงุก: ุดู‚ุฉ ุจู…ุตุนุฏุŒ ุงู„ู…ุณุงุญุฉ 1200 ู‚ุฏู… ู…ุฑุจุนุŒ 15 ุทุงุจู‚ุงู‹ุŒ ุจูู†ูŠ ุนุงู… 1985.''

``ุงู„ู†ุธุงู… ูŠุนุทูŠู†ุง ุณุนุฑุงู‹ ุชู‚ุฏูŠุฑูŠุงู‹ุŒ ู†ุทุงู‚ ุซู‚ุฉุŒ ุฏุฑุฌุฉ ุชู‚ูŠูŠู…ุŒ ูˆุฃู‡ู… ุงู„ุนูˆุงู…ู„ ุงู„ู…ุคุซุฑุฉ.
ุงู„ู…ุจูŠุนุงุช ุงู„ู…ุญูŠุทุฉ ุชุธู‡ุฑ ุนู„ู‰ ุงู„ุฎุฑูŠุทุฉ ุจู†ู‚ุงุท ู…ู„ูˆู‘ู†ุฉ ู…ู† ุณุฌู„ุงุช ุงู„ู…ุนุงู…ู„ุงุช ุงู„ูุนู„ูŠุฉ.''
\end{arabic}

\begin{tcolorbox}[colback=blue!5,colframe=blue!60,title=\textbf{Metric to highlight}]
``Our NYC model achieves \textbf{MedAPE of 20.32\%} on 27,763 holdout sales ---
competitive with commercial AVMs like Zillow Zestimate.''
\end{tcolorbox}

% โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
\section{Step 2 --- City Switch to Riyadh (30 seconds)}
\label{sec:switch}

\noindent\textit{Click the city-switch toggle or navigate to Riyadh mode in the
UI. Map animates to Riyadh view with district polygons visible.}

\begin{narration}{English}
``Now here's what makes THAMAN distinctive --- it's a dual-city system. I'll
switch to Riyadh.''

``The same stacking architecture, the same FastAPI backend, now running on a
completely different market. Saudi Arabia's real estate data is published as
district-level quarterly aggregates by the Ministry of Justice --- not individual
transactions like NYC. The model had to learn from 6,910 district-quarter
observations instead of 185,000 individual sales.''
\end{narration}

\begin{arabic}{City switch}
``ุงู„ุขู† ู†ู†ุชู‚ู„ ุฅู„ู‰ ุงู„ุฑูŠุงุถ --- ูˆู‡ุฐุง ู…ุง ูŠู…ูŠู‘ุฒ ุซู…ุงู†. ู†ูุณ ุงู„ุจู†ูŠุฉ ุงู„ุชู‚ู†ูŠุฉุŒ ู„ูƒู† ุนู„ู‰ ุณูˆู‚
ู…ุฎุชู„ู ุชู…ุงู…ุงู‹. ุจูŠุงู†ุงุช ุงู„ุนู‚ุงุฑุงุช ุงู„ุณุนูˆุฏูŠุฉ ุชูู†ุดุฑ ุนู„ู‰ ู…ุณุชูˆู‰ ุงู„ุฃุญูŠุงุก ุฑุจุนูŠุงู‹ุŒ ูˆู„ูŠุณ
ูƒู…ุนุงู…ู„ุงุช ูุฑุฏูŠุฉ ูƒู…ุง ููŠ ู†ูŠูˆูŠูˆุฑูƒ.''
\end{arabic}

% โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
\section{Step 3 --- Riyadh Prediction + SHAP Drivers (1.5 minutes)}
\label{sec:riyadh}

\noindent\textit{Click on Downtown Riyadh --- coordinates 24.6877, 46.7219
(King Fahd Road area).}

\begin{narration}{English}
``I'll click on the King Fahd Road corridor --- one of Riyadh's prime districts.
Let's select Villa, 400 square metres.''

\textit{[Submit prediction --- wait for result]}

``The model returns a prediction in SAR per square metre. You can see the SHAP
breakdown: district price history, the district-type encoding, and the Bayut
asking-price signal are the top drivers here --- and the spatial grid shows this
location sits about 575 metres from a metro station.''

``The Riyadh Metro opened in 2024 and is a novel infrastructure signal --- the
model captures the premium for proximity to metro stations, which is entirely
absent from pre-2024 models.''

``Notice the confidence interval is shown in SAR/mยฒ, and the district
choropleth layer behind the prediction is showing the metro access overlay ---
you can see Line 1, the busiest east--west corridor, cutting across the city.''
\end{narration}

\begin{arabic}{Riyadh prediction}
``ุฃุถุบุท ุนู„ู‰ ู…ู†ุทู‚ุฉ ุทุฑูŠู‚ ุงู„ู…ู„ูƒ ูู‡ุฏ --- ุฅุญุฏู‰ ุฃู‡ู… ู…ู†ุงุทู‚ ุงู„ุฑูŠุงุถ. ุณุฃุฎุชุงุฑ ููŠู„ุงุŒ
400 ู…ุชุฑ ู…ุฑุจุน.''

``ุงู„ู†ู…ูˆุฐุฌ ูŠูุนุทูŠู†ุง ุงู„ุชู‚ุฏูŠุฑ ุจุงู„ุฑูŠุงู„ ุงู„ุณุนูˆุฏูŠ ู„ูƒู„ ู…ุชุฑ ู…ุฑุจุน. ููŠ ุชุญู„ูŠู„ SHAP: ุงู„ู‚ุฑุจ
ู…ู† ุงู„ู…ุชุฑูˆุŒ ุงู„ูƒุซุงูุฉ ุงู„ุชุฌุงุฑูŠุฉุŒ ุฌูˆุฏุฉ ุงู„ู‡ูˆุงุกุŒ ูˆุงู„ุชุงุฑูŠุฎ ุงู„ุณุนุฑูŠ ู„ู„ุญูŠ ู‡ูŠ ุฃุจุฑุฒ
ุงู„ุนูˆุงู…ู„.''

``ู…ุชุฑูˆ ุงู„ุฑูŠุงุถ ุงูุชูุชุญ ุนุงู… 2024 ูˆู‡ูˆ ุฅุดุงุฑุฉ ุจู†ูŠุฉ ุชุญุชูŠุฉ ุฌุฏูŠุฏุฉ ูŠู„ุชู‚ุทู‡ุง ุงู„ู†ู…ูˆุฐุฌ ---
ู…ุง ูƒุงู† ู…ูˆุฌูˆุฏุงู‹ ููŠ ุงู„ู†ู…ุงุฐุฌ ุงู„ุณุงุจู‚ุฉ.''
\end{arabic}

\begin{tcolorbox}[colback=blue!5,colframe=blue!60,title=\textbf{Metrics to highlight}]
\begin{itemize}
  \item OOF (training folds): $R^2 = 0.9348$, MedAPE $= 8.25\%$ ---
        ``The model genuinely learned the Saudi market structure.''
  \item Holdout Q1--Q3 2025: $R^2 = 0.8014$, MedAPE $= 15.59\%$ ---
        ``A new-quarter stress test, not a random sample.''
\end{itemize}
\end{tcolorbox}

% โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
\section{Step 4 --- Listings Layer (30 seconds)}
\label{sec:listings}

\noindent\textit{Toggle on the Haraj active listings layer.}

\begin{narration}{English}
``This layer shows 1,615 active property listings scraped from Haraj.com.sa ---
Saudi Arabia's largest classifieds marketplace. Each point is colour-coded by
type: blue for apartments, green for villas, amber for plots.''

``Click any bubble and you'll see the asking price versus our model's estimate,
plus a direct link to the actual listing.''

``The model systematically predicts lower than asking prices --- and that's
expected. THAMAN was trained on deed-recorded transaction prices from the
Ministry of Justice. Haraj shows what sellers are asking for, before
negotiation. The overall gap is 54\% MedAPE against asking prices, which is
consistent with documented Saudi negotiation margins of 20 to 50 percent.''
\end{narration}

\begin{arabic}{Listings layer}
``ู‡ุฐู‡ ุงู„ุทุจู‚ุฉ ุชูุธู‡ุฑ 1615 ุนุฑุถุงู‹ ู†ุดุทุงู‹ ู…ู† ู…ูˆู‚ุน ุญุฑุงุฌ.ูƒูˆู… --- ุฃูƒุจุฑ ุณูˆู‚ ู„ู„ุนู‚ุงุฑุงุช ููŠ
ุงู„ุณุนูˆุฏูŠุฉ. ูƒู„ ู†ู‚ุทุฉ ู…ูู„ูˆูŽู‘ู†ุฉ ุญุณุจ ู†ูˆุน ุงู„ุนู‚ุงุฑ.''

``ุงู„ู†ู…ูˆุฐุฌ ูŠุชู†ุจุฃ ุจุฃุณุนุงุฑ ุฃู‚ู„ ู…ู† ุฃุณุนุงุฑ ุงู„ุนุฑุถ ุจุดูƒู„ ู…ู†ุชุธู… --- ูˆู‡ุฐุง ู…ุชูˆู‚ุน. ุซู…ุงู†
ุชุฏุฑู‘ุจ ุนู„ู‰ ุฃุณุนุงุฑ ุงู„ุนู‚ูˆุฏ ุงู„ู…ุณุฌู‘ู„ุฉุŒ ุจูŠู†ู…ุง ุญุฑุงุฌ ูŠุนุฑุถ ุฃุณุนุงุฑ ุงู„ุจุงุฆุนูŠู† ู‚ุจู„
ุงู„ุชูุงูˆุถ.''
\end{arabic}

% โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
\section{Step 5 --- Analytics Dashboard (30 seconds)}
\label{sec:analytics}

\noindent\textit{Switch to second browser tab --- charts.html.}

\begin{narration}{English}
``Finally, the analytics dashboard. This shows model performance broken down by
NYC borough and price tier.''

``Notice the Staten Island paradox: the worst per-borough $R^2$ but the best
MedAPE at 14.4\%. That's because Staten Island has very low price
variance; the model's absolute errors are small, but $R^2$ penalises a
low-variance target. MedAPE is the right metric for a user-facing AVM.''

``Manhattan is the hardest market at 35.2\% MedAPE. Co-op board approval
discounts and unobservable interior finishes create heterogeneity that no
tabular dataset can capture.''
\end{narration}

\begin{arabic}{Analytics dashboard}
``ู„ูˆุญุฉ ุงู„ุชุญู„ูŠู„ุงุช ุชูุธู‡ุฑ ุฃุฏุงุก ุงู„ู†ู…ูˆุฐุฌ ู…ู‚ุณู‘ู…ุงู‹ ุญุณุจ ู…ู†ุทู‚ุฉ ู†ูŠูˆูŠูˆุฑูƒ ูˆุดุฑูŠุญุฉ ุงู„ุณุนุฑ.''

``ู„ุงุญุธูˆุง ู…ูุงุฑู‚ุฉ ุณุชุงุชู† ุขูŠู„ุงู†ุฏ: ุฃู‚ู„ $R^2$ ููŠ ุงู„ุจูŠุงู†ุงุช ู„ูƒู† ุฃูุถู„ MedAPE. ุงู„ุณุจุจ:
ุชุดุงุจู‡ ุงู„ุนู‚ุงุฑุงุช ูŠูุตุบู‘ุฑ ุงู„ุชุจุงูŠู† ุงู„ูƒู„ูŠุŒ ููŠูุนุงู‚ุจ $R^2$ ุญุชู‰ ุงู„ุชู†ุจุคุงุช ุงู„ุฏู‚ูŠู‚ุฉ.''
\end{arabic}

% โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
\section{Step 6 --- Q\&A Talking Points / Closing (1 minute)}
\label{sec:closing}

\noindent Use this minute as a buffer. If the committee has not started asking
questions, summarise:

\begin{narration}{English closing}
``To summarise: THAMAN is a production-deployed AVM across two cities --- New
York and Riyadh --- using a four-model stacking ensemble across 134 and 149
features respectively. It achieves competitive accuracy on 27,763 held-out
NYC sales and demonstrates cross-market generalisability on Saudi Arabia's
data-scarce district-aggregate market. The full system --- data pipelines,
training code, API, and web interface --- is deployed on Hugging Face and
open-sourced on GitHub. Thank you.''
\end{narration}

\begin{arabic}{Closing}
``ุฎู„ุงุตุฉ ุงู„ู‚ูˆู„: ุซู…ุงู† ู†ุธุงู… ุชู‚ูŠูŠู… ุนู‚ุงุฑูŠ ู…ู†ุชุดุฑ ูุนู„ูŠุงู‹ ู„ู…ุฏูŠู†ุชูŠู†ุŒ ูŠุณุชุฎุฏู… ู…ุฌู…ูˆุนุฉ ู…ู†
ุฃุฑุจุนุฉ ู†ู…ุงุฐุฌ ุฐูƒุงุก ุงุตุทู†ุงุนูŠ ุนุจุฑ ู…ุฆุฉ ูˆุฃุฑุจุน ู…ูŠุฒุงุช ููŠ ู†ูŠูˆูŠูˆุฑูƒุŒ ูˆุณุชุฉ ูˆุณุจุนูŠู† ู…ูŠุฒุฉ ููŠ
ุงู„ุฑูŠุงุถ. ูŠุญู‚ู‚ ุฏู‚ุฉ ุชู†ุงูุณูŠุฉ ุนู„ู‰ 27,763 ู…ุจูŠุนุฉ ุงุฎุชุจุงุฑูŠุฉ ููŠ ู†ูŠูˆูŠูˆุฑูƒุŒ ูˆูŠูุซุจุช ู‚ุงุจู„ูŠุฉ
ุงู„ุชุนู…ูŠู… ุนู„ู‰ ุงู„ุณูˆู‚ ุงู„ุณุนูˆุฏูŠุฉ ุฐุงุช ุงู„ุจูŠุงู†ุงุช ุงู„ู…ุญุฏูˆุฏุฉ. ุงู„ู†ุธุงู… ูƒุงู…ู„ุงู‹ --- ุงู„ุจูŠุงู†ุงุชุŒ
ุงู„ูƒูˆุฏุŒ ุงู„ู€ APIุŒ ูˆุงู„ูˆุงุฌู‡ุฉ --- ู…ู†ุดูˆุฑ ุนู„ู‰ Hugging Face ูˆู…ูุชูˆุญ ุงู„ู…ุตุฏุฑ ุนู„ู‰ GitHub.
ุดูƒุฑุงู‹.''
\end{arabic}

% โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
\section{Fallback Protocol (if Hugging Face is slow)}
\label{sec:fallback}

\begin{fallback}
\begin{enumerate}
  \item \textbf{Say:} ``The deployed version is loading from cold start ---
        this is common with Hugging Face Spaces after inactivity. While it
        loads, I'll walk through the architecture.''
  \item Switch to showing the paper / slides and explain the model architecture
        verbally (\S5 of the paper).
  \item Keep refreshing the HF tab in the background --- typically loads in
        45--90 seconds.
  \item \textbf{If HF is completely unavailable:} Start the local API ---
        open Terminal and run:
        \begin{lstlisting}[language=bash]
cd /Users/totam/Desktop/THAMAN/new_try
uvicorn api.main:app --port 8000
        \end{lstlisting}
        Then open: \url{http://localhost:8000/ui} in the browser.
  \item \textbf{API startup time:} $\approx 30\,\text{s}$ (spatial KD-tree
        indexes loading). Say: ``The local API is starting up --- it needs about
        30 seconds to load the spatial indexes into memory.''
\end{enumerate}
\end{fallback}

% โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
\section{Key Numbers to Memorise}
\label{sec:numbers}

\noindent\textbf{Print this section and keep it in your pocket.}

\begin{table}[H]
  \centering
  \caption{Key metrics for the defense}
  \label{tab:key_numbers}
  \begin{tabular}{lrl}
    \toprule
    Metric & Value & Context \\
    \midrule
    NYC training rows       & 185,092    & Sales 2022--2026 \\
    NYC features            & 104        & Structural + spatial + QoL \\
    NYC holdout rows        & 27,763     & Time-based, newest 15\% \\
    NYC $R^2$ (holdout)     & 0.6495     & Stack v22 \\
    NYC MedAPE (holdout)    & 20.32\%    & Stack v22 \\
    \midrule
    Riyadh total rows       & 6,910      & District-quarter obs., 2018--2025 \\
    Riyadh training rows    & 5,531      & 2018--2024 (incl.\ Metro-era) \\
    Riyadh features         & 76         & Transit, QoL, macro, rental \\
    Riyadh OOF $R^2$        & \textbf{0.9348} & 5-fold spatial GroupKFold \\
    Riyadh OOF MedAPE       & \textbf{8.25\%} & In-sample cross-validation \\
    Riyadh holdout $R^2$    & 0.8014     & 2025 Q1--Q3, $n=1{,}730$ \\
    Riyadh holdout MedAPE   & 15.59\%    & Out-of-sample stress test \\
    Riyadh holdout MAE      & 986 SAR/m$^2$ & Out-of-sample \\
    \midrule
    Haraj validation MedAPE & 54.33\%    & Asking vs.\ transaction (expected) \\
    Haraj listings scraped  & 1,615      & 444 apts, 630 villas, 526 plots \\
    NYC NTA groups          & 212        & Neighbourhood spatial units \\
    Riyadh district polygons& 133        & From OSM admin\_level=10 \\
    Base learners           & 4 (NYC), 3 (Riyadh) & Stacking ensemble \\
    Meta-learner            & Ridge (L2) & positive=True for NYC \\
    NYC CV strategy         & 10-fold GroupKFold & Groups = NTA code \\
    Riyadh CV strategy      & 5-fold GroupKFold  & Groups = district\_ar \\
    API latency             & 200--400 ms local $\cdot$ $\sim$1 s live & Incl.\ SHAP; live adds free-tier CPU + network \\
    Automated tests         & 109         & api, scorer, parity, SHAP, pins, golden, distribution, load \\
    \bottomrule
  \end{tabular}
\end{table}

\vfill
\begin{center}
  {\small\textit{End of THAMAN Defense Demo Script --- BSc CS, Umm Al-Qura University, 2026}}
\end{center}

\end{document}