15laddoo commited on
Commit
e016e8a
·
verified ·
1 Parent(s): 9018f08

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. README.md +103 -0
  2. images/07b9dfc4e7575acd.jpg +3 -0
  3. images/16c1040ccd04b0bb.jpg +3 -0
  4. images/30468e16c5134c84.jpg +3 -0
  5. images/3895bc878f2dff5a.jpg +3 -0
  6. images/3991d271e29f4517.jpg +3 -0
  7. images/3a3cf761611e40cb.jpg +3 -0
  8. images/477be2981ec1cf44.jpg +3 -0
  9. images/47a490f81c4a677c.jpg +3 -0
  10. images/47d68a34ca33923c.jpg +3 -0
  11. images/4dfce11f7d8f265e.jpg +3 -0
  12. images/583d6a6b0fb162ca.jpg +3 -0
  13. images/5b238ae8353c7cb0.jpg +3 -0
  14. images/5dcd1aa30c156002.jpg +3 -0
  15. images/5eb41f98723f9280.jpg +3 -0
  16. images/63f47e5c0f0e8971.jpg +3 -0
  17. images/66583d013985f69d.jpg +3 -0
  18. images/686d9627fc920e26.jpg +3 -0
  19. images/71eca8ea9d467242.jpg +3 -0
  20. images/77d6263e1d05c945.jpg +3 -0
  21. images/7982fe5f65996bd8.jpg +3 -0
  22. images/7cd135d24d2b6d56.jpg +3 -0
  23. images/7d12b7f839edb282.jpg +3 -0
  24. images/804094e6dd18dc67.jpg +3 -0
  25. images/81c65f95605fff6b.jpg +3 -0
  26. images/84f7c5fea1365647.jpg +3 -0
  27. images/85870cc90713b881.jpg +3 -0
  28. images/8848650493070f64.jpg +3 -0
  29. images/8ddfef05a37f38e5.jpg +3 -0
  30. images/96d98db9bbb6698c.jpg +3 -0
  31. images/98ec413574e19927.jpg +3 -0
  32. images/a16dc2f1a7ab1692.jpg +3 -0
  33. images/a95a647e960b5b96.jpg +3 -0
  34. images/abc81f9fb0b90f1b.jpg +3 -0
  35. images/b34afdde8bd2f6bb.jpg +3 -0
  36. images/b6e9c4e80656e4f0.jpg +3 -0
  37. images/ca1edc9766ff0a31.jpg +3 -0
  38. images/cd7935a4512382b7.jpg +3 -0
  39. images/ce3df6f3f423bad0.jpg +3 -0
  40. images/d815fdaf22eb4d7d.jpg +3 -0
  41. images/d9f3d145b062e835.jpg +3 -0
  42. images/dfa6957367048c94.jpg +3 -0
  43. images/e6b4087830f8abc0.jpg +3 -0
  44. images/e9ca8f956b9ba69d.jpg +3 -0
  45. images/ea1ab88fcc2ca75a.jpg +3 -0
  46. images/f0ce6b917caff22c.jpg +3 -0
  47. images/f15578d9701fda09.jpg +3 -0
  48. images/f21a54aed5ef5195.jpg +3 -0
  49. images/fb51f51d560d9c11.jpg +3 -0
  50. metadata.csv +0 -0
README.md CHANGED
@@ -1,3 +1,106 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ language:
4
+ - en
5
+ - hi
6
+ - te
7
+ - am
8
+ - om
9
+ task_categories:
10
+ - image-classification
11
+ - tabular-classification
12
+ pretty_name: FarmerChat Crop and Livestock Image Samples
13
+ size_categories:
14
+ - 1K<n<10K
15
+ tags:
16
+ - agriculture
17
+ - plant-disease
18
+ - crop-health
19
+ - livestock
20
+ - india
21
+ - africa
22
+ - multilingual
23
  ---
