|
1 | 1 | # 🛰️ CommandX: Mission-Critical Orbital Control & ML Observability |
2 | 2 |
|
3 | | -[](file:///c:/Users/pooja/Downloads/CommandX-main%20%287%29/CommandX-main/docs/TECHNICAL_DEEP_DIVE.md) |
4 | | -[](file:///c:/Users/pooja/Downloads/CommandX-main%20%287%29/CommandX-main/ml/models.py) |
| 3 | +[](docs/TECHNICAL_DEEP_DIVE.md) |
| 4 | +[](commandx/ml/models.py) |
5 | 5 |
|
6 | 6 | CommandX is a professional-grade mission-control stack for satellite constellation management. It bridges the gap between high-precision orbital physics and industrial-grade observability, featuring a **Tactical Dark Mode** design system and a **Streaming ML Inference Engine**. |
7 | 7 |
|
@@ -43,9 +43,9 @@ All telemetry is simulated; this is a portfolio prototype, not connected to real |
43 | 43 | --- |
44 | 44 |
|
45 | 45 | ## 📖 **Technical Documentation** |
46 | | -- **[System Architecture & ML Deep-Dive](file:///c:/Users/pooja/Downloads/CommandX-main%20%287%29/CommandX-main/docs/TECHNICAL_DEEP_DIVE.md)**: Mathematical logic, data schemas, and pipeline design. |
47 | | -- **[Telemetry Data Model Snapshot](file:///c:/Users/pooja/Downloads/CommandX-main%20%287%29/CommandX-main/docs/samples/telemetry_snapshot.json)**: Sample high-frequency telemetry payload. |
48 | | -- **[Production Deployment (K8s/Docker)](file:///c:/Users/pooja/Downloads/CommandX-main%20%287%29/CommandX-main/docker-compose.yml)**: Orchestration for distributed mission environments. |
| 46 | +- **[System Architecture & ML Deep-Dive](docs/TECHNICAL_DEEP_DIVE.md)**: Mathematical logic, data schemas, and pipeline design. |
| 47 | +- **[Telemetry Data Model Snapshot](docs/samples/telemetry_snapshot.json)**: Sample high-frequency telemetry payload. |
| 48 | +- **[Production Deployment (K8s/Docker)](docker-compose.yml)**: Orchestration for distributed mission environments. |
49 | 49 |
|
50 | 50 | --- |
51 | 51 |
|
@@ -87,9 +87,8 @@ graph TD |
87 | 87 |
|
88 | 88 | For a deep-dive into the mathematical models, GNC logic, and streaming ML architecture, see the following: |
89 | 89 |
|
90 | | -- **[Technical Architecture Deep-Dive](file:///c:/Users/pooja/Downloads/CommandX-main%20%287%29/CommandX-main/docs/TECHNICAL_DEEP_DIVE.md)**: Detailed breakdown of the EKF, Isolation Forest, and Ridge Regression implementations. |
91 | | -- **[Data Model & Schema](file:///c:/Users/pooja/Downloads/CommandX-main%20%287%29/CommandX-main/docs/samples/telemetry_snapshot.json)**: JSON schema and example payload for satellite telemetry. |
92 | | -- **[Walkthrough of Professionalization](file:///c:/Users/pooja/.gemini/antigravity/brain/10ca3ab7-2406-45dd-878a-67006f9f26ab/walkthrough.md)**: Summary of the recent engineering upgrades. |
| 90 | +- **[Technical Architecture Deep-Dive](docs/TECHNICAL_DEEP_DIVE.md)**: Detailed breakdown of the EKF, Isolation Forest, and Ridge Regression implementations. |
| 91 | +- **[Data Model & Schema](docs/samples/telemetry_snapshot.json)**: JSON schema and example payload for satellite telemetry. |
93 | 92 |
|
94 | 93 | --- |
95 | 94 |
|
|
0 commit comments