Kim Adams commited on
Commit
db74508
·
1 Parent(s): 2fb862a

game finding

Browse files
app.py CHANGED
@@ -2,7 +2,6 @@ import gradio as gr
2
  import openai
3
  from home_view import ui_home as home
4
  from utilities import api_keys
5
- from sketch import sketch
6
 
7
  openai.api_key = api_keys.APIKeys().get_key('OPENAI_API_KEY')
8
  eleven_api_key = api_keys.APIKeys().get_key('ELEVEN_LABS_API_KEY')
@@ -10,6 +9,4 @@ voice_id = api_keys.APIKeys().get_key('VOICE_ID')
10
 
11
 
12
  combo=home.combo
13
- combo.launch()
14
-
15
- #ui_sketch.ui.launch()
 
2
  import openai
3
  from home_view import ui_home as home
4
  from utilities import api_keys
 
5
 
6
  openai.api_key = api_keys.APIKeys().get_key('OPENAI_API_KEY')
7
  eleven_api_key = api_keys.APIKeys().get_key('ELEVEN_LABS_API_KEY')
 
9
 
10
 
11
  combo=home.combo
12
+ combo.launch()
 
 
create_games/__pycache__/create_games_slack.cpython-311.pyc CHANGED
Binary files a/create_games/__pycache__/create_games_slack.cpython-311.pyc and b/create_games/__pycache__/create_games_slack.cpython-311.pyc differ
 
create_games/create_games_slack.py CHANGED
@@ -223,11 +223,12 @@ def CreateGameForGroup(group, retry=False):
223
  print(game_ideas)
224
  if game_ideas is None:
225
  print("game_ideas is None, trying again")
226
- CreateGameForGroup(players, True)
227
 
228
  else:
229
  print("***Generated Game Idea:")
230
  print(game_ideas)
231
  gameDF=pd.DataFrame(game_ideas)
 
 
232
  return gameDF
233
- return None
 
223
  print(game_ideas)
224
  if game_ideas is None:
225
  print("game_ideas is None, trying again")
226
+ return CreateGameForGroup(players, True)
227
 
228
  else:
229
  print("***Generated Game Idea:")
230
  print(game_ideas)
231
  gameDF=pd.DataFrame(game_ideas)
232
+ print("gameDF")
233
+ print(gameDF)
234
  return gameDF
 
create_games/data/game_ideas.json CHANGED
@@ -1,8 +1,8 @@
1
  [
2
  {
3
- "Name": "Food Fight",
4
- "Description": "Players take turns selecting food items and trying to guess what their opponents have chosen. If they guess correctly, they win the round. The first player to win 3 rounds wins the game.",
5
  "EnjoymentIndex": "0.7",
6
- "Rationale": "This game is easy to learn and provides a fun challenge for players to guess what their opponents have chosen."
7
  }
8
  ]
 
1
  [
2
  {
3
+ "Name": "The Availability Game",
4
+ "Description": "Players take turns making statements about their availability, such as 'I am available on Mondays' or 'I am not available on Fridays'. The other players must then guess whether the statement is true or false. The player who guesses correctly the most times wins the game. ",
5
  "EnjoymentIndex": "0.7",
6
+ "Rationale": "This game encourages players to think creatively and strategically about their availability, while also having a fun guessing element."
7
  }
8
  ]
home_view/__pycache__/ui_home.cpython-311.pyc CHANGED
Binary files a/home_view/__pycache__/ui_home.cpython-311.pyc and b/home_view/__pycache__/ui_home.cpython-311.pyc differ
 
home_view/ui_home.py CHANGED
@@ -70,7 +70,7 @@ with gr.Blocks() as ui:
70
  with gr.Row(visible=False) as holder:
71
  sketch=gr.Image(image_mode="L", source="canvas", width=600, height =600, invert_colors=True, interactive=True,
72
  brush_radius=.5,type="numpy",label="Sketch", show_label=True, show_upload_button=False, show_download_button=False,
73
- container=False, allow_draw=True, allow_magnify=True, allow_color_picker=True)
74
  label=gr.Label()
75
  sketch.change(Predict, inputs=[sketch], outputs=[label])
76
 
 
70
  with gr.Row(visible=False) as holder:
71
  sketch=gr.Image(image_mode="L", source="canvas", width=600, height =600, invert_colors=True, interactive=True,
72
  brush_radius=.5,type="numpy",label="Sketch", show_label=True, show_upload_button=False, show_download_button=False,
73
+ allow_draw=True, allow_magnify=True, allow_color_picker=True)
74
  label=gr.Label()
75
  sketch.change(Predict, inputs=[sketch], outputs=[label])
76
 
requirements.txt CHANGED
@@ -18,4 +18,5 @@ nltk==3.8.1
18
  bs4==0.0.1
19
  lxml==4.9.3
20
  PyPDF2==3.0.1
21
- tiktoken==0.4.0
 
 
18
  bs4==0.0.1
19
  lxml==4.9.3
20
  PyPDF2==3.0.1
21
+ tiktoken==0.4.0
22
+ torch==2.0.1
slack_processing/__pycache__/slack_data_prep.cpython-311.pyc CHANGED
Binary files a/slack_processing/__pycache__/slack_data_prep.cpython-311.pyc and b/slack_processing/__pycache__/slack_data_prep.cpython-311.pyc differ
 
slack_processing/data/o-slack_with_theme_embeddings.json ADDED
The diff for this file is too large to render. See raw diff
 
