Skip to content

Commit e821230

Browse files
authored
Enhance README with new 3D visualization features
Added new features including 3D threat visualization and network topology graph to the README.
1 parent d6e2f71 commit e821230

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ This platform is designed to bridge the gap between traditional log monitoring a
1717

1818
* **🕵️ Real-time Anomaly Detection**: Utilizes Unsupervised Learning (Isolation Forest) to detect outliers in network traffic and user behavior.
1919
* **📊 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.
2023
* **⚡ High-Performance Backend**: **FastAPI** drives the API, ensuring millisecond-latency responses for log ingestion and inference.
2124
* **📥 Universal Log Ingestion**: capable of parsing standardized system logs and network traffic data.
2225
* **🚨 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
3740
* **TailwindCSS**: Utility-first styling.
3841
* **Recharts**: Composable charting library.
3942
* **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.
4046

4147
---
4248

0 commit comments

Comments
 (0)