Samilincoln commited on
Commit
27e1e75
·
1 Parent(s): ab429ff

changed json data file processing

Browse files
Files changed (2) hide show
  1. app.py +5 -2
  2. docs/food_data.json +1092 -0
app.py CHANGED
@@ -22,13 +22,16 @@ model = genai.GenerativeModel(
22
 
23
 
24
  data_path = os.path.join("docs", "Nigerian_Foods.csv")
25
- json_path = os.path.join("docs", "food_data.csv")
26
 
27
  food_data = pd.read_csv(data_path)
28
 
29
  json_data = food_data.to_json(orient="records", lines=False, indent=4)
30
 
31
- few_shot_prompt = f" You are an interactive recipe assistant, using data form this file {json_data} for recipe recommendations ,And If recipe is not available, Give first most similar"
 
 
 
32
 
33
  def recipe_chatbot(messages, history):
34
  response = model.generate_content([few_shot_prompt,messages], request_options=retry_policy)
 
22
 
23
 
24
  data_path = os.path.join("docs", "Nigerian_Foods.csv")
25
+ json_path = os.path.join("docs", "food_data.json")
26
 
27
  food_data = pd.read_csv(data_path)
28
 
29
  json_data = food_data.to_json(orient="records", lines=False, indent=4)
30
 
31
+ with open(json_path, "w") as json_file:
32
+ json_file.write(json_data)
33
+
34
+ few_shot_prompt = f" You are an interactive recipe assistant, using data from this file {json_data} for recipe recommendations ,And If recipe is not available, Give first most similar"
35
 
36
  def recipe_chatbot(messages, history):
37
  response = model.generate_content([few_shot_prompt,messages], request_options=retry_policy)
docs/food_data.json CHANGED
@@ -0,0 +1,1092 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "Food_Name":"Abacha",
4
+ "Main_Ingredients":"African salad, utazi leaves, oil, fish",
5
+ "Description":"Cassava-based salad with spicy fish",
6
+ "Food_Health":"Healthy",
7
+ "Food_Class":"Traditional",
8
+ "Region":"South-East",
9
+ "Spice_Level":"Spicy",
10
+ "Price_Range":"Affordable"
11
+ },
12
+ {
13
+ "Food_Name":"Abacha and Ugba (Regular)",
14
+ "Main_Ingredients":"Abacha (Cassava Fufu), Ugba (Oilbean Seeds)",
15
+ "Description":"Shredded cassava fufu served with oilbean seeds.",
16
+ "Food_Health":"Healthy",
17
+ "Food_Class":"Traditional",
18
+ "Region":"Eastern",
19
+ "Spice_Level":null,
20
+ "Price_Range":"Affordable"
21
+ },
22
+ {
23
+ "Food_Name":"Abacha and Ugba",
24
+ "Main_Ingredients":"African salad, oil, fish, fermented oil bean seeds (ugba)",
25
+ "Description":"Cassava-based salad with spicy fish and fermented oil bean seeds",
26
+ "Food_Health":"Healthy",
27
+ "Food_Class":"Salad",
28
+ "Region":"South-East",
29
+ "Spice_Level":"Spicy",
30
+ "Price_Range":"Affordable"
31
+ },
32
+ {
33
+ "Food_Name":"Afang Soup (Spicy)",
34
+ "Main_Ingredients":"Afang Leaves, Water yam, Seafood",
35
+ "Description":"Spicy soup made with afang leaves, water yam, and seafood.",
36
+ "Food_Health":"Healthy",
37
+ "Food_Class":"Traditional",
38
+ "Region":"Southern",
39
+ "Spice_Level":"Spicy",
40
+ "Price_Range":"Affordable"
41
+ },
42
+ {
43
+ "Food_Name":"Afang Soup",
44
+ "Main_Ingredients":"Afang leaves, waterleaf, meat, fish",
45
+ "Description":"Nutritious soup made with wild spinach and waterleaf",
46
+ "Food_Health":"Healthy",
47
+ "Food_Class":"Traditional",
48
+ "Region":"South-South",
49
+ "Spice_Level":"Mild",
50
+ "Price_Range":"Affordable"
51
+ },
52
+ {
53
+ "Food_Name":"Afang Soup (Seafood)",
54
+ "Main_Ingredients":"Afang leaves, expensive seafood (lobster, prawns), waterleaf",
55
+ "Description":"Nutritious soup made with wild spinach, expensive seafood like lobster and prawns, and waterleaf",
56
+ "Food_Health":"Healthy",
57
+ "Food_Class":"Traditional",
58
+ "Region":"South-South",
59
+ "Spice_Level":"Mild",
60
+ "Price_Range":"Very Expensive"
61
+ },
62
+ {
63
+ "Food_Name":"Afia Efere",
64
+ "Main_Ingredients":"Waterleaf, periwinkle, meat, fish",
65
+ "Description":"Light soup made with waterleaf and seafood",
66
+ "Food_Health":"Healthy",
67
+ "Food_Class":"Traditional",
68
+ "Region":"South-South",
69
+ "Spice_Level":"Mild",
70
+ "Price_Range":"Affordable"
71
+ },
72
+ {
73
+ "Food_Name":"Agege Bread",
74
+ "Main_Ingredients":"Flour, Yeast, Sugar",
75
+ "Description":"Soft, slightly sweet bread with a crispy crust.",
76
+ "Food_Health":"Non-Healthy",
77
+ "Food_Class":"Modern",
78
+ "Region":"Lagos",
79
+ "Spice_Level":null,
80
+ "Price_Range":"Affordable"
81
+ },
82
+ {
83
+ "Food_Name":"Agege Bread (Large)",
84
+ "Main_Ingredients":"Flour, yeast, sugar",
85
+ "Description":"Large version of soft, slightly sweet bread with a crispy crust",
86
+ "Food_Health":"Not Healthy",
87
+ "Food_Class":"Bread",
88
+ "Region":"Lagos",
89
+ "Spice_Level":null,
90
+ "Price_Range":"Affordable"
91
+ },
92
+ {
93
+ "Food_Name":"Agege Bread (Special)",
94
+ "Main_Ingredients":"Flour, yeast, sugar, special palm oil",
95
+ "Description":"Special version of Agege bread made with a high-quality palm oil for extra flavor",
96
+ "Food_Health":"Not Healthy",
97
+ "Food_Class":"Bread",
98
+ "Region":"Lagos",
99
+ "Spice_Level":null,
100
+ "Price_Range":"Moderate"
101
+ },
102
+ {
103
+ "Food_Name":"Agidi (White)",
104
+ "Main_Ingredients":"Maize flour, water",
105
+ "Description":"White cornmeal pudding, often served with stews or soups",
106
+ "Food_Health":"Healthy",
107
+ "Food_Class":"Breakfast",
108
+ "Region":"Nationwide",
109
+ "Spice_Level":"Mild",
110
+ "Price_Range":"Affordable"
111
+ },
112
+ {
113
+ "Food_Name":"Akara",
114
+ "Main_Ingredients":"Black-eyed peas, onions, peppers",
115
+ "Description":"Fried bean cakes, often served as a breakfast",
116
+ "Food_Health":"Healthy",
117
+ "Food_Class":"Traditional",
118
+ "Region":"South",
119
+ "Spice_Level":"Mild",
120
+ "Price_Range":"Affordable"
121
+ },
122
+ {
123
+ "Food_Name":"Amala and Ewedu Soup",
124
+ "Main_Ingredients":"Yam flour, jute leaves, meat, fish",
125
+ "Description":"Thick yam-based swallow with jute leaf soup",
126
+ "Food_Health":"Moderately Healthy",
127
+ "Food_Class":"Traditional",
128
+ "Region":"South-West",
129
+ "Spice_Level":"Mild",
130
+ "Price_Range":"Affordable"
131
+ },
132
+ {
133
+ "Food_Name":"Ayamase Sauce",
134
+ "Main_Ingredients":"Green peppers, onions, locust beans, spices",
135
+ "Description":"Spicy green pepper sauce, often paired with Ofada rice",
136
+ "Food_Health":"Moderately Healthy",
137
+ "Food_Class":"Modern",
138
+ "Region":"South-West",
139
+ "Spice_Level":"Spicy",
140
+ "Price_Range":"Affordable"
141
+ },
142
+ {
143
+ "Food_Name":"Banga Soup (Regular)",
144
+ "Main_Ingredients":"Palm Nut Fruit, Seafood",
145
+ "Description":"Thick soup made with palm nut fruit and seafood.",
146
+ "Food_Health":"Healthy (varies)",
147
+ "Food_Class":"Traditional",
148
+ "Region":"Southern",
149
+ "Spice_Level":"Mild",
150
+ "Price_Range":"Affordable"
151
+ },
152
+ {
153
+ "Food_Name":"Banga Soup ",
154
+ "Main_Ingredients":"Palm fruit extract, meat, fish, spices",
155
+ "Description":"Palm fruit soup with assorted meats and fish",
156
+ "Food_Health":"Healthy",
157
+ "Food_Class":"Traditional",
158
+ "Region":"South-South",
159
+ "Spice_Level":"Mild",
160
+ "Price_Range":"Affordable"
161
+ },
162
+ {
163
+ "Food_Name":"Banga Soup (Full)",
164
+ "Main_Ingredients":"Palm fruit extract, assorted protein (meat, fish, offal), spices",
165
+ "Description":"Full version of Banga soup with a variety of meats, fish, and offal for a richer flavor",
166
+ "Food_Health":"Healthy",
167
+ "Food_Class":"Soup",
168
+ "Region":"South-South",
169
+ "Spice_Level":"Mild",
170
+ "Price_Range":"Moderate-Expensive"
171
+ },
172
+ {
173
+ "Food_Name":"Banga Soup (Snail)",
174
+ "Main_Ingredients":"Palm fruit extract, expensive protein (snail), spices",
175
+ "Description":"Palm fruit soup with the addition of snails, a delicacy in some regions",
176
+ "Food_Health":"Healthy",
177
+ "Food_Class":"Traditional",
178
+ "Region":"South-South",
179
+ "Spice_Level":"Mild",
180
+ "Price_Range":"Moderate-Expensive"
181
+ },
182
+ {
183
+ "Food_Name":"Bitterleaf Soup",
184
+ "Main_Ingredients":"Bitterleaf, cocoyam, meat, fish",
185
+ "Description":"Soup made from bitterleaf and assorted meats",
186
+ "Food_Health":"Healthy",
187
+ "Food_Class":"Traditional",
188
+ "Region":"South-East",
189
+ "Spice_Level":"Mild",
190
+ "Price_Range":"Affordable"
191
+ },
192
+ {
193
+ "Food_Name":"Blended Ogbono Soup",
194
+ "Main_Ingredients":"Ogbono seeds, meat, fish, vegetables",
195
+ "Description":"Thick and rich soup made with ground ogbono seeds, vegetables, and protein",
196
+ "Food_Health":"Healthy",
197
+ "Food_Class":"Soup",
198
+ "Region":"South-East",
199
+ "Spice_Level":"Mild",
200
+ "Price_Range":"Affordable"
201
+ },
202
+ {
203
+ "Food_Name":"Bole (Plantain) and Fish",
204
+ "Main_Ingredients":"Plantains, Fish",
205
+ "Description":"Fried or roasted plantains served with fried fish.",
206
+ "Food_Health":"Non-Healthy",
207
+ "Food_Class":"Traditional",
208
+ "Region":"Southern",
209
+ "Spice_Level":"None - Mild",
210
+ "Price_Range":"Affordable"
211
+ },
212
+ {
213
+ "Food_Name":"Bole (Roasted)",
214
+ "Main_Ingredients":"Plantains",
215
+ "Description":"Roasted plantains, a simple and delicious street food",
216
+ "Food_Health":"Healthy",
217
+ "Food_Class":"Snack",
218
+ "Region":"Nationwide",
219
+ "Spice_Level":null,
220
+ "Price_Range":"Affordable"
221
+ },
222
+ {
223
+ "Food_Name":"Bole (Special)",
224
+ "Main_Ingredients":"Plantains, special palm oil, nuts (peanuts, tiger nuts)",
225
+ "Description":"Roasted plantains prepared with high-quality palm oil and a sprinkle of nuts",
226
+ "Food_Health":"Healthy",
227
+ "Food_Class":"Snack",
228
+ "Region":"Nationwide",
229
+ "Spice_Level":null,
230
+ "Price_Range":"Moderate"
231
+ },
232
+ {
233
+ "Food_Name":"Boli",
234
+ "Main_Ingredients":"Plantains, groundnut sauce",
235
+ "Description":"Grilled plantains served with spicy peanut sauce",
236
+ "Food_Health":"Moderately Healthy",
237
+ "Food_Class":"Snack",
238
+ "Region":"South",
239
+ "Spice_Level":"Spicy",
240
+ "Price_Range":"Affordable"
241
+ },
242
+ {
243
+ "Food_Name":"Bushmeat Stew",
244
+ "Main_Ingredients":"Wild game meat (antelope, grasscutter), vegetables, spices",
245
+ "Description":"Stew made with various types of wild game meat, vegetables, and spices",
246
+ "Food_Health":"Healthy",
247
+ "Food_Class":"Stew",
248
+ "Region":"Nationwide",
249
+ "Spice_Level":"Varies",
250
+ "Price_Range":"Expensive"
251
+ },
252
+ {
253
+ "Food_Name":"Chin Chin",
254
+ "Main_Ingredients":"Flour, Milk, Sugar",
255
+ "Description":"Deep-fried dough bites flavored with nutmeg and cinnamon.",
256
+ "Food_Health":"Non-Healthy",
257
+ "Food_Class":"Snack",
258
+ "Region":"Nationwide",
259
+ "Spice_Level":null,
260
+ "Price_Range":"Affordable"
261
+ },
262
+ {
263
+ "Food_Name":"Chin Chin (Jumbo)",
264
+ "Main_Ingredients":"Flour, milk, sugar, chili peppers (large quantity)",
265
+ "Description":"Extra-large deep-fried dough bites flavored with chili peppers",
266
+ "Food_Health":"Not Healthy",
267
+ "Food_Class":"Snack",
268
+ "Region":"Nationwide",
269
+ "Spice_Level":"Spicy",
270
+ "Price_Range":"Moderate"
271
+ },
272
+ {
273
+ "Food_Name":"Chin Chin (Plain)",
274
+ "Main_Ingredients":"Flour, milk, sugar",
275
+ "Description":"Deep-fried dough bites flavored with nutmeg and cinnamon (without chili peppers)",
276
+ "Food_Health":"Not Healthy",
277
+ "Food_Class":"Snack",
278
+ "Region":"Nationwide",
279
+ "Spice_Level":null,
280
+ "Price_Range":"Affordable"
281
+ },
282
+ {
283
+ "Food_Name":"Chin Chin (Spicy)",
284
+ "Main_Ingredients":"Flour, milk, sugar, chili peppers",
285
+ "Description":"Spicy deep-fried dough bites flavored with chili peppers",
286
+ "Food_Health":"Not Healthy",
287
+ "Food_Class":"Snack",
288
+ "Region":"Nationwide",
289
+ "Spice_Level":"Spicy",
290
+ "Price_Range":"Affordable"
291
+ },
292
+ {
293
+ "Food_Name":"Chinchinga",
294
+ "Main_Ingredients":"Kebabs, vegetables, spices",
295
+ "Description":"Grilled skewers, a popular street food",
296
+ "Food_Health":"Moderately Healthy",
297
+ "Food_Class":"Snack",
298
+ "Region":"North",
299
+ "Spice_Level":"Spicy",
300
+ "Price_Range":"Affordable"
301
+ },
302
+ {
303
+ "Food_Name":"Coconut Candy",
304
+ "Main_Ingredients":"Coconut flakes, sugar, spices",
305
+ "Description":"Sweet candy made with coconut flakes, sugar, and spices",
306
+ "Food_Health":"Not Healthy",
307
+ "Food_Class":"Snack",
308
+ "Region":"Nationwide",
309
+ "Spice_Level":null,
310
+ "Price_Range":"Affordable"
311
+ },
312
+ {
313
+ "Food_Name":"Coconut Rice (Regular)",
314
+ "Main_Ingredients":"Rice, Coconut Milk, Spices",
315
+ "Description":"Savory rice dish cooked with coconut milk and spices.",
316
+ "Food_Health":"Healthy",
317
+ "Food_Class":"Traditional",
318
+ "Region":"Southern",
319
+ "Spice_Level":null,
320
+ "Price_Range":"Affordable"
321
+ },
322
+ {
323
+ "Food_Name":"Coconut Rice",
324
+ "Main_Ingredients":"Rice, coconut milk, vegetables, chicken",
325
+ "Description":"Rice cooked with coconut milk and spices",
326
+ "Food_Health":"Moderately Healthy",
327
+ "Food_Class":"Modern",
328
+ "Region":"Nationwide",
329
+ "Spice_Level":"Mild",
330
+ "Price_Range":"Affordable"
331
+ },
332
+ {
333
+ "Food_Name":"Coconut Rice (Seafood)",
334
+ "Main_Ingredients":"Rice, coconut milk, vegetables, expensive seafood (lobster, prawns)",
335
+ "Description":"Rice cooked with coconut milk and spices, featuring luxurious seafood options",
336
+ "Food_Health":"Moderately Healthy",
337
+ "Food_Class":"Modern",
338
+ "Region":"Nationwide",
339
+ "Spice_Level":"Mild",
340
+ "Price_Range":"Expensive"
341
+ },
342
+ {
343
+ "Food_Name":"Edide (Special)",
344
+ "Main_Ingredients":"Cocoyam, expensive protein (assorted meats, offal), spices",
345
+ "Description":"Special occasion dish made with cocoyam, a variety of meats and offal, and spices",
346
+ "Food_Health":"Healthy",
347
+ "Food_Class":"Stew",
348
+ "Region":"South-South",
349
+ "Spice_Level":"Mild",
350
+ "Price_Range":"Very Expensive"
351
+ },
352
+ {
353
+ "Food_Name":"Edikaikong Soup",
354
+ "Main_Ingredients":"Cocoyam, Seafood, Peppers",
355
+ "Description":"Thick, viscous soup made with cocoyam, seafood, and peppers.",
356
+ "Food_Health":"Healthy",
357
+ "Food_Class":"Traditional",
358
+ "Region":"Southern",
359
+ "Spice_Level":"Spicy",
360
+ "Price_Range":"Affordable"
361
+ },
362
+ {
363
+ "Food_Name":"Edikaikong Soup (Expensive)",
364
+ "Main_Ingredients":"Expensive seafood (lobster, prawns), vegetables, spices",
365
+ "Description":"Special occasion soup packed with luxurious seafood like lobster and prawns",
366
+ "Food_Health":"Healthy",
367
+ "Food_Class":"Soup",
368
+ "Region":"South-South",
369
+ "Spice_Level":"Mild",
370
+ "Price_Range":"Very Expensive"
371
+ },
372
+ {
373
+ "Food_Name":"Edikang Ikong",
374
+ "Main_Ingredients":"Ugu leaves, waterleaf, meat, fish",
375
+ "Description":"Vegetable soup with assorted meats and fish",
376
+ "Food_Health":"Healthy",
377
+ "Food_Class":"Traditional",
378
+ "Region":"South-South",
379
+ "Spice_Level":"Mild",
380
+ "Price_Range":"Affordable"
381
+ },
382
+ {
383
+ "Food_Name":"Efo Egusi",
384
+ "Main_Ingredients":"Egusi seeds, spinach, meat, fish",
385
+ "Description":"Melon seed soup with vegetables and protein",
386
+ "Food_Health":"Healthy",
387
+ "Food_Class":"Traditional",
388
+ "Region":"South-West",
389
+ "Spice_Level":"Medium",
390
+ "Price_Range":"Affordable"
391
+ },
392
+ {
393
+ "Food_Name":"Efo Elegusi",
394
+ "Main_Ingredients":"Elegusi seeds, spinach, meat, fish",
395
+ "Description":"Ground melon seed soup with vegetables and protein",
396
+ "Food_Health":"Healthy",
397
+ "Food_Class":"Traditional",
398
+ "Region":"South-West",
399
+ "Spice_Level":"Medium",
400
+ "Price_Range":"Affordable"
401
+ },
402
+ {
403
+ "Food_Name":"Efo Riro (Regular)",
404
+ "Main_Ingredients":"Vegetables, Meat\/Fish",
405
+ "Description":"Versatile soup with a variety of leafy green vegetables and protein.",
406
+ "Food_Health":"Healthy",
407
+ "Food_Class":"Traditional",
408
+ "Region":"Nationwide",
409
+ "Spice_Level":"Mild - Spicy",
410
+ "Price_Range":"Affordable"
411
+ },
412
+ {
413
+ "Food_Name":"Efo Riro",
414
+ "Main_Ingredients":"Spinach, tomatoes, peppers, meat, fish",
415
+ "Description":"Spinach stew with assorted meats and fish",
416
+ "Food_Health":"Healthy",
417
+ "Food_Class":"Traditional",
418
+ "Region":"South-West",
419
+ "Spice_Level":"Medium",
420
+ "Price_Range":"Affordable"
421
+ },
422
+ {
423
+ "Food_Name":"Efo Riro (Seafood)",
424
+ "Main_Ingredients":"Spinach, tomatoes, peppers, seafood",
425
+ "Description":"Spinach stew with assorted seafood instead of meat",
426
+ "Food_Health":"Healthy",
427
+ "Food_Class":"Traditional",
428
+ "Region":"South-West",
429
+ "Spice_Level":"Medium",
430
+ "Price_Range":"Affordable"
431
+ },
432
+ {
433
+ "Food_Name":"Egusi Soup",
434
+ "Main_Ingredients":"Egusi (melon seeds), Vegetables, Meat\/Fish",
435
+ "Description":"Thick soup made with ground melon seeds, vegetables, and protein.",
436
+ "Food_Health":"Healthy",
437
+ "Food_Class":"Traditional",
438
+ "Region":"Southern",
439
+ "Spice_Level":"Mild - Spicy",
440
+ "Price_Range":"Affordable"
441
+ },
442
+ {
443
+ "Food_Name":"Egusi Soup (Full)",
444
+ "Main_Ingredients":"Egusi seeds, expensive protein (assorted meats, offal), vegetables",
445
+ "Description":"Rich and flavorful melon seed soup packed with various meats, offal, and vegetables",
446
+ "Food_Health":"Healthy",
447
+ "Food_Class":"Soup",
448
+ "Region":"South-West",
449
+ "Spice_Level":"Medium",
450
+ "Price_Range":"Moderate-Expensive"
451
+ },
452
+ {
453
+ "Food_Name":"Ekpang Nkukwo",
454
+ "Main_Ingredients":"Water yam, meat, seafood, spices",
455
+ "Description":"Spicy dish made with water yam, various meats, and seafood",
456
+ "Food_Health":"Healthy",
457
+ "Food_Class":"Traditional",
458
+ "Region":"South-South",
459
+ "Spice_Level":"Spicy",
460
+ "Price_Range":"Moderate"
461
+ },
462
+ {
463
+ "Food_Name":"Ekpang Nla",
464
+ "Main_Ingredients":"Water yam, expensive protein (assorted meats, offal), spices",
465
+ "Description":"Special occasion dish made with water yam, a variety of expensive meats and offal, and spices",
466
+ "Food_Health":"Healthy",
467
+ "Food_Class":"Traditional",
468
+ "Region":"South-South",
469
+ "Spice_Level":"Spicy",
470
+ "Price_Range":"Very Expensive"
471
+ },
472
+ {
473
+ "Food_Name":"Ekpang Ubi",
474
+ "Main_Ingredients":"Cocoyam, vegetables, meat, seafood, spices",
475
+ "Description":"Spicy dish made with cocoyam, vegetables, various meats, and seafood",
476
+ "Food_Health":"Healthy",
477
+ "Food_Class":"Traditional",
478
+ "Region":"South-South",
479
+ "Spice_Level":"Spicy",
480
+ "Price_Range":"Moderate"
481
+ },
482
+ {
483
+ "Food_Name":"Ekpang Ubi (Special)",
484
+ "Main_Ingredients":"Cocoyam, expensive protein (assorted offal), vegetables, spices",
485
+ "Description":"Special occasion version of Ekpang Ubi with a focus on various offal cuts",
486
+ "Food_Health":"Healthy",
487
+ "Food_Class":"Traditional",
488
+ "Region":"South-South",
489
+ "Spice_Level":"Spicy",
490
+ "Price_Range":"Moderate-Expensive"
491
+ },
492
+ {
493
+ "Food_Name":"Ewedu Soup",
494
+ "Main_Ingredients":"Jute leaves, locust beans, meat, fish",
495
+ "Description":"Yoruba soup made with jute leaves and locust beans",
496
+ "Food_Health":"Healthy",
497
+ "Food_Class":"Traditional",
498
+ "Region":"South-West",
499
+ "Spice_Level":"Mild",
500
+ "Price_Range":"Affordable"
501
+ },
502
+ {
503
+ "Food_Name":"Fried Rice",
504
+ "Main_Ingredients":"Rice, vegetables, chicken, shrimp",
505
+ "Description":"Stir-fried rice with colorful vegetables and protein",
506
+ "Food_Health":"Moderately Healthy",
507
+ "Food_Class":"Modern",
508
+ "Region":"Nationwide",
509
+ "Spice_Level":"Mild",
510
+ "Price_Range":"Affordable"
511
+ },
512
+ {
513
+ "Food_Name":"Fufu and Egusi Soup",
514
+ "Main_Ingredients":"Fufu (cassava, plantain), egusi seeds, meat",
515
+ "Description":"Pounded starchy side dish with melon seed soup",
516
+ "Food_Health":"Moderately Healthy",
517
+ "Food_Class":"Traditional",
518
+ "Region":"Nationwide",
519
+ "Spice_Level":"Mild",
520
+ "Price_Range":"Affordable"
521
+ },
522
+ {
523
+ "Food_Name":"Gizdodo",
524
+ "Main_Ingredients":"Gizzards, plantains, bell peppers, onions",
525
+ "Description":"Spicy gizzard and plantain stir-fry",
526
+ "Food_Health":"Moderately Healthy",
527
+ "Food_Class":"Modern",
528
+ "Region":"Nationwide",
529
+ "Spice_Level":"Spicy",
530
+ "Price_Range":"Affordable"
531
+ },
532
+ {
533
+ "Food_Name":"Ikokore",
534
+ "Main_Ingredients":"Plantains, crayfish, palm oil, vegetables",
535
+ "Description":"Steamed plantains cooked in palm oil with crayfish and vegetables",
536
+ "Food_Health":"Healthy",
537
+ "Food_Class":"Dish",
538
+ "Region":"South-South",
539
+ "Spice_Level":"Mild",
540
+ "Price_Range":"Affordable"
541
+ },
542
+ {
543
+ "Food_Name":"Ikokore (Special)",
544
+ "Main_Ingredients":"Plantains, expensive protein (prawns, crayfish), palm oil, vegetables",
545
+ "Description":"Steamed plantains cooked in palm oil with luxurious seafood like prawns and crayfish",
546
+ "Food_Health":"Healthy",
547
+ "Food_Class":"Dish",
548
+ "Region":"South-South",
549
+ "Spice_Level":"Mild",
550
+ "Price_Range":"Expensive"
551
+ },
552
+ {
553
+ "Food_Name":"Isi Ewu",
554
+ "Main_Ingredients":"Cow head, palm oil, spices",
555
+ "Description":"Spicy and flavorful dish made from cow head cooked in palm oil",
556
+ "Food_Health":"Moderately Healthy",
557
+ "Food_Class":"Snack",
558
+ "Region":"South-East",
559
+ "Spice_Level":"Spicy",
560
+ "Price_Range":"Moderate"
561
+ },
562
+ {
563
+ "Food_Name":"Iyan (Pounded Yam) (With Ram)",
564
+ "Main_Ingredients":"Yam, expensive protein (ram meat)",
565
+ "Description":"Pounded yam, a traditional staple, served with the luxurious meat of a ram",
566
+ "Food_Health":"Moderately Healthy",
567
+ "Food_Class":"Side Dish",
568
+ "Region":"Nationwide",
569
+ "Spice_Level":"Mild",
570
+ "Price_Range":"Expensive"
571
+ },
572
+ {
573
+ "Food_Name":"Jollof Rice (Spicy)",
574
+ "Main_Ingredients":"Rice, Tomatoes, Peppers, Onions, Meat (optional)",
575
+ "Description":"Savory tomato-based rice dish with meat or vegetables.",
576
+ "Food_Health":"Moderately Healthy",
577
+ "Food_Class":"Traditional",
578
+ "Region":"Nationwide",
579
+ "Spice_Level":"Spicy",
580
+ "Price_Range":"Affordable"
581
+ },
582
+ {
583
+ "Food_Name":"Jollof Rice",
584
+ "Main_Ingredients":"Rice, tomatoes, onions, peppers, chicken",
585
+ "Description":"A popular one-pot dish with flavorful rice and spices",
586
+ "Food_Health":"Moderately Healthy",
587
+ "Food_Class":"Traditional",
588
+ "Region":"West",
589
+ "Spice_Level":"Medium",
590
+ "Price_Range":"Affordable"
591
+ },
592
+ {
593
+ "Food_Name":"Jollof Rice (Party)",
594
+ "Main_Ingredients":"Rice, expensive protein (assorted meats, seafood), tomatoes, peppers",
595
+ "Description":"Party-sized Jollof rice with a wider variety of expensive meats and seafood",
596
+ "Food_Health":"Moderately Healthy",
597
+ "Food_Class":"Traditional",
598
+ "Region":"Nationwide",
599
+ "Spice_Level":"Medium",
600
+ "Price_Range":"Expensive"
601
+ },
602
+ {
603
+ "Food_Name":"Kilishi (Regular)",
604
+ "Main_Ingredients":"Beef, Spices",
605
+ "Description":"Jerky-like dried meat with a spicy flavor.",
606
+ "Food_Health":"Non-Healthy",
607
+ "Food_Class":"Snack",
608
+ "Region":"Northern",
609
+ "Spice_Level":"Spicy",
610
+ "Price_Range":"Affordable"
611
+ },
612
+ {
613
+ "Food_Name":"Kilishi",
614
+ "Main_Ingredients":"Dried, spiced meat strips",
615
+ "Description":"Nigerian-style beef jerky",
616
+ "Food_Health":"Moderately Healthy",
617
+ "Food_Class":"Snack",
618
+ "Region":"North",
619
+ "Spice_Level":"Spicy",
620
+ "Price_Range":"Affordable"
621
+ },
622
+ {
623
+ "Food_Name":"Kilishi (Exotic)",
624
+ "Main_Ingredients":"Exotic meats (antelope, ostrich), spices",
625
+ "Description":"Nigerian-style beef jerky made with uncommon and expensive meats",
626
+ "Food_Health":"Moderately Healthy",
627
+ "Food_Class":"Snack",
628
+ "Region":"North",
629
+ "Spice_Level":"Spicy",
630
+ "Price_Range":"Very Expensive"
631
+ },
632
+ {
633
+ "Food_Name":"Kilishi (Gourmet)",
634
+ "Main_Ingredients":"Dried, spiced meat strips (premium cuts)",
635
+ "Description":"High-end version of Kilishi made with the finest cuts of meat and unique spices",
636
+ "Food_Health":"Moderately Healthy",
637
+ "Food_Class":"Snack",
638
+ "Region":"North",
639
+ "Spice_Level":"Spicy",
640
+ "Price_Range":"Very Expensive"
641
+ },
642
+ {
643
+ "Food_Name":"Kilishi Stew",
644
+ "Main_Ingredients":"Dried, spiced meat strips, tomatoes, peppers, onions",
645
+ "Description":"Spicy stew made with kilishi (Nigerian beef jerky)",
646
+ "Food_Health":"Moderately Healthy",
647
+ "Food_Class":"Stew",
648
+ "Region":"North",
649
+ "Spice_Level":"Spicy",
650
+ "Price_Range":"Affordable"
651
+ },
652
+ {
653
+ "Food_Name":"Kuli Kuli",
654
+ "Main_Ingredients":"Groundnut paste, spices",
655
+ "Description":"Peanut snack balls flavored with spices",
656
+ "Food_Health":"Moderately Healthy",
657
+ "Food_Class":"Snack",
658
+ "Region":"Nationwide",
659
+ "Spice_Level":"Mild",
660
+ "Price_Range":"Affordable"
661
+ },
662
+ {
663
+ "Food_Name":"Kuli Kuli (Groundnut Peanut) Snacks",
664
+ "Main_Ingredients":"Peanuts, Spices",
665
+ "Description":"Groundnut peanut snacks with various spices and flavors.",
666
+ "Food_Health":"Healthy",
667
+ "Food_Class":"Snack",
668
+ "Region":"Northern",
669
+ "Spice_Level":"Mild - Spicy",
670
+ "Price_Range":"Affordable"
671
+ },
672
+ {
673
+ "Food_Name":"Kunu (Various)",
674
+ "Main_Ingredients":"Grains (millet, guinea corn, etc.), water",
675
+ "Description":"Non-alcoholic beverage made from fermented grains, with various flavors available",
676
+ "Food_Health":"Healthy",
677
+ "Food_Class":"Beverage",
678
+ "Region":"Nationwide",
679
+ "Spice_Level":"Mild",
680
+ "Price_Range":"Affordable"
681
+ },
682
+ {
683
+ "Food_Name":"Miyan Taushe",
684
+ "Main_Ingredients":"Beans (black-eyed peas), tomatoes, onions, spices",
685
+ "Description":"Spicy stewed beans with a signature red color",
686
+ "Food_Health":"Healthy",
687
+ "Food_Class":"Stew",
688
+ "Region":"North",
689
+ "Spice_Level":"Spicy",
690
+ "Price_Range":"Affordable"
691
+ },
692
+ {
693
+ "Food_Name":"Moi Moi (Regular)",
694
+ "Main_Ingredients":"Black-eyed peas, Peppers, Onions",
695
+ "Description":"Steamed bean pudding flavored with peppers and onions.",
696
+ "Food_Health":"Healthy",
697
+ "Food_Class":"Traditional",
698
+ "Region":"Southwestern",
699
+ "Spice_Level":"Mild",
700
+ "Price_Range":"Affordable"
701
+ },
702
+ {
703
+ "Food_Name":"Moi Moi",
704
+ "Main_Ingredients":"Beans, peppers, onions, spices",
705
+ "Description":"Steamed bean pudding, a vegetarian delicacy",
706
+ "Food_Health":"Healthy",
707
+ "Food_Class":"Traditional",
708
+ "Region":"South-East",
709
+ "Spice_Level":"Mild",
710
+ "Price_Range":"Affordable"
711
+ },
712
+ {
713
+ "Food_Name":"Moi Moi (Ijebu)",
714
+ "Main_Ingredients":"Beans, peppers, onions, spices (special Ijebu blend)",
715
+ "Description":"Steamed bean pudding prepared with a unique and flavorful Ijebu spice blend",
716
+ "Food_Health":"Healthy",
717
+ "Food_Class":"Snack",
718
+ "Region":"South-West",
719
+ "Spice_Level":"Mild",
720
+ "Price_Range":"Moderate"
721
+ },
722
+ {
723
+ "Food_Name":"Moi Moi (Puff Puff)",
724
+ "Main_Ingredients":"Beans, peppers, onions, spices, baking powder",
725
+ "Description":"Steamed bean pudding with a fluffy texture similar to puff puff",
726
+ "Food_Health":"Healthy",
727
+ "Food_Class":"Snack",
728
+ "Region":"Nationwide",
729
+ "Spice_Level":"Mild",
730
+ "Price_Range":"Affordable"
731
+ },
732
+ {
733
+ "Food_Name":"Nkwobi",
734
+ "Main_Ingredients":"Cow's foot, utazi leaves, spices",
735
+ "Description":"Spicy cow's foot dish, often served as a snack",
736
+ "Food_Health":"Moderately Healthy",
737
+ "Food_Class":"Snack",
738
+ "Region":"South-East",
739
+ "Spice_Level":"Spicy",
740
+ "Price_Range":"Moderate"
741
+ },
742
+ {
743
+ "Food_Name":"Nkwobi (Special Cuts)",
744
+ "Main_Ingredients":"Cow foot (special cuts -kpomo-), utazi leaves, spices",
745
+ "Description":"Spicy cow foot dish made with premium cuts of the cow foot (kpomo)",
746
+ "Food_Health":"Moderately Healthy",
747
+ "Food_Class":"Snack",
748
+ "Region":"South-East",
749
+ "Spice_Level":"Spicy",
750
+ "Price_Range":"Moderate-Expensive"
751
+ },
752
+ {
753
+ "Food_Name":"Obe Ata",
754
+ "Main_Ingredients":"Chicken, palm oil, tomatoes, peppers, spices",
755
+ "Description":"Spicy chicken stew cooked in palm oil",
756
+ "Food_Health":"Moderately Healthy",
757
+ "Food_Class":"Stew",
758
+ "Region":"South-South",
759
+ "Spice_Level":"Spicy",
760
+ "Price_Range":"Affordable"
761
+ },
762
+ {
763
+ "Food_Name":"Ofada Rice (Special)",
764
+ "Main_Ingredients":"Ofada rice, special palm oil, locust beans, spices",
765
+ "Description":"Ofada rice dish prepared with a high-quality palm oil and unique spice blend",
766
+ "Food_Health":"Moderately Healthy",
767
+ "Food_Class":"Traditional",
768
+ "Region":"South-West",
769
+ "Spice_Level":"Spicy",
770
+ "Price_Range":"Moderate-Expensive"
771
+ },
772
+ {
773
+ "Food_Name":"Ofada Rice and Ayamase Sauce",
774
+ "Main_Ingredients":"Ofada rice, green peppers, locust beans",
775
+ "Description":"Local rice and spicy green pepper sauce",
776
+ "Food_Health":"Healthy",
777
+ "Food_Class":"Traditional",
778
+ "Region":"South-West",
779
+ "Spice_Level":"Spicy",
780
+ "Price_Range":"Moderate"
781
+ },
782
+ {
783
+ "Food_Name":"Ofe Nsala",
784
+ "Main_Ingredients":"Catfish, yam, utazi leaves",
785
+ "Description":"White soup made with catfish and yam",
786
+ "Food_Health":"Healthy",
787
+ "Food_Class":"Traditional",
788
+ "Region":"South-East",
789
+ "Spice_Level":"Mild",
790
+ "Price_Range":"Moderate"
791
+ },
792
+ {
793
+ "Food_Name":"Ogbono Soup (Full)",
794
+ "Main_Ingredients":"Ogbono seeds, expensive protein (assorted meats, offal), vegetables",
795
+ "Description":"Thick and rich soup made with ground ogbono seeds, a variety of expensive meats and offal, and vegetables",
796
+ "Food_Health":"Healthy",
797
+ "Food_Class":"Soup",
798
+ "Region":"South-East",
799
+ "Spice_Level":"Mild",
800
+ "Price_Range":"Moderate-Expensive"
801
+ },
802
+ {
803
+ "Food_Name":"Ogi",
804
+ "Main_Ingredients":"Fermented cereal, milk, sugar, fruits",
805
+ "Description":"Spongy porridge made from fermented corn",
806
+ "Food_Health":"Healthy",
807
+ "Food_Class":"Breakfast",
808
+ "Region":"Nationwide",
809
+ "Spice_Level":"Mild",
810
+ "Price_Range":"Affordable"
811
+ },
812
+ {
813
+ "Food_Name":"Oha Soup",
814
+ "Main_Ingredients":"Oha leaves, cocoyam, meat, fish",
815
+ "Description":"Soup made with Oha leaves and assorted meats",
816
+ "Food_Health":"Healthy",
817
+ "Food_Class":"Traditional",
818
+ "Region":"South-East",
819
+ "Spice_Level":"Mild",
820
+ "Price_Range":"Affordable"
821
+ },
822
+ {
823
+ "Food_Name":"Oha Soup (Goat)",
824
+ "Main_Ingredients":"Oha leaves, expensive meat (goat), fish",
825
+ "Description":"Oha leaf soup made with goat meat, a more expensive alternative to traditional protein options",
826
+ "Food_Health":"Healthy",
827
+ "Food_Class":"Traditional",
828
+ "Region":"South-East",
829
+ "Spice_Level":"Mild",
830
+ "Price_Range":"Moderate-Expensive"
831
+ },
832
+ {
833
+ "Food_Name":"Okra Soup",
834
+ "Main_Ingredients":"Okra, Vegetables, Meat\/Fish",
835
+ "Description":"Savory soup with okra as the main vegetable.",
836
+ "Food_Health":"Healthy",
837
+ "Food_Class":"Traditional",
838
+ "Region":"Nationwide",
839
+ "Spice_Level":"Mild - Spicy",
840
+ "Price_Range":"Affordable"
841
+ },
842
+ {
843
+ "Food_Name":"Okro Stew",
844
+ "Main_Ingredients":"Okra, tomatoes, peppers, meat, fish",
845
+ "Description":"Okra-based soup with assorted meats and fish",
846
+ "Food_Health":"Healthy",
847
+ "Food_Class":"Traditional",
848
+ "Region":"South-East",
849
+ "Spice_Level":"Mild",
850
+ "Price_Range":"Affordable"
851
+ },
852
+ {
853
+ "Food_Name":"Owo Soup (Plantain)",
854
+ "Main_Ingredients":"Plantains, Unripe Plantains, Vegetables, Meat\/Fish",
855
+ "Description":"Spicy soup with plantains, unripe plantains, vegetables, and protein.",
856
+ "Food_Health":"Healthy",
857
+ "Food_Class":"Traditional",
858
+ "Region":"Eastern",
859
+ "Spice_Level":"Spicy",
860
+ "Price_Range":"Affordable"
861
+ },
862
+ {
863
+ "Food_Name":"Owo Soup",
864
+ "Main_Ingredients":"Owo leaves, meat, fish",
865
+ "Description":"Green soup with Owo leaves and assorted meats",
866
+ "Food_Health":"Healthy",
867
+ "Food_Class":"Traditional",
868
+ "Region":"South-South",
869
+ "Spice_Level":"Mild",
870
+ "Price_Range":"Affordable"
871
+ },
872
+ {
873
+ "Food_Name":"Owo Soup (Special Meat)",
874
+ "Main_Ingredients":"Owo leaves, expensive meat (goat, bushmeat), fish",
875
+ "Description":"Green soup made with Owo leaves and a selection of pricier meats like goat or bushmeat",
876
+ "Food_Health":"Healthy",
877
+ "Food_Class":"Traditional",
878
+ "Region":"South-South",
879
+ "Spice_Level":"Mild",
880
+ "Price_Range":"Moderate-Expensive"
881
+ },
882
+ {
883
+ "Food_Name":"Owo Soup (White)",
884
+ "Main_Ingredients":"White melon seeds, meat, fish, spices",
885
+ "Description":"White soup made with white melon seeds instead of the usual black ones",
886
+ "Food_Health":"Healthy",
887
+ "Food_Class":"Soup",
888
+ "Region":"South-South",
889
+ "Spice_Level":"Mild",
890
+ "Price_Range":"Affordable"
891
+ },
892
+ {
893
+ "Food_Name":"Pepper Soup (Special)",
894
+ "Main_Ingredients":"Catfish, expensive protein (assorted offal), spices",
895
+ "Description":"Spicy soup made with catfish and a variety of offal cuts, known for its heat",
896
+ "Food_Health":"Healthy",
897
+ "Food_Class":"Soup",
898
+ "Region":"Nationwide",
899
+ "Spice_Level":"Spicy",
900
+ "Price_Range":"Moderate-Expensive"
901
+ },
902
+ {
903
+ "Food_Name":"Plantain Chips",
904
+ "Main_Ingredients":"Plantains, oil, salt",
905
+ "Description":"Thinly sliced, fried plantains seasoned with salt",
906
+ "Food_Health":"Not Healthy",
907
+ "Food_Class":"Snack",
908
+ "Region":"Nationwide",
909
+ "Spice_Level":null,
910
+ "Price_Range":"Affordable"
911
+ },
912
+ {
913
+ "Food_Name":"Pounded Yam",
914
+ "Main_Ingredients":"Yams",
915
+ "Description":"Boiled and pounded yams served with soups or stews.",
916
+ "Food_Health":"Healthy",
917
+ "Food_Class":"Traditional",
918
+ "Region":"Southern",
919
+ "Spice_Level":null,
920
+ "Price_Range":"Affordable"
921
+ },
922
+ {
923
+ "Food_Name":"Pounded Yam (With Egusi and Ogbono)",
924
+ "Main_Ingredients":"Yam, egusi seeds, ogbono seeds, meat, fish",
925
+ "Description":"Pounded yam served with a combination of two rich soups: egusi and ogbono",
926
+ "Food_Health":"Healthy",
927
+ "Food_Class":"Side Dish",
928
+ "Region":"Nationwide",
929
+ "Spice_Level":"Medium",
930
+ "Price_Range":"Moderate"
931
+ },
932
+ {
933
+ "Food_Name":"Pounded Yam and Egusi Soup",
934
+ "Main_Ingredients":"Yam, egusi seeds, spinach, meat, fish",
935
+ "Description":"Mashed yam paired with a rich melon seed soup",
936
+ "Food_Health":"Healthy",
937
+ "Food_Class":"Traditional",
938
+ "Region":"South",
939
+ "Spice_Level":"Mild",
940
+ "Price_Range":"Affordable"
941
+ },
942
+ {
943
+ "Food_Name":"Puff Puff",
944
+ "Main_Ingredients":"Flour, Yeast, Sugar, Eggs",
945
+ "Description":"Deep-fried sweet dough balls, often sprinkled with sugar.",
946
+ "Food_Health":"Non-Healthy",
947
+ "Food_Class":"Snack",
948
+ "Region":"Nationwide",
949
+ "Spice_Level":null,
950
+ "Price_Range":"Affordable"
951
+ },
952
+ {
953
+ "Food_Name":"Puff Puff (Jumbo)",
954
+ "Main_Ingredients":"Flour, yeast, sugar, eggs (large quantity)",
955
+ "Description":"Extra-large deep-fried dough ball, often sprinkled with sugar",
956
+ "Food_Health":"Not Healthy",
957
+ "Food_Class":"Snack",
958
+ "Region":"Nationwide",
959
+ "Spice_Level":"Mild",
960
+ "Price_Range":"Moderate"
961
+ },
962
+ {
963
+ "Food_Name":"Puff Puff (Large)",
964
+ "Main_Ingredients":"Flour, yeast, sugar, eggs",
965
+ "Description":"Large deep-fried dough ball, often sprinkled with sugar",
966
+ "Food_Health":"Not Healthy",
967
+ "Food_Class":"Snack",
968
+ "Region":"Nationwide",
969
+ "Spice_Level":"Mild",
970
+ "Price_Range":"Affordable"
971
+ },
972
+ {
973
+ "Food_Name":"Puff Puff (Mini)",
974
+ "Main_Ingredients":"Flour, yeast, sugar, eggs",
975
+ "Description":"Small deep-fried dough balls, often sprinkled with sugar",
976
+ "Food_Health":"Not Healthy",
977
+ "Food_Class":"Snack",
978
+ "Region":"Nationwide",
979
+ "Spice_Level":"Mild",
980
+ "Price_Range":"Affordable"
981
+ },
982
+ {
983
+ "Food_Name":"Semovita",
984
+ "Main_Ingredients":"Semolina flour, water",
985
+ "Description":"Boiled semolina dough often served with soups and stews",
986
+ "Food_Health":"Moderately Healthy",
987
+ "Food_Class":"Swallow",
988
+ "Region":"Nationwide",
989
+ "Spice_Level":"Mild",
990
+ "Price_Range":"Affordable"
991
+ },
992
+ {
993
+ "Food_Name":"Semovita with Edikaikong Soup",
994
+ "Main_Ingredients":"Semolina flour, water, expensive seafood (lobster, prawns), vegetables, spices",
995
+ "Description":"Boiled semolina dough with a luxurious seafood soup made with lobster and prawns",
996
+ "Food_Health":"Moderately Healthy",
997
+ "Food_Class":"Combo",
998
+ "Region":"Nationwide",
999
+ "Spice_Level":"Mild",
1000
+ "Price_Range":"Expensive"
1001
+ },
1002
+ {
1003
+ "Food_Name":"Suya",
1004
+ "Main_Ingredients":"Beef, groundnut spice mix, onions",
1005
+ "Description":"Grilled skewered meat, a popular street food",
1006
+ "Food_Health":"Moderately Healthy",
1007
+ "Food_Class":"Snack",
1008
+ "Region":"North",
1009
+ "Spice_Level":"Spicy",
1010
+ "Price_Range":"Affordable"
1011
+ },
1012
+ {
1013
+ "Food_Name":"Suya (Skewered Meat)",
1014
+ "Main_Ingredients":"Beef, Skewers, Spices",
1015
+ "Description":"Skewered, spiced, and grilled meat.",
1016
+ "Food_Health":"Non-Healthy",
1017
+ "Food_Class":"Traditional",
1018
+ "Region":"Northern",
1019
+ "Spice_Level":"Spicy",
1020
+ "Price_Range":"Affordable"
1021
+ },
1022
+ {
1023
+ "Food_Name":"Suya (Special)",
1024
+ "Main_Ingredients":"Beef, exclusive spice mix, special cuts (tenderloin)",
1025
+ "Description":"Grilled skewered meat with a unique and expensive spice blend, using premium cuts",
1026
+ "Food_Health":"Moderately Healthy",
1027
+ "Food_Class":"Snack",
1028
+ "Region":"Nationwide",
1029
+ "Spice_Level":"Spicy",
1030
+ "Price_Range":"Expensive"
1031
+ },
1032
+ {
1033
+ "Food_Name":"Tom Brown",
1034
+ "Main_Ingredients":"Ripe plantains, peanuts",
1035
+ "Description":"Sweet dish made with mashed ripe plantains and peanuts",
1036
+ "Food_Health":"Not Healthy",
1037
+ "Food_Class":"Dessert",
1038
+ "Region":"Nationwide",
1039
+ "Spice_Level":null,
1040
+ "Price_Range":"Affordable"
1041
+ },
1042
+ {
1043
+ "Food_Name":"Ukodo",
1044
+ "Main_Ingredients":"Yam, plantains, meat, fish",
1045
+ "Description":"Yam and plantain pepper soup with assorted meats",
1046
+ "Food_Health":"Healthy",
1047
+ "Food_Class":"Traditional",
1048
+ "Region":"South-East",
1049
+ "Spice_Level":"Spicy",
1050
+ "Price_Range":"Affordable"
1051
+ },
1052
+ {
1053
+ "Food_Name":"Ukwa (Breadfruit)",
1054
+ "Main_Ingredients":"Breadfruit, palm oil, spices",
1055
+ "Description":"Special occasion dish made with breadfruit, a less common but prized ingredient",
1056
+ "Food_Health":"Healthy",
1057
+ "Food_Class":"Traditional",
1058
+ "Region":"South-East",
1059
+ "Spice_Level":"Varies",
1060
+ "Price_Range":"Moderate-Expensive"
1061
+ },
1062
+ {
1063
+ "Food_Name":"White Soup",
1064
+ "Main_Ingredients":"Yams, Ugu (Spinach), Palm Oil",
1065
+ "Description":"Creamy white soup made with yams, spinach, and palm oil.",
1066
+ "Food_Health":"Healthy",
1067
+ "Food_Class":"Traditional",
1068
+ "Region":"Eastern",
1069
+ "Spice_Level":null,
1070
+ "Price_Range":"Affordable"
1071
+ },
1072
+ {
1073
+ "Food_Name":"White Soup (Goat)",
1074
+ "Main_Ingredients":"Catfish (substitute with expensive protein - goat), yam, utazi leaves, spices",
1075
+ "Description":"White soup with goat meat as a pricier alternative to the traditional catfish",
1076
+ "Food_Health":"Healthy",
1077
+ "Food_Class":"Traditional",
1078
+ "Region":"South-East",
1079
+ "Spice_Level":"Mild",
1080
+ "Price_Range":"Moderate-Expensive"
1081
+ },
1082
+ {
1083
+ "Food_Name":"White Soup (Special)",
1084
+ "Main_Ingredients":"Catfish, expensive starches (plantain flour), vegetables, spices",
1085
+ "Description":"Special white soup made with catfish and premium starches like plantain flour",
1086
+ "Food_Health":"Healthy",
1087
+ "Food_Class":"Traditional",
1088
+ "Region":"South-East",
1089
+ "Spice_Level":"Mild",
1090
+ "Price_Range":"Expensive"
1091
+ }
1092
+ ]