slack_processing/data/o-themes.json ADDED
@@ -0,0 +1,479 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "datetime": "2023-07-11 9:21 AM",
4
+ "theme": "d&d",
5
+ "modifier": 0,
6
+ "message": "IMPORTANT ADDITION: You do NOT need ANY experience or knowledge of D&D to join the one-shot campaign. R2 will walk you through everything you need to know. Don't be shy and join us! (edited)",
7
+ "person": "Keri W",
8
+ "postId": 2,
9
+ "themeSimilarity": "1.0"
10
+ },
11
+ {
12
+ "datetime": "2023-07-11 9:21 AM",
13
+ "theme": "availability",
14
+ "modifier": 0,
15
+ "message": "After the summer, then I will be more available.",
16
+ "person": "Brad Merrell",
17
+ "postId": 3,
18
+ "themeSimilarity": "1.0"
19
+ },
20
+ {
21
+ "datetime": "2023-07-11 9:21 AM",
22
+ "theme": "lunch and learn",
23
+ "modifier": 0,
24
+ "message": "@here L&L starting in 5 mins. If you are in the office, Feel free to come to RICE. AI Tutoring: Paving the Way to Better Tomorrows in Education\nhttps://teams.microsoft.com/l/meetup-join/19%3ameeting_MTg2OWRkYzgtYTdmOS00NTk4LWE4MmQ[\u2026]2c%22Oid%22%3a%22bca811aa-1982-4f3b-b602-bca1a89180dc%22%7d",
25
+ "person": "Jay Patel",
26
+ "postId": 4,
27
+ "themeSimilarity": "1.0"
28
+ },
29
+ {
30
+ "datetime": "2023-07-11 9:21 AM",
31
+ "theme": "slalomversary",
32
+ "modifier": 0,
33
+ "message": "It's @Sam \u2019s 2 year Slalomversary. Sam, it's been a pleasure to be on a team with you and thanks for everything you do at _build, especially around the ERGs. Congratulations!",
34
+ "person": "Manik",
35
+ "postId": 5,
36
+ "themeSimilarity": "1.0"
37
+ },
38
+ {
39
+ "datetime": "2023-07-11 9:21 AM",
40
+ "theme": "slalomversary",
41
+ "modifier": 0,
42
+ "message": "@Sam happy Slalomversary!",
43
+ "person": "Naeem",
44
+ "postId": 6,
45
+ "themeSimilarity": "1.0"
46
+ },
47
+ {
48
+ "datetime": "2023-07-11 9:21 AM",
49
+ "theme": "slalomversary",
50
+ "modifier": 0,
51
+ "message": "Happy Slalomversary @Sam",
52
+ "person": "Monika Rudra",
53
+ "postId": 7,
54
+ "themeSimilarity": "1.0"
55
+ },
56
+ {
57
+ "datetime": "2023-07-11 9:21 AM",
58
+ "theme": "slalomversary",
59
+ "modifier": 0,
60
+ "message": "Happy Slalomversary, my dear friend! @Sam :hugging_face:",
61
+ "person": "\u028e\u05df\u05df\u01dd\u029e",
62
+ "postId": 8,
63
+ "themeSimilarity": "1.0"
64
+ },
65
+ {
66
+ "datetime": "2023-07-11 9:21 AM",
67
+ "theme": "slalomversary",
68
+ "modifier": 0,
69
+ "message": "Happy Slalomversary, @Sam! :partyblob:",
70
+ "person": "David Bernal",
71
+ "postId": 9,
72
+ "themeSimilarity": "1.0"
73
+ },
74
+ {
75
+ "datetime": "2023-07-11 9:21 AM",
76
+ "theme": "maintenance",
77
+ "modifier": 0,
78
+ "message": "FYI at 3:30 today, I'll be taking the Arcade machine down for maintenance. It will actually remain down until next Wednesday morning as I work through some marquee configuration. :dealwithit:",
79
+ "person": "Doug Bowen",
80
+ "postId": 10,
81
+ "themeSimilarity": "1.0"
82
+ },
83
+ {
84
+ "datetime": "2023-07-11 9:21 AM",
85
+ "theme": "tour",
86
+ "modifier": 0,
87
+ "message": "Thank you to everyone who came into the office yesterday in support of our Build Center tour for Woodside Energy and AWS. Special thanks to @Christy Nolan and @Danny Weldon for their support presenting \u201chow we work\u201d and \u201cwhat we\u2019re working on\u201d. We\u2019re well positioned to win work with the buyer at Woodside stating \u201cseveral consulting companies have pitched to me but nobody aligns better with my vision than Slalom does\u201d.",
88
+ "person": "John Flaherty",
89
+ "postId": 11,
90
+ "themeSimilarity": "1.0"
91
+ },
92
+ {
93
+ "datetime": "2023-07-11 9:21 AM",
94
+ "theme": "time sheets",
95
+ "modifier": 0,
96
+ "message": "Reminder: Time sheets!",
97
+ "person": "Slackbot",
98
+ "postId": 13,
99
+ "themeSimilarity": "1.0"
100
+ },
101
+ {
102
+ "datetime": "2023-07-11 9:21 AM",
103
+ "theme": "date night",
104
+ "modifier": 0,
105
+ "message": "Date night with my wife at the Sugar Land Space Cowboys game.",
106
+ "person": "Steven Murray",
107
+ "postId": 15,
108
+ "themeSimilarity": "1.0"
109
+ },
110
+ {
111
+ "datetime": "2023-07-11 9:21 AM",
112
+ "theme": "father's day",
113
+ "modifier": 0,
114
+ "message": "Happy Father's day to all you _Builder Dads out there!",
115
+ "person": "Naeem",
116
+ "postId": 16,
117
+ "themeSimilarity": "1.0"
118
+ },
119
+ {
120
+ "datetime": "2023-07-11 9:21 AM",
121
+ "theme": "father's day",
122
+ "modifier": 0,
123
+ "message": "Anyone had any cool gifts/activities for Father\u2019s Day?",
124
+ "person": "Michelle Francisco",
125
+ "postId": 17,
126
+ "themeSimilarity": "1.0"
127
+ },
128
+ {
129
+ "datetime": "2023-07-11 9:21 AM",
130
+ "theme": "national cow appreciation",
131
+ "modifier": 0,
132
+ "message": "National Cow Appreciation Day - @julie.lowe how are the cows? :slightly_smiling_face: :cow:",
133
+ "person": "Michelle Francisco",
134
+ "postId": 18,
135
+ "themeSimilarity": "1.0"
136
+ },
137
+ {
138
+ "datetime": "2023-07-11 9:21 AM",
139
+ "theme": "sunburn",
140
+ "modifier": 0,
141
+ "message": "I applied sunscreen poorly and have stripes of sunburn....",
142
+ "person": "richard.hand",
143
+ "postId": 19,
144
+ "themeSimilarity": "1.0"
145
+ },
146
+ {
147
+ "datetime": "2023-07-11 9:21 AM",
148
+ "theme": "shopping",
149
+ "modifier": 0,
150
+ "message": "My 3 year old daughter went to GAP and selected a flower print shirt for my husband - Nishank (I have never seen him wear flower print, till yesterday). She also bought candy 'to share'.",
151
+ "person": "Mrinalini Shekhawat",
152
+ "postId": 20,
153
+ "themeSimilarity": "1.0"
154
+ },
155
+ {
156
+ "datetime": "2023-07-11 9:21 AM",
157
+ "theme": "lunch and learn",
158
+ "modifier": 0,
159
+ "message": "@channel Who's going in on Wednesday!? For lunch, We will be having lunch from Bellagreen. If want lunch please drop a :lunch-bag: by EOD today. This will help me determine how much to order! Thank you:build_heart: Options Below , comes with chips and fresh fruit...",
160
+ "person": "Ahmad Shareef",
161
+ "postId": 21,
162
+ "themeSimilarity": "1.0"
163
+ },
164
+ {
165
+ "datetime": "2023-07-11 9:21 AM",
166
+ "theme": "error handling",
167
+ "modifier": 0,
168
+ "message": "Hey, what do we do if B.R.A.D. kicks back and error? @Ethan Bowen @Doug Bowen",
169
+ "person": "Stanley Lee Bertrand",
170
+ "postId": 22,
171
+ "themeSimilarity": "1.0"
172
+ },
173
+ {
174
+ "datetime": "2023-07-11 9:21 AM",
175
+ "theme": "tour",
176
+ "modifier": 0,
177
+ "message": "@channel Also happening on Wednesday is the Woodside Build Center Tour beginning at 9am. I would like to have as many Builders in the office as possible. Please make every effort to be on-site. Thank you.",
178
+ "person": "John Flaherty",
179
+ "postId": 23,
180
+ "themeSimilarity": "1.0"
181
+ },
182
+ {
183
+ "datetime": "2023-07-11 9:21 AM",
184
+ "theme": "etiquette",
185
+ "modifier": 0,
186
+ "message": "how to tell someone sitting behind you chewing ice from a solo cup that it is really on your nerves? - asking for a friend",
187
+ "person": "richard.hand",
188
+ "postId": 26,
189
+ "themeSimilarity": "1.0"
190
+ },
191
+ {
192
+ "datetime": "2023-07-11 9:21 AM",
193
+ "theme": "john",
194
+ "modifier": 0,
195
+ "message": "@Doug Bowen what's wrong with the J.O.H.N.?",
196
+ "person": "Michelle Francisco",
197
+ "postId": 27,
198
+ "themeSimilarity": "1.0"
199
+ },
200
+ {
201
+ "datetime": "2023-07-11 9:21 AM",
202
+ "theme": "slalomversary",
203
+ "modifier": 0,
204
+ "message": "Please wish @Christy Nolan a happy 2 year Slalomversary!",
205
+ "person": "Jason Riley",
206
+ "postId": 28,
207
+ "themeSimilarity": "1.0"
208
+ },
209
+ {
210
+ "datetime": "2023-07-11 9:21 AM",
211
+ "theme": "meeting",
212
+ "modifier": 0,
213
+ "message": "@here Good morning everyone! We are having our CCC today in the rice room from 9:00-10:00am!",
214
+ "person": "Alexa De La Garza",
215
+ "postId": 29,
216
+ "themeSimilarity": "1.0"
217
+ },
218
+ {
219
+ "datetime": "2023-07-11 9:21 AM",
220
+ "theme": "session logouts",
221
+ "modifier": 0,
222
+ "message": "Is anyone else getting signed out of their sessions from one day to the next? My Chrome tab that had a sharepoint open, logged me out, my Salesforce link, logged out... Anyone else?",
223
+ "person": "Richard Hand",
224
+ "postId": 30,
225
+ "themeSimilarity": "1.0"
226
+ },
227
+ {
228
+ "datetime": "2023-07-11 9:21 AM",
229
+ "theme": "identity",
230
+ "modifier": 0,
231
+ "message": "I am not @Richard Hand",
232
+ "person": "Michelle Francisco",
233
+ "postId": 31,
234
+ "themeSimilarity": "1.0"
235
+ },
236
+ {
237
+ "datetime": "2023-07-11 9:21 AM",
238
+ "theme": "shopping",
239
+ "modifier": 0,
240
+ "message": "UPDATE: They've been found! Thank you @Alexa De La Garza and @Josh Mascorro :meow_heart: If anyone sees/saw the wine bottles I won from the auction for Target Hunger can you please put them by Melanie\u2019s desk :melting_face: I think I left them by Rice where we were having karaoke or maybe even by the elevators.",
241
+ "person": "Inez Escandon",
242
+ "postId": 32,
243
+ "themeSimilarity": "1.0"
244
+ },
245
+ {
246
+ "datetime": "2023-07-11 9:21 AM",
247
+ "theme": "baking competition",
248
+ "modifier": 0,
249
+ "message": "@here :alert-blue:calling all bakers!! Want to show off your skills & take on a challenge to be titled the best baker in the Houston Build Center?? Then enter The Great Build Bake Off!! :chefkiss::blob-birthdaycake::first_place_medal::blobwhee: We are doing Cakes this round:blob-birthdaycake:! Sign up HERE & bring your best slices on Wednesday, June 14th. More deets below :point_down: Please be sure to pre-cut the cake into bite-size, before the judging There will be a People\u2019s Choice and Judges\u2019 Choice as winners You do not need to be present during the judging time to enter. Bakeoff (2).png",
250
+ "person": "Ahmad Shareef",
251
+ "postId": 33,
252
+ "themeSimilarity": "1.0"
253
+ },
254
+ {
255
+ "datetime": "2023-07-11 9:21 AM",
256
+ "theme": "parking",
257
+ "modifier": 0,
258
+ "message": "@here Hello folks! B.R.A.D is working again if anyone in the office needs parking validation :brad-badge::blue_car:",
259
+ "person": "Alexa De La Garza",
260
+ "postId": 34,
261
+ "themeSimilarity": "0.6674378132850192"
262
+ },
263
+ {
264
+ "datetime": "2023-07-11 9:21 AM",
265
+ "theme": "severe weather",
266
+ "modifier": 0,
267
+ "message": "Severe T storms just hit Northside. High winds, torrential downpour, and the traditional ceremonial power outage.",
268
+ "person": "jmoney",
269
+ "postId": 35,
270
+ "themeSimilarity": "1.0"
271
+ },
272
+ {
273
+ "datetime": "2023-07-11 9:21 AM",
274
+ "theme": "safety",
275
+ "modifier": 0,
276
+ "message": "Be safe!",
277
+ "person": "Doug Bowen",
278
+ "postId": 36,
279
+ "themeSimilarity": "1.0"
280
+ },
281
+ {
282
+ "datetime": "2023-07-11 9:21 AM",
283
+ "theme": "food",
284
+ "modifier": 0,
285
+ "message": "I call this \"lights-out grilled chicken nachos\"",
286
+ "person": "jmoney",
287
+ "postId": 37,
288
+ "themeSimilarity": "1.0"
289
+ },
290
+ {
291
+ "datetime": "2023-07-11 9:21 AM",
292
+ "theme": "food",
293
+ "modifier": 0,
294
+ "message": "@here Who's going in on Wednesday!? We will be having Tacos from Velvet Taco. If want lunch please drop a :taco: by EOD today:alert0:. This will help me determine how much to order! Thank you :build_heart: Buffalo Chicken - crisp tenders, house buffalo sauce, danish bleu cheese, ranch crema, carrots, micro celery, flour tortilla Picnic chicken - rotisserie chicken, avocado crema, warm honey-dijon potato salad, crispy chicken skin, cilantro, flour tortilla Mediterranean mushroom - grilled portobello mushrooms, french fries, cucumber, grilled heirloom tomatoes, dill, flour tortilla - Vegan Grilled salmon - napa slaw, citrus lime crema, pickled fresnos, roasted corn pico, avocado crema, micro cilantro, corn tortilla Side: Elote & chips- queso listo, Valentina, citrus lime crema, queso fresco, lime (edited)",
295
+ "person": "Ahmad Shareef",
296
+ "postId": 38,
297
+ "themeSimilarity": "1.0"
298
+ },
299
+ {
300
+ "datetime": "2023-07-11 9:21 AM",
301
+ "theme": "hackathon",
302
+ "modifier": 0,
303
+ "message": "@here :ai:Hey HOU Build the second Hackathon Subject Matter Expert Series hosted by Carrick Carpenter, Miles Erickson and Etienne Ohl is this Wednesday, June 7th at 10:30am PT. Learn how to cruise quicker and securely with Generative AI! Check out the Hackathon events page.",
304
+ "person": "Ahmad Shareef",
305
+ "postId": 39,
306
+ "themeSimilarity": "1.0"
307
+ },
308
+ {
309
+ "datetime": "2023-07-11 9:21 AM",
310
+ "theme": "lunch and learn",
311
+ "modifier": 0,
312
+ "message": "My notebook indicates there was a lunch-and-learn on robert's rules of order today, but I don't see it on the calendar. Was it cancelled/rescheduled? I don't even see the invite in my email. (edited)",
313
+ "person": "Robert Hailey",
314
+ "postId": 40,
315
+ "themeSimilarity": "1.0"
316
+ },
317
+ {
318
+ "datetime": "2023-07-11 9:21 AM",
319
+ "theme": "karaoke night",
320
+ "modifier": 0,
321
+ "message": "Also happening tomorrow~ Wednesday June 7th at 5pm sharp is BUILD KARAOKE NIGHT!!!! :celebrate::micdrop-boom::dancefloor: @here",
322
+ "person": "Linh Ta",
323
+ "postId": 41,
324
+ "themeSimilarity": "1.0"
325
+ },
326
+ {
327
+ "datetime": "2023-07-11 9:21 AM",
328
+ "theme": "maintenance",
329
+ "modifier": 0,
330
+ "message": "BRAD is down this morning.",
331
+ "person": "Steven Murray",
332
+ "postId": 43,
333
+ "themeSimilarity": "1.0"
334
+ },
335
+ {
336
+ "datetime": "2023-07-11 9:21 AM",
337
+ "theme": "artistic pok\u00e9mon go",
338
+ "modifier": 0,
339
+ "message": "Hey @channel, oddly specific request: If you\u2019re an artistic human who plays Pok\u00e9mon Go, please come find me when you have a little spare time. I\u2019ve got a fun project for you.",
340
+ "person": "Melanie Halbert",
341
+ "postId": 44,
342
+ "themeSimilarity": "1.0"
343
+ },
344
+ {
345
+ "datetime": "2023-07-11 9:21 AM",
346
+ "theme": "shoes",
347
+ "modifier": 0,
348
+ "message": "All thats left is shoes!!",
349
+ "person": "Doug Bowen",
350
+ "postId": 47,
351
+ "themeSimilarity": "1.0"
352
+ },
353
+ {
354
+ "datetime": "2023-07-11 9:21 AM",
355
+ "theme": "challenge",
356
+ "modifier": 0,
357
+ "message": "Let\u2019s see who is up to the challenge @Doug Bowen",
358
+ "person": "DataNinja",
359
+ "postId": 48,
360
+ "themeSimilarity": "1.0"
361
+ },
362
+ {
363
+ "datetime": "2023-07-11 9:21 AM",
364
+ "theme": "john",
365
+ "modifier": 0,
366
+ "message": "Just FYI, our arcade machine (JOHN) is open for business! Let me know if you have any requests, concerns, or suggestions. For those asking, we have a digital marquee coming in the next few weeks and we'll be vinyl wrapping the cabinet closer to August (when our UX designer returns from leave) Have fun!",
367
+ "person": "Doug Bowen",
368
+ "postId": 49,
369
+ "themeSimilarity": "1.0"
370
+ },
371
+ {
372
+ "datetime": "2023-07-11 9:21 AM",
373
+ "theme": "food",
374
+ "modifier": 0,
375
+ "message": "@here Hope everyone had a restful 3-day weekend! Who's going in tomorrow!? We will be having Bowls from Genghis Grill. If want lunch please drop a :dumpling: by EOD today:alert0:. This will help me determine how much to order! Thank you :build_heart: Menu: Tofu 4 U Bowl - Tofu with dragon salt, yellow onions, broccoli, roasted bell peppers, roasted sesame garlic sauce, and white rice. Topped with toasted sesame seeds and green onions. Teriyaki Chicken - Chicken, broccoli, green onion, and pineapple in a sweet soy-ginger teriyaki sauce served with white rice. Topped with crunchy chow mein. Bangkok Bowl - Chicken, crushed red pepper, ginger, yellow & green onions, sugar snap peas, red bell peppers, carrots, and Udon noodles with a savory sauce. Topped with toasted sesame seeds and green onions. Supreme Fried Rice Bowl - Steak, chicken, and shrimp with fried rice (w/ yellow & green onions, red bell peppers, carrots, & egg).",
376
+ "person": "Ahmad Shareef",
377
+ "postId": 50,
378
+ "themeSimilarity": "1.0"
379
+ },
380
+ {
381
+ "datetime": "2023-07-11 9:21 AM",
382
+ "theme": "food",
383
+ "modifier": 0,
384
+ "message": "I\u2019ll take a Bangkok bowl!",
385
+ "person": "Phillip Nguyen",
386
+ "postId": 51,
387
+ "themeSimilarity": "1.0"
388
+ },
389
+ {
390
+ "datetime": "2023-07-11 9:21 AM",
391
+ "theme": "slalomversary",
392
+ "modifier": 0,
393
+ "message": "Happy 6 year anniversary to the formation of Houston :_b: QE :celebrate-all: @Logan Le @Blake Bryce @King Khan",
394
+ "person": "Blake Bryce",
395
+ "postId": 52,
396
+ "themeSimilarity": "1.0"
397
+ },
398
+ {
399
+ "datetime": "2023-07-11 9:21 AM",
400
+ "theme": "volunteer opportunity",
401
+ "modifier": 0,
402
+ "message": "Hey hey hey Houston! Hope you all had a relaxing and enjoyable 3-day weekend. Partners 4 Good will be building Worthy Bags Friday June 2 from 12-1pm 12:30-1:30pm. If you are interested in helping, reply here and I\u2019ll forward you the invite. Also, feel free to just stop by and help out. Hope to see you Friday! (edited)",
403
+ "person": "Michelle Francisco",
404
+ "postId": 53,
405
+ "themeSimilarity": "1.0"
406
+ },
407
+ {
408
+ "datetime": "2023-07-11 9:21 AM",
409
+ "theme": "hackathon",
410
+ "modifier": 0,
411
+ "message": "@here a quick note, the first session of the Hackathon Subject Matter Expert Series with Bethany Mudd and Chris Samuels is tomorrow, May 31st at 10:30am PT. Learn how to reimagine the art of the possible with Generative AI:ai:. You can join by using the add to calendar function from the Hackathon events page.",
412
+ "person": "Ahmad Shareef",
413
+ "postId": 54,
414
+ "themeSimilarity": "1.0"
415
+ },
416
+ {
417
+ "datetime": "2023-07-11 9:21 AM",
418
+ "theme": "parking",
419
+ "modifier": 0,
420
+ "message": "@here Hey everyone! If you are currently at the Slalom office and drive a white Mercedes SUV (license plate OKPAKO), please move it immediately as it is parked in a reserved spot on Level 3 and will be towed if not moved by 1pm. giphy (4).gif",
421
+ "person": "Ahmad Shareef",
422
+ "postId": 55,
423
+ "themeSimilarity": "1.0"
424
+ },
425
+ {
426
+ "datetime": "2023-07-11 9:21 AM",
427
+ "theme": "maintenance",
428
+ "modifier": 0,
429
+ "message": "Hello fellow builders, :brad-badge: BRAD :brad-badge: will be down for the rest of the month as he undergoes an external rework and final physical build. Please ask the Ops team to validate your ticket in the mean time. Thanks everyone!",
430
+ "person": "Ethan Bowen",
431
+ "postId": 57,
432
+ "themeSimilarity": "1.0"
433
+ },
434
+ {
435
+ "datetime": "2023-07-11 9:21 AM",
436
+ "theme": "food",
437
+ "modifier": 0,
438
+ "message": "Hi there - a few of us are meeting at RA Sushi for an impromptu happy hour! :cheers::kawaii-sushi: Join us - it's BYOD (Buy Your Own Drink)! :blob-wink:",
439
+ "person": "Linh Ta",
440
+ "postId": 58,
441
+ "themeSimilarity": "1.0"
442
+ },
443
+ {
444
+ "datetime": "2023-07-11 9:21 AM",
445
+ "theme": "relatable joy",
446
+ "modifier": 0,
447
+ "message": "Tell me this isn\u2019t relatable :joy: https://youtu.be/BKorP55Aqvg",
448
+ "person": "Jane",
449
+ "postId": 59,
450
+ "themeSimilarity": "1.0"
451
+ },
452
+ {
453
+ "datetime": "2023-07-11 9:21 AM",
454
+ "theme": "relatable joy",
455
+ "modifier": 0,
456
+ "message": "replied to a thread: Tell me this isn\u2019t relatable :joy:\u2026 A classic, alongside this one: https://www.youtube.com/watch?v=y8OnoxKotPQ",
457
+ "person": "Stefano",
458
+ "postId": 60,
459
+ "themeSimilarity": "1.0"
460
+ },
461
+ {
462
+ "datetime": "2023-07-11 9:21 AM",
463
+ "theme": "713 day",
464
+ "modifier": 0,
465
+ "message": "Happy 713 Day! image.png image.png",
466
+ "person": "John Flaherty",
467
+ "postId": 61,
468
+ "themeSimilarity": "1.0"
469
+ },
470
+ {
471
+ "datetime": "2023-07-11 9:21 AM",
472
+ "theme": "birthday celebration",
473
+ "modifier": 0,
474
+ "message": "Happy birthday @Ray Lopez! H-Town and Prime days are Ray\u2019s Day. balloons.jpeg balloons.jpeg",
475
+ "person": "Michelle Francisco",
476
+ "postId": 64,
477
+ "themeSimilarity": "1.0"
478
+ }
479
+ ]
slack_processing/data/slack_with_theme_embeddings.json CHANGED
The diff for this file is too large to render. See raw diff
 
