diff --git a/README.md b/README.md index 38262a5e..b4bafd41 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,21 @@ CEDD is a real-time monitoring system designed to detect **progressive emotional --- +### Screenshots / Captures d'ecran + +| | | +|---|---| +| ![Welcome screen (EN)](screenshots/accueil-en.png) | ![Ecran d'accueil (FR)](screenshots/accueil-fr.png) | +| *Welcome screen with alert gauge and demo profiles (EN)* | *Ecran d'accueil avec jauge d'alerte et profils de demo (FR)* | +| ![Demo conversation with drift detected (EN)](screenshots/conversation-demo-en.png) | ![Conversation demo avec derive detectee (FR)](screenshots/conversation-demo-fr.png) | +| *9-message demo: drift detected, Orange level, active signals (EN)* | *Demo 9 messages : derive detectee, niveau Orange, signaux actifs (FR)* | +| ![Feature radar and alert level history](screenshots/dashboard-radar-en.png) | ![Emotional flow streamgraph](screenshots/dashboard-streamgraph-en.png) | +| *Feature radar (Msg 1 vs Msg 9) + alert level history / Radar des features + historique des niveaux* | *Emotional flow streamgraph + session statistics / Streamgraph du flux emotionnel + statistiques de session* | +| ![Dark mode conversation (FR)](screenshots/conversation-demo-fr-sombre.png) | ![Dark mode dashboard](screenshots/dashboard-sombre.png) | +| *Dark mode — conversation (FR) / Mode sombre — conversation (FR)* | *Dark mode — dashboard / Mode sombre — tableau de bord* | + +--- + ### Table of Contents - [Context & Motivation](#context--motivation) diff --git a/screenshots/accueil-en.png b/screenshots/accueil-en.png new file mode 100644 index 00000000..45af4626 Binary files /dev/null and b/screenshots/accueil-en.png differ diff --git a/screenshots/accueil-fr.png b/screenshots/accueil-fr.png new file mode 100644 index 00000000..f4ffc0c7 Binary files /dev/null and b/screenshots/accueil-fr.png differ diff --git a/screenshots/conversation-demo-en.png b/screenshots/conversation-demo-en.png new file mode 100644 index 00000000..b9ab0d32 Binary files /dev/null and b/screenshots/conversation-demo-en.png differ diff --git a/screenshots/conversation-demo-fr-sombre.png b/screenshots/conversation-demo-fr-sombre.png new file mode 100644 index 00000000..48757985 Binary files /dev/null and b/screenshots/conversation-demo-fr-sombre.png differ diff --git a/screenshots/conversation-demo-fr.png b/screenshots/conversation-demo-fr.png new file mode 100644 index 00000000..4b141017 Binary files /dev/null and b/screenshots/conversation-demo-fr.png differ diff --git a/screenshots/dashboard-radar-en.png b/screenshots/dashboard-radar-en.png new file mode 100644 index 00000000..9ab24ba6 Binary files /dev/null and b/screenshots/dashboard-radar-en.png differ diff --git a/screenshots/dashboard-sombre.png b/screenshots/dashboard-sombre.png new file mode 100644 index 00000000..f549152e Binary files /dev/null and b/screenshots/dashboard-sombre.png differ diff --git a/screenshots/dashboard-streamgraph-en.png b/screenshots/dashboard-streamgraph-en.png new file mode 100644 index 00000000..37e8195f Binary files /dev/null and b/screenshots/dashboard-streamgraph-en.png differ