-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepo-manifest.json
More file actions
134 lines (134 loc) · 4.77 KB
/
Copy pathrepo-manifest.json
File metadata and controls
134 lines (134 loc) · 4.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"event": {
"name": "hack26",
"slug": "hack26",
"repo": "hack26",
"topics": [
"solution-centre",
"hack26",
"python",
"azure",
"power-bi",
"github",
"hackathon",
"innovation",
"data",
"artificial-intelligence",
"prototyping",
"collaboration",
"challenge1",
"large-language-models",
"machine-learning",
"natural-language-processing",
"risk-management",
"tacit-knowledge",
"heuristics",
"project-risk"
],
"technologies": [
"python",
"azure",
"power-bi",
"github",
"large-language-models",
"machine-learning",
"natural-language-processing",
"streamlit",
"reportlab",
"pandas",
"microsoft-excel",
"dataverse",
"power-apps",
"power-automate",
"copilot-studio",
"jupyter",
"google-gemini",
"openpyxl",
"fuzzywuzzy",
"json",
"microsoft-copilot",
"office-365",
"project-scheduling-tools",
"microsoft-office",
"primavera-p6",
"document-analysis",
"knowledge-bases",
"search",
"pdfplumber",
"sentence-transformers"
]
},
"visibility": {
"event_repo": "public",
"team_repos": "public"
},
"repos": [
{
"type": "team",
"challenge_name": "Ghosts of Projects Past",
"challenge_description": "This challenge, presented by the MOD, focuses on preventing repeated delivery failures by unlocking lessons hidden in historic project assurance artefacts, particularly Gateway reviews. Teams explore how large language models and related AI techniques can automatically extract both explicit and implicit lessons, organise them into a structured and searchable Lessons Library, and make them reusable at project start\u2011up and review stages to strengthen learning and assurance across portfolios.",
"challenge_slug": "challenge4",
"team_name": "Ghost Busters",
"team_slug": "a",
"name": "hack26-ghost-busters",
"child_repo_path": "submissions/hack26-challenge4-a",
"url": "https://github.com/Projecting-Success-Solutions-Portal/hack26-ghost-busters.git",
"description": "The team built an automated Lessons Learned Library that extracts recommendations and insights from historic MOD Gateway Review reports and turns them into a structured, searchable knowledge base. The solution combines document parsing, NLP categorisation, AI summarisation, and Power BI reporting to surface relevant lessons at project start-up and review stages.",
"key_outcomes": "Reduced time spent manually reviewing historic Gateway reports; improved reuse of assurance lessons across projects; earlier identification of recurring delivery issues; stronger organisational learning and reduced repeat failures.",
"important_files": [
{
"path": "33rd times a charm.ipynb",
"purpose": "Core notebook for extracting, categorising, and summarising lessons from Gateway Review PDFs."
},
{
"path": "99_problems.py",
"purpose": "Automated pipeline to ingest Gateway reports, classify lessons, and append them to a standard Lessons Learned Excel template."
},
{
"path": "20251021-Story Mapping_Lessons Learned Library.docx",
"purpose": "Story map outlining the end-to-end Lessons Learned Library workflow and user journeys."
}
],
"required_fields": {
"summary": "An AI-enabled Lessons Learned Library that unlocks insights hidden in historic Gateway reviews.",
"problem": "Valuable assurance lessons are buried in long documents and rarely reused, leading to repeated project failures.",
"approach": "Automatically extract recommendations from Gateway reports, categorise and summarise them using NLP, and present them through a searchable Power BI dashboard.",
"deliverables": "Automated lesson extraction scripts, structured lessons dataset, Power BI Lessons Library dashboard, and documented workflow."
},
"thumbnail_path": "Image (3).png",
"topics": [
"solution-centre",
"hack26",
"challenge4",
"python",
"pdfplumber",
"sentence-transformers",
"hugging-face",
"power-bi",
"openpyxl",
"watchdog",
"lessons-learned",
"project-assurance",
"knowledge-management",
"document-analysis",
"search",
"governance",
"data-quality"
],
"technologies": [
"python",
"pdfplumber",
"sentence-transformers",
"hugging-face",
"power-bi",
"openpyxl",
"watchdog"
],
"members": [
"Seyi",
"Ben",
"Abi"
]
}
]
}