Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -21,4 +21,6 @@ This dataset is a **binary classification subset** derived from the [Hugging Fac
|
|
21 |
## ImageNet Food Classification Data Pipeline - Download, Filter & Preprocess
|
22 |
|
23 |
**Automated ImageNet-1K dataset preprocessing for binary food classification**
|
24 |
-
**Code:** [download_and_preprocess.py](https://github.com/avnishs17/food_not_food/blob/main/src/classifier/utils/download_and_preprocess.py)
|
|
|
|
|
|
21 |
## ImageNet Food Classification Data Pipeline - Download, Filter & Preprocess
|
22 |
|
23 |
**Automated ImageNet-1K dataset preprocessing for binary food classification**
|
24 |
+
**Code:** [download_and_preprocess.py](https://github.com/avnishs17/food_not_food/blob/main/src/classifier/utils/download_and_preprocess.py)
|
25 |
+
|
26 |
+
**💡 Tip:** Use Jupyter notebook to interactively explore WordNet filtering and understand the manual class ID corrections needed for accurate food/non-food separation.
|