Militaryint commited on
Commit
7fe2090
·
verified ·
1 Parent(s): 3d49e34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -19
README.md CHANGED
@@ -1,23 +1,22 @@
1
- # 🟡 Interactive Planner – 42 Question OPS ORDER Generator
2
-
3
- This Commanders Assistant provides an **Interactive Questionnaire** (42 questions) for mission planning and situational analysis.
4
- It generates a structured **OPS ORDER report** enriched with intelligence drawn from your uploaded knowledge base.
5
-
 
 
 
 
6
  ---
7
 
8
- ## 🚀 Features
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
- ## 📂 Setup
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