@@ -33,9 +33,25 @@ Detectish analyzes emails using multiple methods:
3333
3434The emails are then stored in a MySQL database. The web interface is developed using ** Vue.js** for the frontend and ** Express.js** for the backend.
3535
36- ## 📸 Screenshot
36+ ## Detectish: What Does It Look Like?
37+
38+ Here is what the Detectish interface looks like without a connection:
39+ ![ Detectish - Landing page] ( ./img/Landing_page.png )
40+
41+ With a connection:
42+ ![ Detectish - Landing page connecté] ( ./img/Landing_page_connected.png )
3743
38- TODO
44+ The quarantine page where you can see emails deemed suspicious or dangerous by our solution:
45+ ![ Detectish - Page de quarantaine] ( ./img/Quarantine.png )
46+
47+ Explanation of analysis results provided by Mistral AI:
48+ ![ Detectish - Page d'explication] ( ./img/Mistral_explanation.png )
49+
50+ Statistics on analyzed emails to get an overview of the situation:
51+ ![ Detectish - Page de stats] ( ./img/Statisics.png )
52+
53+ The blacklist of emails that are automatically quarantined:
54+ ![ Detectish - Page de liste noire] ( ./img/Blacklist.png )
3955
4056## 🚀 Analysis Performance
4157
@@ -107,26 +123,6 @@ VITE_DETECTISH_URL=http://detectish:6969
107123 docker-compose up -d
108124 ```
109125
110- ## Detectish: What Does It Look Like?
111-
112- Here is what the Detectish interface looks like without a connection:
113- ![ Detectish - Landing page] ( ./img/Landing_page.png )
114-
115- With a connection:
116- ![ Detectish - Landing page connecté] ( ./img/Landing_page_connected.png )
117-
118- The quarantine page where you can see emails deemed suspicious or dangerous by our solution:
119- ![ Detectish - Page de quarantaine] ( ./img/Quarantine.png )
120-
121- Explanation of analysis results provided by Mistral AI:
122- ![ Detectish - Page d'explication] ( ./img/Mistral_explanation.png )
123-
124- Statistics on analyzed emails to get an overview of the situation:
125- ![ Detectish - Page de stats] ( ./img/Statisics.png )
126-
127- The blacklist of emails that are automatically quarantined:
128- ![ Detectish - Page de liste noire] ( ./img/Blacklist.png )
129-
130126## 👥 Authors
131127
132128- ** Esteban Becker**
0 commit comments