slack_processing/data/themes.json CHANGED
@@ -100,7 +100,16 @@
100
  },
101
  {
102
  "datetime": "2023-07-11 9:21 AM",
103
- "theme": "date night",
 
 
 
 
 
 
 
 
 
104
  "modifier": 0,
105
  "message": "Date night with my wife at the Sugar Land Space Cowboys game.",
106
  "person": "Steven Murray",
@@ -109,7 +118,7 @@
109
  },
110
  {
111
  "datetime": "2023-07-11 9:21 AM",
112
- "theme": "father's day",
113
  "modifier": 0,
114
  "message": "Happy Father's day to all you _Builder Dads out there!",
115
  "person": "Naeem",
@@ -118,7 +127,7 @@
118
  },
119
  {
120
  "datetime": "2023-07-11 9:21 AM",
121
- "theme": "father's day",
122
  "modifier": 0,
123
  "message": "Anyone had any cool gifts/activities for Father\u2019s Day?",
124
  "person": "Michelle Francisco",
@@ -145,7 +154,7 @@
145
  },
146
  {
147
  "datetime": "2023-07-11 9:21 AM",
148
- "theme": "shopping",
149
  "modifier": 0,
150
  "message": "My 3 year old daughter went to GAP and selected a flower print shirt for my husband - Nishank (I have never seen him wear flower print, till yesterday). She also bought candy 'to share'.",
151
  "person": "Mrinalini Shekhawat",
@@ -172,13 +181,22 @@
172
  },
