You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,9 @@ This platform is designed to bridge the gap between traditional log monitoring a
17
17
18
18
***🕵️ Real-time Anomaly Detection**: Utilizes Unsupervised Learning (Isolation Forest) to detect outliers in network traffic and user behavior.
19
19
***📊 Interactive Dashboard**: Built with **Next.js** and **Recharts** to visualize traffic spikes, threat distribution, and live logs.
20
+
***🌐 3D Threat Globe Visualization**: Interactive 3D globe using React Three Fiber to visualize global threat distribution with color-coded severity indicators.
21
+
***🔗 3D Network Topology Graph**: Real-time 3D network relationship mapping with interactive nodes showing server, client, and threat connections.
22
+
***✨ Advanced 3D Animations**: Smooth animations, hover effects, and auto-rotation for immersive threat monitoring experience.
20
23
***⚡ High-Performance Backend**: **FastAPI** drives the API, ensuring millisecond-latency responses for log ingestion and inference.
21
24
***📥 Universal Log Ingestion**: capable of parsing standardized system logs and network traffic data.
22
25
***🚨 Threat Intelligence**: Automatically classifies events as "Normal", "Suspicious", or "Critical" based on AI confidence scores.
@@ -37,6 +40,9 @@ This platform is designed to bridge the gap between traditional log monitoring a
37
40
***TailwindCSS**: Utility-first styling.
38
41
***Recharts**: Composable charting library.
39
42
***Lucide React**: Beautiful icons.
43
+
***Three.js**: WebGL 3D graphics library for immersive visualizations.
44
+
***React Three Fiber**: React renderer for Three.js enabling declarative 3D scenes.
45
+
***@react-three/drei**: Useful helpers and abstractions for React Three Fiber.
0 commit comments