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
Provide a simple way of ML and network engineers to collaborate on AI-driven network management.
13
+
3
14
## Overview
4
15
5
16
This platform brings AI-driven analytics and automatic decision creation to telecommunications networks.
6
17
7
-
Network telemetry is continuously ingested, processed, and stored. Machine learning models --- registered and versioned via MLflow --- run inference over that data and publish results to a shared event stream. A policy layer governs data access between all components, ensuring that only authorized services can read or act on sensitive network metrics. An LLM-based decision service consumes model inferences and translates them into actionable network recommendations.
18
+
Network telemetry is continuously ingested, processed, and stored. Machine learning models run inference over that data and publish results to a shared event stream. A policy layer governs data access between all components, ensuring that only authorized services can read or act on sensitive network metrics. An LLM-based decision service consumes model inferences and translates them into actionable network recommendations.
8
19
9
20
The result is a closed-loop system where raw network data flows through collection, analysis, and decision stages, with policy enforcement and observability at every step.
10
21
@@ -29,6 +40,11 @@ For a more detailed explanation of the project access our [website](https://atno
29
40
| Rafael Teixeira |
30
41
31
42
## Architecture
43
+
44
+
### High-level overview
45
+

46
+
47
+
### Implementation architecture
32
48

33
49
34
50
## Quick Start
@@ -37,7 +53,7 @@ For a more detailed explanation of the project access our [website](https://atno
37
53
38
54
- Docker compose
39
55
- git
40
-
- make
56
+
- make (optional)
41
57
- CPU: 4+ cores
42
58
- RAM: 16 GB recommended
43
59
- Disk: 20+ GB free
@@ -81,9 +97,16 @@ make producers
81
97
82
98
Go to `http://localhost/`
83
99
84
-
## Advanced configuration
100
+
## Bookmark
101
+
102
+
| Resource | Link |
103
+
|---|---|
104
+
| Demo video |[features.mp4](demos/features.mp4)|
105
+
| Promotional Video |[youtube](https://youtu.be/g02G8SRue9o?si=aK1WvaR0SiDXtD1I)|
0 commit comments