24
+
25
+ # FarmerChat Crop and Livestock Image Samples
26
+
27
+ A sample of farmer-submitted photographs from FarmerChat, an agricultural advisory service
28
+ used by smallholder farmers in India, Ethiopia, Kenya and Nigeria. Published by
29
+ [Digital Green](https://www.digitalgreen.org).
30
+
31
+ This release contains 8,000 records (7,906 distinct photographs; some photographs belong to
32
+ more than one category, see below) drawn from 8 categories representing different outcomes of
33
+ an automated crop/livestock diagnosis pipeline. Roughly 1,000 records per category, sampled
34
+ across country, month, crop and diagnosis where each applies.
35
+
36
+ ## Loading
37
+
38
+ ```python
39
+ from datasets import load_dataset
40
+
41
+ ds = load_dataset("DigiGreen/farmerchat-image-samples", split="train")
42
+ ```
43
+
44
+ Or load `metadata.csv` directly and read images from the `images/` folder using its
45
+ `file_name` column.
46
+
47
+ ## Categories
48
+
49
+ | Category | What it represents |
50
+ |---|---|
51
+ | `diagnosis_returned` | A crop was identified and a specific disease/pest diagnosis was returned |
52
+ | `crop_identified_diagnosis_unresolved` | A crop was identified but the health outcome was not determined |
53
+ | `crop_unresolved` | No crop could be identified in the photograph |
54
+ | `rejected_quality` | The photograph was rejected by an automated image-quality check (blur, lighting, framing, etc.) before diagnosis was attempted |
55
+ | `healthy_crop` | A crop was identified and assessed as healthy |
56
+ | `low_confidence_diagnosis` | A diagnosis was returned, but with lower model confidence |
57
+ | `livestock` | The photograph was flagged as livestock-related rather than crop-related |
58
+ | `multimodal_organic_text` | The photograph was accompanied by farmer-written text (not a repeated quick-reply template) |
59
+
60
+ An image can belong to more than one category (for example, a livestock photo with a
61
+ low-confidence diagnosis). Each membership is its own row in `metadata.csv`, sharing the same
62
+ `file_name`.
63
+
64
+ ## Columns
65
+
66
+ | Column | Description |
67
+ |---|---|
68
+ | `file_name` | Relative path to the image file |
69
+ | `image_id` | Stable per-image identifier |
70
+ | `category` | One of the 8 categories above |
71
+ | `country` | Country the submission came from |
72
+ | `month` | Year-month the photo was submitted (YYYY-MM) |
73
+ | `crop` | Crop identified in the photo, where resolved |
74
+ | `diagnosis` | Diagnosis returned, where resolved |
75
+ | `health_status` | `Healthy` / `Disease` / `Unknown` / `not_applicable` |
76
+ | `confidence` | Reported confidence of the diagnosis, where applicable |
77
+ | `livestock_signal` | `Yes` / `No` / `Unknown` — whether the submission was flagged as livestock-related |
78
+ | `query_present` | Whether the farmer sent text alongside the photo |
79
+ | `farmer_query` | Farmer's question, in the original language, PII-redacted |
80
+ | `farmer_query_en` | The same question translated to English, PII-redacted |
81
+
82
+ ## Personal data
83
+
84
+ Every photograph was automatically screened for personal data (faces, printed personal
85
+ documents, GPS location overlays, and similar) before being included here; anything flagged
86
+ was excluded from this release.
87
+
88
+ Accompanying farmer text (`farmer_query` / `farmer_query_en`) was separately checked with an
89
+ automated language-model pass; any personal names, phone numbers, email addresses or physical
90
+ addresses found were replaced with `[REDACTED]`.
91
+
92
+ Automated screening reduces but does not eliminate the chance of residual personal content.
93
+ This dataset should not be treated as guaranteed free of it.
94
+
95
+ ## Limitations
96
+
97
+ Diagnoses and crop/health labels are outputs of an automated pipeline, not verified expert
98
+ labels. They reflect what the system determined, not necessarily agronomic ground truth.
99
+
100
+ ## License
101
+
102
+ CC BY 4.0.
103
+
104
+ ## Contact
105
+
106
+ lakshmi@digitalgreen.org
images/07b9dfc4e7575acd.jpg ADDED

Git LFS Details

  • SHA256: 7c1cadcbb222a74de8d3574c4d38b0b9daa087ea299204da91c763d864078e3f
  • Pointer size: 131 Bytes
  • Size of remote file: 154 kB
images/16c1040ccd04b0bb.jpg ADDED

Git LFS Details

  • SHA256: f287bd6b2080e8117592e84baaaf08e6db78d7ccb3672e67067f4484a0fe5e70
  • Pointer size: 130 Bytes
  • Size of remote file: 82.1 kB
images/30468e16c5134c84.jpg ADDED

Git LFS Details

  • SHA256: 389b3b73622724eb34a5f82290ab587556a9d133c70e7f1112561a4f569c3233
  • Pointer size: 131 Bytes
  • Size of remote file: 325 kB
images/3895bc878f2dff5a.jpg ADDED

Git LFS Details

  • SHA256: df9fa359f96970c61696a1b66b236fbe4b491f110600815539577c0a8da2f577
  • Pointer size: 130 Bytes
  • Size of remote file: 71 kB
images/3991d271e29f4517.jpg ADDED

Git LFS Details

  • SHA256: 786dc0737728b76ef655aa1ae16353ccbd183a0819c168f718815bc2479017e7
  • Pointer size: 131 Bytes
  • Size of remote file: 129 kB
images/3a3cf761611e40cb.jpg ADDED

Git LFS Details

  • SHA256: 5f6704736592207b631dc9ba685603d7361dc39d0b38ae84f2c14bff8b255197
  • Pointer size: 131 Bytes
  • Size of remote file: 111 kB
images/477be2981ec1cf44.jpg ADDED

Git LFS Details

  • SHA256: 21c3cab75031e3e564e10e2b9627aa553ecc50528389fc2509bf8e0b447d9320
  • Pointer size: 131 Bytes
  • Size of remote file: 139 kB
images/47a490f81c4a677c.jpg ADDED

Git LFS Details

  • SHA256: eff0e1a263158ec46c1246f960b848e21caf0a2291361afde966614ac5d43014
  • Pointer size: 131 Bytes
  • Size of remote file: 119 kB
images/47d68a34ca33923c.jpg ADDED

Git LFS Details

  • SHA256: e29d522c61ca20a0670c382468f9b5ca20daf91bf01ca2ee531069b37bf23533
  • Pointer size: 131 Bytes
  • Size of remote file: 161 kB
images/4dfce11f7d8f265e.jpg ADDED

Git LFS Details

  • SHA256: e05a8dc13a0de1e2eebfc9ae6a05caefd92246daaad93d3ff33030cd46ae1bdf
  • Pointer size: 131 Bytes
  • Size of remote file: 133 kB
images/583d6a6b0fb162ca.jpg ADDED

Git LFS Details

  • SHA256: 8baf2b9c3f73d1b683255489ef5e53a4bbb15f75fee94c6290c7168763dcba18
  • Pointer size: 131 Bytes
  • Size of remote file: 326 kB
images/5b238ae8353c7cb0.jpg ADDED

Git LFS Details

  • SHA256: a0dc812fcf73af063480a16f896f0dcc2a1ae5514e805cab55e7d83117080770
  • Pointer size: 131 Bytes
  • Size of remote file: 216 kB
images/5dcd1aa30c156002.jpg ADDED

Git LFS Details

  • SHA256: f1aa9a1f892e415b3a6f2f2e3d2c75c98485c08c4041eb7bab8c2484ed246a26
  • Pointer size: 131 Bytes
  • Size of remote file: 150 kB
images/5eb41f98723f9280.jpg ADDED

Git LFS Details

  • SHA256: 3e582be26513ed9b0193b463bce36284c33c26f9aedd0ac440dec73bb86b3be6
  • Pointer size: 130 Bytes
  • Size of remote file: 79.2 kB
images/63f47e5c0f0e8971.jpg ADDED

Git LFS Details

  • SHA256: b3f354c3d670344573d136641d78385a2674590d7408378975b4cc0d18090cd2
  • Pointer size: 130 Bytes
  • Size of remote file: 84.1 kB
images/66583d013985f69d.jpg ADDED

Git LFS Details

  • SHA256: 5746005439e437148f4dcba02c45830de537c4e18262bdd2c5fb9731dfe80a8d
  • Pointer size: 131 Bytes
  • Size of remote file: 202 kB
images/686d9627fc920e26.jpg ADDED

Git LFS Details

  • SHA256: eae81a28f9c7fe7a98d2da3c74c00bd91f287295ef8b405fe88ac1a310bfd5ab
  • Pointer size: 131 Bytes
  • Size of remote file: 102 kB
images/71eca8ea9d467242.jpg ADDED

Git LFS Details

  • SHA256: 209c1f10a62b09f91e26596c84f73aeb4fca208b6539e70548e236ecc14375db
  • Pointer size: 131 Bytes
  • Size of remote file: 239 kB
images/77d6263e1d05c945.jpg ADDED

Git LFS Details

  • SHA256: 314df4f50a6e4d466d7f0616ebc80aec7e9c3a1a210607d0dcbd84592d74beb1
  • Pointer size: 130 Bytes
  • Size of remote file: 76.2 kB
images/7982fe5f65996bd8.jpg ADDED

Git LFS Details

  • SHA256: 918b4e94c005d5d5c8255f52871e3608c21aec3d48e6747ef0dda42cbdac60ea
  • Pointer size: 131 Bytes
  • Size of remote file: 187 kB
images/7cd135d24d2b6d56.jpg ADDED

Git LFS Details

  • SHA256: aec78e20fb556b37ba16197330f4d163354faaf53b1bb3fe73307a38f032ca74
  • Pointer size: 131 Bytes
  • Size of remote file: 255 kB
images/7d12b7f839edb282.jpg ADDED

Git LFS Details

  • SHA256: 0cea303413ebe3d142a3ba62dd3d8b5f4b6d3bc67cfea6c1d02970f7494257d9
  • Pointer size: 131 Bytes
  • Size of remote file: 148 kB
images/804094e6dd18dc67.jpg ADDED

Git LFS Details

  • SHA256: f0d8b2f6f87916171ae92d33246648d1e75aed6ed1465b6815804a6328095cbe
  • Pointer size: 131 Bytes
  • Size of remote file: 301 kB
images/81c65f95605fff6b.jpg ADDED

Git LFS Details

  • SHA256: a19da6712f0d4b86ca3ec58f81eb9dcc54db0dfaefe89edc78b1661e599a710e
  • Pointer size: 131 Bytes
  • Size of remote file: 140 kB
images/84f7c5fea1365647.jpg ADDED

Git LFS Details

  • SHA256: 35481a3221cfb8167c5a7f681b8ab8548d4dd2972b9a59afda1e7bf1d7f4ae93
  • Pointer size: 131 Bytes
  • Size of remote file: 114 kB
images/85870cc90713b881.jpg ADDED

Git LFS Details

  • SHA256: 5f746b2e39bd68ec31f74400da81f12a5fd986dc5b35a03b628866a16e96e2bf
  • Pointer size: 131 Bytes
  • Size of remote file: 346 kB
images/8848650493070f64.jpg ADDED

Git LFS Details

  • SHA256: 70e31bcdc3fb5ce1e79da4016d1a5cc72d708a3563065b230d2ac83cf8d8aafe
  • Pointer size: 130 Bytes
  • Size of remote file: 59.1 kB
images/8ddfef05a37f38e5.jpg ADDED

Git LFS Details

  • SHA256: 33475cdbf67808efa1c8656dcfb017b49f3de9c119f4de46786488f169bf5e5a
  • Pointer size: 131 Bytes
  • Size of remote file: 247 kB
images/96d98db9bbb6698c.jpg ADDED

Git LFS Details

  • SHA256: 20c5efff88c02a429c8f4fe5718392f3d53f87336887f4abde10b1cc50c08898
  • Pointer size: 131 Bytes
  • Size of remote file: 137 kB
images/98ec413574e19927.jpg ADDED

Git LFS Details

  • SHA256: e8c5c086f153dc1ef6092378bc41b67bfcbeb48ffba4917fa416afb10574d5bb
  • Pointer size: 130 Bytes
  • Size of remote file: 95.7 kB
images/a16dc2f1a7ab1692.jpg ADDED

Git LFS Details

  • SHA256: 9e736aeb7f2d11a672a4e055f62f9fbca2f67ec91200abbde182fd4943a6a3f5
  • Pointer size: 131 Bytes
  • Size of remote file: 119 kB
images/a95a647e960b5b96.jpg ADDED

Git LFS Details

  • SHA256: 1c98d304d687609203172fa8fc1660bfc1947f17d4b3af54748bb3aa9860f059
  • Pointer size: 131 Bytes
  • Size of remote file: 248 kB
images/abc81f9fb0b90f1b.jpg ADDED

Git LFS Details

  • SHA256: 57dd0fbc6bb267fbc14df810d2d6fb8b58235840bf56fb7dbaa520e668bc26d6
  • Pointer size: 130 Bytes
  • Size of remote file: 91.3 kB
images/b34afdde8bd2f6bb.jpg ADDED

Git LFS Details

  • SHA256: 32f195025ce4b98c851cafe86290c13a0ed2982b461b122bb0c9b53aa9a8537b
  • Pointer size: 130 Bytes
  • Size of remote file: 86.7 kB
images/b6e9c4e80656e4f0.jpg ADDED

Git LFS Details

  • SHA256: 5d36a98a226cb4d23201043c628dfbf9e86f6ee3a1602c1326b00d46c0a31e71
  • Pointer size: 130 Bytes
  • Size of remote file: 94.3 kB
images/ca1edc9766ff0a31.jpg ADDED

Git LFS Details

  • SHA256: f232fe9725de070bb84a375c69f384deefd969c32e41ef3d5287bdd6f252049f
  • Pointer size: 131 Bytes
  • Size of remote file: 306 kB
images/cd7935a4512382b7.jpg ADDED

Git LFS Details

  • SHA256: 79facfc20cf1e3209da0088cdb7e64b44ed8d8a50b92f5b064952e6a167de09a
  • Pointer size: 130 Bytes
  • Size of remote file: 74.1 kB
images/ce3df6f3f423bad0.jpg ADDED

Git LFS Details

  • SHA256: 6d5c1e41128490cf537d5c55c32d8614f263756f1105487c75e42a5c6ad2605d
  • Pointer size: 131 Bytes
  • Size of remote file: 127 kB
images/d815fdaf22eb4d7d.jpg ADDED

Git LFS Details

  • SHA256: 1e4dddbd253c67fe6e5a1cca9a5a94007a506bfea91866e53eaf9f1cc5dd235b
  • Pointer size: 130 Bytes
  • Size of remote file: 82.4 kB
images/d9f3d145b062e835.jpg ADDED

Git LFS Details

  • SHA256: e3b83777921b0e38ab27a318913b2dc8ae6a17b991d19dcc59bd6d7b8662ee19
  • Pointer size: 131 Bytes
  • Size of remote file: 228 kB
images/dfa6957367048c94.jpg ADDED

Git LFS Details

  • SHA256: 3c18f7062cbeec71c0b7cb33fa66a9a6cabb0dab8a07eb526d96a3c24f664a0a
  • Pointer size: 130 Bytes
  • Size of remote file: 83.3 kB
images/e6b4087830f8abc0.jpg ADDED

Git LFS Details

  • SHA256: 3e9925f88c68a7213a148acedec3c184cc407c690533dd6477d2c74be1a7461f
  • Pointer size: 131 Bytes
  • Size of remote file: 119 kB
images/e9ca8f956b9ba69d.jpg ADDED

Git LFS Details

  • SHA256: c2be35e532a89bb4a2a295b89c4a7b8ac92c18eb317b4d892888460be4722be6
  • Pointer size: 130 Bytes
  • Size of remote file: 50.8 kB
images/ea1ab88fcc2ca75a.jpg ADDED

Git LFS Details

  • SHA256: 8a09544df69b35c7c917f1fccd1d063ddf334e702672f37dd399c56d3a0f2246
  • Pointer size: 130 Bytes
  • Size of remote file: 84.4 kB
images/f0ce6b917caff22c.jpg ADDED

Git LFS Details

  • SHA256: ec312e2a0ca5b9f3dee6b891f2ef719bbe8c366a9402fc133a7361f587ee0ac6
  • Pointer size: 131 Bytes
  • Size of remote file: 236 kB
images/f15578d9701fda09.jpg ADDED

Git LFS Details

  • SHA256: 4ec82fdd543b3b869174fa6d7989df1bda770b83c199e4add9115d643420522d
  • Pointer size: 130 Bytes
  • Size of remote file: 99.5 kB
images/f21a54aed5ef5195.jpg ADDED

Git LFS Details

  • SHA256: d8483da5cd7cbee50bcab1450cff57596d06354b3bff476afd04ccf457a73809
  • Pointer size: 131 Bytes
  • Size of remote file: 206 kB
images/fb51f51d560d9c11.jpg ADDED

Git LFS Details

  • SHA256: 685e4dd2118d1b497c8da98d4b7123cb4fd6d5cf8a92f30d2393c20c4a364c19
  • Pointer size: 131 Bytes
  • Size of remote file: 105 kB
metadata.csv ADDED
The diff for this file is too large to render. See raw diff