Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,23 +1,22 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
-
#
|
| 9 |
-
- 42-question planner (Mission, Situation, Execution, Intelligence + Advanced Threat Indicators).
|
| 10 |
-
- Skip any questions – empty answers are ignored.
|
| 11 |
-
- Automatically queries your **knowledge_base/** folder (PDFs & DOCXs).
|
| 12 |
-
- Produces a structured **OPS ORDER** report:
|
| 13 |
-
- Situation
|
| 14 |
-
- Mission
|
| 15 |
-
- Execution
|
| 16 |
-
- Intelligence
|
| 17 |
-
- Annex A (Threat Indicators & Advanced Analysis)
|
| 18 |
-
- KB Intelligence Context
|
| 19 |
|
| 20 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
-
## 📂
|
| 23 |
-
1. Upload your doctrine / intel files into `knowledge_base/` folder:
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Interactive Planner – OPS ORDER Generator
|
| 3 |
+
emoji: 🟡
|
| 4 |
+
colorFrom: yellow
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "4.41.0"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# 🟡 Interactive Planner (OPS ORDER Generator)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
+
This Commanders Assistant provides a **42-question interactive planner** that generates a full **OPS ORDER Situational Analysis Report**, enriched with intelligence from a knowledge base (`knowledge_base/` folder with PDFs & DOCXs).
|
| 15 |
+
|
| 16 |
+
## ✨ Features
|
| 17 |
+
- 42-question questionnaire covering Mission, Situation, Execution, and Intelligence.
|
| 18 |
+
- OPS ORDER report auto-generated from responses.
|
| 19 |
+
- Knowledge base enrichment (PDFs & DOCXs in `knowledge_base/`).
|
| 20 |
+
- Export reports as **PDF** or **DOCX**.
|
| 21 |
|
| 22 |
+
## 📂 Repository Structure
|
|
|