173
  {
174
  "datetime": "2023-07-11 9:21 AM",
175
- "theme": "tour",
176
  "modifier": 0,
177
  "message": "@channel Also happening on Wednesday is the Woodside Build Center Tour beginning at 9am. I would like to have as many Builders in the office as possible. Please make every effort to be on-site. Thank you.",
178
  "person": "John Flaherty",
179
  "postId": 23,
180
  "themeSimilarity": "1.0"
181
  },
 
 
 
 
 
 
 
 
 
182
  {
183
  "datetime": "2023-07-11 9:21 AM",
184
  "theme": "etiquette",
@@ -235,7 +253,7 @@
235
  },
236
  {
237
  "datetime": "2023-07-11 9:21 AM",
238
- "theme": "shopping",
239
  "modifier": 0,
240
  "message": "UPDATE: They've been found! Thank you @Alexa De La Garza and @Josh Mascorro :meow_heart: If anyone sees/saw the wine bottles I won from the auction for Target Hunger can you please put them by Melanie\u2019s desk :melting_face: I think I left them by Rice where we were having karaoke or maybe even by the elevators.",
241
  "person": "Inez Escandon",
@@ -253,12 +271,12 @@
253
  },
254
  {
255
  "datetime": "2023-07-11 9:21 AM",
256
- "theme": "parking",
257
  "modifier": 0,
258
  "message": "@here Hello folks! B.R.A.D is working again if anyone in the office needs parking validation :brad-badge::blue_car:",
259
  "person": "Alexa De La Garza",
260
  "postId": 34,
261
- "themeSimilarity": "0.6674378132850192"
262
  },
