avnishs17 commited on
Commit
29c88c2
·
verified ·
1 Parent(s): ee7fb2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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.