TJIET commited on
Commit
54347b8
·
verified ·
1 Parent(s): d4a3c92

Create apple.json

Browse files
Files changed (1) hide show
  1. json/apple.json +19 -0
json/apple.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "id": "apple_0001",
4
+ "fruit_type": "Apple",
5
+ "image": "Data/Apple/Mature/0001.png",
6
+ "growth_stage": "Mature",
7
+ "recommendation": "picking it",
8
+ "consumer_score": 97
9
+ },
10
+ {
11
+ "id": "apple_0002",
12
+ "fruit_type": "Apple",
13
+ "image": "Data/Apple/Mature/0002.png",
14
+ "growth_stage": "Mature",
15
+ "recommendation": "picking it",
16
+ "consumer_score": 93
17
+ }
18
+
19
+ ]