263
  {
264
  "datetime": "2023-07-11 9:21 AM",
@@ -289,7 +307,7 @@
289
  },
290
  {
291
  "datetime": "2023-07-11 9:21 AM",
292
- "theme": "food",
293
  "modifier": 0,
294
  "message": "@here Who's going in on Wednesday!? We will be having Tacos from Velvet Taco. If want lunch please drop a :taco: by EOD today:alert0:. This will help me determine how much to order! Thank you :build_heart: Buffalo Chicken - crisp tenders, house buffalo sauce, danish bleu cheese, ranch crema, carrots, micro celery, flour tortilla Picnic chicken - rotisserie chicken, avocado crema, warm honey-dijon potato salad, crispy chicken skin, cilantro, flour tortilla Mediterranean mushroom - grilled portobello mushrooms, french fries, cucumber, grilled heirloom tomatoes, dill, flour tortilla - Vegan Grilled salmon - napa slaw, citrus lime crema, pickled fresnos, roasted corn pico, avocado crema, micro cilantro, corn tortilla Side: Elote & chips- queso listo, Valentina, citrus lime crema, queso fresco, lime (edited)",
295
  "person": "Ahmad Shareef",
@@ -323,15 +341,6 @@
323
  "postId": 41,
324
  "themeSimilarity": "1.0"
325
  },
