CoolFace
20 results

food-classification

Kaludi /data-food-classification Dataset for project: food-classification Dataset Description This dataset has been processed for project food-classification. Languages The BCP-47 code for the dataset's language is unk. Dataset Structure Data Instances A sample from this dataset looks as follows: [ { "image": "<308x512 RGB PIL image>", "target": 0 }, { "image": "<512x512 RGB PIL image>", "target": 0 }] Dataset Fields The dataset has the… See the full description on the dataset page: https://huggingface.co/datasets/Kaludi/data-food-classification.imageimage-classification1K<n<10K7 likes440 downloads4y agoHugging FaceKaludi /food-category-classification-v2.0 Dataset for project: food-category-classification-v2.0 Dataset Description This dataset for project food-category-classification-v2.0 was scraped with the help of a bulk google image downloader. Dataset Structure Dataset Fields The dataset has the following fields (also called "features"): { "image": "Image(decode=True, id=None)", "target": "ClassLabel(names=['Bread', 'Dairy', 'Dessert', 'Egg', 'Fried Food', 'Fruit', 'Meat', 'Noodles', 'Rice'… See the full description on the dataset page: https://huggingface.co/datasets/Kaludi/food-category-classification-v2.0.imageimage-classification1K<n<10K1 likes349 downloads4y agoHugging FaceKaludi /data-food-category-classification Dataset for project: food-category-classification Dataset Description This dataset is for project food-category-classification. Languages The BCP-47 code for the dataset's language is unk. Dataset Structure Data Instances A sample from this dataset looks as follows: [ { "image": "<512x512 RGB PIL image>", "target": 0 }, { "image": "<512x512 RGB PIL image>", "target": 0 }] Dataset Fields The dataset has… See the full description on the dataset page: https://huggingface.co/datasets/Kaludi/data-food-category-classification.imageimage-classification1K<n<10K0 likes260 downloads4y agoHugging Faceandrewsunanda /fast_food_image_classificationimageimage-classification1K<n<10K2 likes170 downloads3y agoHugging Faceyasserrmd /food-safety-classifications Dataset Card for my-distiset-8c05c9f2 This dataset has been created with distilabel. Dataset Summary This dataset contains a pipeline.yaml which can be used to reproduce the pipeline that generated it in distilabel using the distilabel CLI: distilabel pipeline run --config "https://huggingface.co/datasets/yasserrmd/my-distiset-8c05c9f2/raw/main/pipeline.yaml" or explore the configuration: distilabel pipeline info --config… See the full description on the dataset page: https://huggingface.co/datasets/yasserrmd/food-safety-classifications.text1K<n<10K2 likes75 downloads2y agoHugging FaceSohlHealth /enhanced-indian-food-classification Enhanced Indian Food Classification Dataset A comprehensive dataset for Indian food classification with 15,404 images across 43 classes. Dataset Structure dataset/ ├── train/ # Training images ├── validation/ # Validation images └── test/ # Test images Usage from datasets import load_dataset # Load dataset dataset = load_dataset("SohlHealth/enhanced-indian-food-classification") # Access splits train_data = dataset['train'] val_data… See the full description on the dataset page: https://huggingface.co/datasets/SohlHealth/enhanced-indian-food-classification.imageimage-classification10K<n<100K2 likes54 downloads1y agoHugging Face