Ajout de captures d'écran de l'app Streamlit / Add Streamlit app screenshots - #69
Merged
Merged
Conversation
…enshots 8 captures (FR + EN, clair + sombre) : accueil, démo complète niveau Orange, radar des features, streamgraph du flux émotionnel. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XNYMPZXRfX2J5F57FmDRhe
…allery to README Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XNYMPZXRfX2J5F57FmDRhe
There was a problem hiding this comment.
Pull request overview
Ajoute un ensemble de captures d’écran de l’application Streamlit CEDD (FR/EN, clair/sombre, dashboards) et les référence dans le README afin de pouvoir les réutiliser (notamment pour dominicdapice.com).
Changes:
- Ajout d’un dossier
screenshots/avec 8 images PNG de l’app Streamlit. - Ajout d’une section “Screenshots” dans
README.mdavec une table d’aperçus et légendes.
Reviewed changes
Copilot reviewed 1 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Ajoute une section de screenshots (table + légendes FR/EN) dans la documentation. |
| screenshots/accueil-en.png | Capture écran d’accueil (EN). |
| screenshots/accueil-fr.png | Capture écran d’accueil (FR). |
| screenshots/conversation-demo-en.png | Capture conversation démo + dashboard (EN). |
| screenshots/conversation-demo-fr.png | Capture conversation démo + dashboard (FR). |
| screenshots/conversation-demo-fr-sombre.png | Capture conversation en mode sombre (FR). |
| screenshots/dashboard-sombre.png | Capture dashboard en mode sombre. |
| screenshots/dashboard-radar-en.png | Capture radar features + historique (EN). |
| screenshots/dashboard-streamgraph-en.png | Capture streamgraph + stats de session (EN). |
Comments suppressed due to low confidence (2)
README.md:21
- Plusieurs libellés FR dans la table ont des accents manquants (Écran, démo, dérive détectée). Corriger ces accents améliore la lisibilité et évite des fautes visibles dans la doc.
|  |  |
| *Welcome screen with alert gauge and demo profiles (EN)* | *Ecran d'accueil avec jauge d'alerte et profils de demo (FR)* |
|  |  |
| *9-message demo: drift detected, Orange level, active signals (EN)* | *Demo 9 messages : derive detectee, niveau Orange, signaux actifs (FR)* |
README.md:23
- Accent manquant en FR (« emotionnel » → « émotionnel ») dans la légende de la capture streamgraph.
| *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* |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Résumé / Summary
Ajout d'un dossier
screenshots/contenant 8 captures d'écran de l'application Streamlit CEDD, prises en pilotant l'app avec Playwright (démo autopilot 9 messages, terminée au niveau Orange). Destinées au site dominicdapice.com.Adds a
screenshots/folder with 8 screenshots of the CEDD Streamlit app, captured by driving the app with Playwright (9-message demo autopilot, ending at Orange level). Intended for dominicdapice.com.Captures / Screenshots
accueil-fr.png/accueil-en.pngconversation-demo-fr.png/conversation-demo-en.pngconversation-demo-fr-sombre.png/dashboard-sombre.pngdashboard-radar-en.pngdashboard-streamgraph-en.pngNotes
models/cedd_model.joblib(entraîné avec scikit-learn 1.7.2) ne se chargeait pas avec scikit-learn 1.9.0 (ModuleNotFoundError: No module named '_loss'). Épinglerscikit-learn==1.7.2dansrequirements.txtéviterait ce piège pour les nouveaux environnements. / While capturing, the saved model failed to load under scikit-learn 1.9.0; pinningscikit-learn==1.7.2inrequirements.txtwould avoid this for fresh environments.fallback-statiquecar aucune clé API LLM n'était configurée dans l'environnement de capture. / Bot replies show the static fallback since no LLM API keys were configured in the capture environment.🤖 Generated with Claude Code
https://claude.ai/code/session_01XNYMPZXRfX2J5F57FmDRhe
Generated by Claude Code