326
- {
327
- "datetime": "2023-07-11 9:21 AM",
328
- "theme": "maintenance",
329
- "modifier": 0,
330
- "message": "BRAD is down this morning.",
331
- "person": "Steven Murray",
332
- "postId": 43,
333
- "themeSimilarity": "1.0"
334
- },
335
  {
336
  "datetime": "2023-07-11 9:21 AM",
337
  "theme": "artistic pok\u00e9mon go",
@@ -361,7 +370,7 @@
361
  },
362
  {
363
  "datetime": "2023-07-11 9:21 AM",
364
- "theme": "john",
365
  "modifier": 0,
366
  "message": "Just FYI, our arcade machine (JOHN) is open for business! Let me know if you have any requests, concerns, or suggestions. For those asking, we have a digital marquee coming in the next few weeks and we'll be vinyl wrapping the cabinet closer to August (when our UX designer returns from leave) Have fun!",
367
  "person": "Doug Bowen",
@@ -370,7 +379,7 @@
370
  },
371
  {
372
  "datetime": "2023-07-11 9:21 AM",
373
- "theme": "food",
374
  "modifier": 0,
375
  "message": "@here Hope everyone had a restful 3-day weekend! Who's going in tomorrow!? We will be having Bowls from Genghis Grill. If want lunch please drop a :dumpling: by EOD today:alert0:. This will help me determine how much to order! Thank you :build_heart: Menu: Tofu 4 U Bowl - Tofu with dragon salt, yellow onions, broccoli, roasted bell peppers, roasted sesame garlic sauce, and white rice. Topped with toasted sesame seeds and green onions. Teriyaki Chicken - Chicken, broccoli, green onion, and pineapple in a sweet soy-ginger teriyaki sauce served with white rice. Topped with crunchy chow mein. Bangkok Bowl - Chicken, crushed red pepper, ginger, yellow & green onions, sugar snap peas, red bell peppers, carrots, and Udon noodles with a savory sauce. Topped with toasted sesame seeds and green onions. Supreme Fried Rice Bowl - Steak, chicken, and shrimp with fried rice (w/ yellow & green onions, red bell peppers, carrots, & egg).",
376
  "person": "Ahmad Shareef",
@@ -379,7 +388,7 @@
379
  },
380
  {
381
  "datetime": "2023-07-11 9:21 AM",
382
- "theme": "food",
383
  "modifier": 0,
384
  "message": "I\u2019ll take a Bangkok bowl!",
385
  "person": "Phillip Nguyen",
@@ -388,7 +397,7 @@
388
  },
389
  {
390
  "datetime": "2023-07-11 9:21 AM",
391
- "theme": "slalomversary",
392
  "modifier": 0,
393
  "message": "Happy 6 year anniversary to the formation of Houston :_b: QE :celebrate-all: @Logan Le @Blake Bryce @King Khan",
394
  "person": "Blake Bryce",
@@ -397,7 +406,7 @@
397
  },
398
  {
399
  "datetime": "2023-07-11 9:21 AM",
400
- "theme": "volunteer opportunity",
401
  "modifier": 0,
402
  "message": "Hey hey hey Houston! Hope you all had a relaxing and enjoyable 3-day weekend. Partners 4 Good will be building Worthy Bags Friday June 2 from 12-1pm 12:30-1:30pm. If you are interested in helping, reply here and I\u2019ll forward you the invite. Also, feel free to just stop by and help out. Hope to see you Friday! (edited)",
403
  "person": "Michelle Francisco",
@@ -415,7 +424,7 @@
415
  },
416
  {
417
  "datetime": "2023-07-11 9:21 AM",
418
- "theme": "parking",
419
  "modifier": 0,
420
  "message": "@here Hey everyone! If you are currently at the Slalom office and drive a white Mercedes SUV (license plate OKPAKO), please move it immediately as it is parked in a reserved spot on Level 3 and will be towed if not moved by 1pm. giphy (4).gif",
421
  "person": "Ahmad Shareef",
@@ -433,7 +442,7 @@
433
  },
434
  {
435
  "datetime": "2023-07-11 9:21 AM",
436
- "theme": "food",
437
  "modifier": 0,
438
  "message": "Hi there - a few of us are meeting at RA Sushi for an impromptu happy hour! :cheers::kawaii-sushi: Join us - it's BYOD (Buy Your Own Drink)! :blob-wink:",
439
  "person": "Linh Ta",
@@ -456,7 +465,7 @@
456
  "message": "replied to a thread: Tell me this isn\u2019t relatable :joy:\u2026 A classic, alongside this one: https://www.youtube.com/watch?v=y8OnoxKotPQ",
457
  "person": "Stefano",
458
  "postId": 60,
459
- "themeSimilarity": "1.0"
460
  },
461
  {
462
  "datetime": "2023-07-11 9:21 AM",
@@ -475,5 +484,68 @@
475
  "person": "Michelle Francisco",
476
  "postId": 64,
477
  "themeSimilarity": "1.0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
478
  }
479
  ]
 
100
  },
101
  {
102
  "datetime": "2023-07-11 9:21 AM",
103
+ "theme": "friday",
104
+ "modifier": 0,
105
+ "message": "Happy Friday",
106
+ "person": "Naeem",
107
+ "postId": 14,
108
+ "themeSimilarity": "1.0"
109
+ },
110
+ {
111
+ "datetime": "2023-07-11 9:21 AM",
112
+ "theme": "slalomversary",
113
  "modifier": 0,
114
  "message": "Date night with my wife at the Sugar Land Space Cowboys game.",
115
  "person": "Steven Murray",
 
118
  },
119
  {
120
  "datetime": "2023-07-11 9:21 AM",
121
+ "theme": "slalomversary",
122
  "modifier": 0,
123
  "message": "Happy Father's day to all you _Builder Dads out there!",
124
  "person": "Naeem",
 
127
  },
128
  {
129
  "datetime": "2023-07-11 9:21 AM",
130
+ "theme": "gifts/activities",
131
  "modifier": 0,
132
  "message": "Anyone had any cool gifts/activities for Father\u2019s Day?",
133
  "person": "Michelle Francisco",
 
154
  },
155
  {
156
  "datetime": "2023-07-11 9:21 AM",
157
+ "theme": "gifts/activities",
158
  "modifier": 0,
159
  "message": "My 3 year old daughter went to GAP and selected a flower print shirt for my husband - Nishank (I have never seen him wear flower print, till yesterday). She also bought candy 'to share'.",
160
  "person": "Mrinalini Shekhawat",
 
181
  },
182
  {
183
  "datetime": "2023-07-11 9:21 AM",
184
+ "theme": "availability",
185
  "modifier": 0,
186
  "message": "@channel Also happening on Wednesday is the Woodside Build Center Tour beginning at 9am. I would like to have as many Builders in the office as possible. Please make every effort to be on-site. Thank you.",
187
  "person": "John Flaherty",
188
  "postId": 23,
189
  "themeSimilarity": "1.0"
190
  },
191
+ {
192
+ "datetime": "2023-07-11 9:21 AM",
193
+ "theme": "builders",
194
+ "modifier": 0,
195
+ "message": "BuildersAssemblesmaller.png",
196
+ "person": "Michelle Francisco",
197
+ "postId": 24,
198
+ "themeSimilarity": "1.0"
199
+ },
200
  {
201
  "datetime": "2023-07-11 9:21 AM",
202
  "theme": "etiquette",
 
253
  },
254
  {
255
  "datetime": "2023-07-11 9:21 AM",
256
+ "theme": "gifts/activities",
257
  "modifier": 0,
258
  "message": "UPDATE: They've been found! Thank you @Alexa De La Garza and @Josh Mascorro :meow_heart: If anyone sees/saw the wine bottles I won from the auction for Target Hunger can you please put them by Melanie\u2019s desk :melting_face: I think I left them by Rice where we were having karaoke or maybe even by the elevators.",
259
  "person": "Inez Escandon",
 
271
  },
272
  {
273
  "datetime": "2023-07-11 9:21 AM",
274
+ "theme": "topic: parking",
275
  "modifier": 0,
276
  "message": "@here Hello folks! B.R.A.D is working again if anyone in the office needs parking validation :brad-badge::blue_car:",
277
  "person": "Alexa De La Garza",
278
  "postId": 34,
279
+ "themeSimilarity": "1.0"
280
  },
281
  {
282
  "datetime": "2023-07-11 9:21 AM",
 
307
  },
308
  {
309
  "datetime": "2023-07-11 9:21 AM",
310
+ "theme": "topic: food",
311
  "modifier": 0,
312
  "message": "@here Who's going in on Wednesday!? We will be having Tacos from Velvet Taco. If want lunch please drop a :taco: by EOD today:alert0:. This will help me determine how much to order! Thank you :build_heart: Buffalo Chicken - crisp tenders, house buffalo sauce, danish bleu cheese, ranch crema, carrots, micro celery, flour tortilla Picnic chicken - rotisserie chicken, avocado crema, warm honey-dijon potato salad, crispy chicken skin, cilantro, flour tortilla Mediterranean mushroom - grilled portobello mushrooms, french fries, cucumber, grilled heirloom tomatoes, dill, flour tortilla - Vegan Grilled salmon - napa slaw, citrus lime crema, pickled fresnos, roasted corn pico, avocado crema, micro cilantro, corn tortilla Side: Elote & chips- queso listo, Valentina, citrus lime crema, queso fresco, lime (edited)",
313
  "person": "Ahmad Shareef",
 
341
  "postId": 41,
342
  "themeSimilarity": "1.0"
343
  },
 
 
 
 
 
 
 
 
 
344
  {
345
  "datetime": "2023-07-11 9:21 AM",
346
  "theme": "artistic pok\u00e9mon go",
 
370
  },
371
  {
372
  "datetime": "2023-07-11 9:21 AM",
373
+ "theme": "arcade machine updates",
374
  "modifier": 0,
375
  "message": "Just FYI, our arcade machine (JOHN) is open for business! Let me know if you have any requests, concerns, or suggestions. For those asking, we have a digital marquee coming in the next few weeks and we'll be vinyl wrapping the cabinet closer to August (when our UX designer returns from leave) Have fun!",
376
  "person": "Doug Bowen",
 
379
  },
380
  {
381
  "datetime": "2023-07-11 9:21 AM",
382
+ "theme": "topic: food",
383
  "modifier": 0,
384
  "message": "@here Hope everyone had a restful 3-day weekend! Who's going in tomorrow!? We will be having Bowls from Genghis Grill. If want lunch please drop a :dumpling: by EOD today:alert0:. This will help me determine how much to order! Thank you :build_heart: Menu: Tofu 4 U Bowl - Tofu with dragon salt, yellow onions, broccoli, roasted bell peppers, roasted sesame garlic sauce, and white rice. Topped with toasted sesame seeds and green onions. Teriyaki Chicken - Chicken, broccoli, green onion, and pineapple in a sweet soy-ginger teriyaki sauce served with white rice. Topped with crunchy chow mein. Bangkok Bowl - Chicken, crushed red pepper, ginger, yellow & green onions, sugar snap peas, red bell peppers, carrots, and Udon noodles with a savory sauce. Topped with toasted sesame seeds and green onions. Supreme Fried Rice Bowl - Steak, chicken, and shrimp with fried rice (w/ yellow & green onions, red bell peppers, carrots, & egg).",
385
  "person": "Ahmad Shareef",
 
388
  },
389
  {
390
  "datetime": "2023-07-11 9:21 AM",
391
+ "theme": "topic: food",
392
  "modifier": 0,
393
  "message": "I\u2019ll take a Bangkok bowl!",
394
  "person": "Phillip Nguyen",
 
397
  },
398
  {
399
  "datetime": "2023-07-11 9:21 AM",
400
+ "theme": "anniversary celebration",
401
  "modifier": 0,
402
  "message": "Happy 6 year anniversary to the formation of Houston :_b: QE :celebrate-all: @Logan Le @Blake Bryce @King Khan",
403
  "person": "Blake Bryce",
 
406
  },
407
  {
408
  "datetime": "2023-07-11 9:21 AM",
409
+ "theme": "topic: parking",
410
  "modifier": 0,
411
  "message": "Hey hey hey Houston! Hope you all had a relaxing and enjoyable 3-day weekend. Partners 4 Good will be building Worthy Bags Friday June 2 from 12-1pm 12:30-1:30pm. If you are interested in helping, reply here and I\u2019ll forward you the invite. Also, feel free to just stop by and help out. Hope to see you Friday! (edited)",
412
  "person": "Michelle Francisco",
 
424
  },
425
  {
426
  "datetime": "2023-07-11 9:21 AM",
427
+ "theme": "topic: parking",
428
  "modifier": 0,
429
  "message": "@here Hey everyone! If you are currently at the Slalom office and drive a white Mercedes SUV (license plate OKPAKO), please move it immediately as it is parked in a reserved spot on Level 3 and will be towed if not moved by 1pm. giphy (4).gif",
430
  "person": "Ahmad Shareef",
 
442
  },
443
  {
444
  "datetime": "2023-07-11 9:21 AM",
445
+ "theme": "topic: food",
446
  "modifier": 0,
447
  "message": "Hi there - a few of us are meeting at RA Sushi for an impromptu happy hour! :cheers::kawaii-sushi: Join us - it's BYOD (Buy Your Own Drink)! :blob-wink:",
448
  "person": "Linh Ta",
 
465
  "message": "replied to a thread: Tell me this isn\u2019t relatable :joy:\u2026 A classic, alongside this one: https://www.youtube.com/watch?v=y8OnoxKotPQ",
466
  "person": "Stefano",
467
  "postId": 60,
468
+ "themeSimilarity": "0.6674378132850192"
469
  },
470
  {
471
  "datetime": "2023-07-11 9:21 AM",
 
484
  "person": "Michelle Francisco",
485
  "postId": 64,
486
  "themeSimilarity": "1.0"
487
+ },
488
+ {
489
+ "datetime": "2023-07-11 9:21 AM",
490
+ "theme": "theater",
491
+ "modifier": 0,
492
+ "message": "Hey Houston fam!:flamingo-dance: Love community theater? :performing_arts: Enjoy supporting local arts? Check out Theatre Southwest's Festival of Originals (FOO)! :tada: Theatre Southwest is a hidden gem :gem: just a hop, skip, and jump from the Build Center. In a single show, catch 5 short original works by different playwrights, each with a different director and cast. FOO runs weekends from July 28 to August 12 :spiral_calendar_pad: More info and tickets are available at the TSW website. Don't miss out!",
493
+ "person": "Keri W",
494
+ "postId": 65,
495
+ "themeSimilarity": "1.0"
496
+ },
497
+ {
498
+ "datetime": "2023-07-11 9:21 AM",
499
+ "theme": "friday",
500
+ "modifier": 0,
501
+ "message": "Next Friday - Bring Your Kids to Work Day Have your kiddos ever wondered what you do all day at work or wanted to see the office? Get ready for a fun time that will surely leave them wide-eyed with wonder and brimming with excitement! It\u2019s time to mark your calendars for our. Kindly fill out the RSVP link here by July 14th. Here are some additional things to know: Kid Age Range 6 -16 Parents must be involved during this time frame (this is not a babysitting event) Have some fun!",
502
+ "person": "Michelle Francisco",
503
+ "postId": 66,
504
+ "themeSimilarity": "1.0"
505
+ },
506
+ {
507
+ "datetime": "2023-07-11 9:21 AM",
508
+ "theme": "topic: food",
509
+ "modifier": 0,
510
+ "message": "I love subway. I'm going to order 10 footlongs for the team. Please drop a :subway: if you want to join in. I'll be ordering at 11:30. Thanks",
511
+ "person": "Doug Bowen",
512
+ "postId": 67,
513
+ "themeSimilarity": "1.0"
514
+ },
515
+ {
516
+ "datetime": "2023-07-11 9:21 AM",
517
+ "theme": "topic: food",
518
+ "modifier": 0,
519
+ "message": "Is it time for Blake to take the Milk Challenge?!?",
520
+ "person": "Srijaya Suresh",
521
+ "postId": 68,
522
+ "themeSimilarity": "1.0"
523
+ },
524
+ {
525
+ "datetime": "2023-07-11 9:21 AM",
526
+ "theme": "milk",
527
+ "modifier": 0,
528
+ "message": "Did someone say MILK? @BlakeBryce?!?",
529
+ "person": "Michelle Francisco",
530
+ "postId": 70,
531
+ "themeSimilarity": "1.0"
532
+ },
533
+ {
534
+ "datetime": "2023-07-11 9:21 AM",
535
+ "theme": "topic: food",
536
+ "modifier": 0,
537
+ "message": "Never drank milk.",
538
+ "person": "Blake Bryce",
539
+ "postId": 71,
540
+ "themeSimilarity": "1.0"
541
+ },
542
+ {
543
+ "datetime": "2023-07-11 9:21 AM",
544
+ "theme": "topic: food",
545
+ "modifier": 0,
546
+ "message": "Blake should drink milk.",
547
+ "person": "Kim Adams",
548
+ "postId": 72,
549
+ "themeSimilarity": "1.0"
550
  }
551
  ]
slack_processing/data/unknown_themes.json CHANGED
@@ -26,24 +26,6 @@
26
  "postId": 12,
27
  "themeSimilarity": 0
28
  },
29
- {
30
- "datetime": "2023-07-11 9:21 AM",
31
- "theme": "Unknown",
32
- "modifier": 0,
33
- "message": "Happy Friday",
34
- "person": "Naeem",
35
- "postId": 14,
36
- "themeSimilarity": 0
37
- },
38
- {
39
- "datetime": "2023-07-11 9:21 AM",
40
- "theme": "Unknown",
41
- "modifier": 0,
42
- "message": "BuildersAssemblesmaller.png",
43
- "person": "Michelle Francisco",
44
- "postId": 24,
45
- "themeSimilarity": 0
46
- },
47
  {
48
  "datetime": "2023-07-11 9:21 AM",
49
  "theme": "Unknown",
@@ -62,6 +44,15 @@
62
  "postId": 42,
63
  "themeSimilarity": 0
64
  },
 
 
 
 
 
 
 
 
 
65
  {
66
  "datetime": "2023-07-11 9:21 AM",
67
  "theme": "Unknown",
@@ -97,5 +88,14 @@
97
  "person": "Chase",
98
  "postId": 63,
99
  "themeSimilarity": 0
 
 
 
 
 
 
 
 
 
100
  }
101
  ]
 
26
  "postId": 12,
27
  "themeSimilarity": 0
28
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  {
30
  "datetime": "2023-07-11 9:21 AM",
31
  "theme": "Unknown",
 
44
  "postId": 42,
45
  "themeSimilarity": 0
46
  },
47
+ {
48
+ "datetime": "2023-07-11 9:21 AM",
49
+ "theme": "Unknown",
50
+ "modifier": 0,
51
+ "message": "BRAD is down this morning.",
52
+ "person": "Steven Murray",
53
+ "postId": 43,
54
+ "themeSimilarity": 0
55
+ },
56
  {
57
  "datetime": "2023-07-11 9:21 AM",
58
  "theme": "Unknown",
 
88
  "person": "Chase",
89
  "postId": 63,
90
  "themeSimilarity": 0
91
+ },
92
+ {
93
+ "datetime": "2023-07-11 9:21 AM",
94
+ "theme": "Unknown",
95
+ "modifier": 0,
96
+ "message": "Hey Blake, Got milk?!?",
97
+ "person": "Srijaya Suresh",
98
+ "postId": 69,
99
+ "themeSimilarity": 0
100
  }
101
  ]