100+ datasets found
  1. Data from: Food Recommendation System

    • kaggle.com
    Updated Sep 8, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    schemersays (2022). Food Recommendation System [Dataset]. https://www.kaggle.com/datasets/schemersays/food-recommendation-system
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Sep 8, 2022
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    schemersays
    Description

    This dataset represents the data related to food recommender system. Two datasets are included in this dataset file. First includes the dataset related to the foods, ingredients, cuisines involved. Second, includes the dataset of the rating system for the recommendation system.

  2. Meta Kaggle Code

    • kaggle.com
    zip
    Updated Aug 21, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Kaggle (2025). Meta Kaggle Code [Dataset]. https://www.kaggle.com/datasets/kaggle/meta-kaggle-code/code
    Explore at:
    zip(153859818696 bytes)Available download formats
    Dataset updated
    Aug 21, 2025
    Dataset authored and provided by
    Kagglehttp://kaggle.com/
    License

    Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
    License information was derived automatically

    Description

    Explore our public notebook content!

    Meta Kaggle Code is an extension to our popular Meta Kaggle dataset. This extension contains all the raw source code from hundreds of thousands of public, Apache 2.0 licensed Python and R notebooks versions on Kaggle used to analyze Datasets, make submissions to Competitions, and more. This represents nearly a decade of data spanning a period of tremendous evolution in the ways ML work is done.

    Why we’re releasing this dataset

    By collecting all of this code created by Kaggle’s community in one dataset, we hope to make it easier for the world to research and share insights about trends in our industry. With the growing significance of AI-assisted development, we expect this data can also be used to fine-tune models for ML-specific code generation tasks.

    Meta Kaggle for Code is also a continuation of our commitment to open data and research. This new dataset is a companion to Meta Kaggle which we originally released in 2016. On top of Meta Kaggle, our community has shared nearly 1,000 public code examples. Research papers written using Meta Kaggle have examined how data scientists collaboratively solve problems, analyzed overfitting in machine learning competitions, compared discussions between Kaggle and Stack Overflow communities, and more.

    The best part is Meta Kaggle enriches Meta Kaggle for Code. By joining the datasets together, you can easily understand which competitions code was run against, the progression tier of the code’s author, how many votes a notebook had, what kinds of comments it received, and much, much more. We hope the new potential for uncovering deep insights into how ML code is written feels just as limitless to you as it does to us!

    Sensitive data

    While we have made an attempt to filter out notebooks containing potentially sensitive information published by Kaggle users, the dataset may still contain such information. Research, publications, applications, etc. relying on this data should only use or report on publicly available, non-sensitive information.

    Joining with Meta Kaggle

    The files contained here are a subset of the KernelVersions in Meta Kaggle. The file names match the ids in the KernelVersions csv file. Whereas Meta Kaggle contains data for all interactive and commit sessions, Meta Kaggle Code contains only data for commit sessions.

    File organization

    The files are organized into a two-level directory structure. Each top level folder contains up to 1 million files, e.g. - folder 123 contains all versions from 123,000,000 to 123,999,999. Each sub folder contains up to 1 thousand files, e.g. - 123/456 contains all versions from 123,456,000 to 123,456,999. In practice, each folder will have many fewer than 1 thousand files due to private and interactive sessions.

    The ipynb files in this dataset hosted on Kaggle do not contain the output cells. If the outputs are required, the full set of ipynbs with the outputs embedded can be obtained from this public GCS bucket: kaggle-meta-kaggle-code-downloads. Note that this is a "requester pays" bucket. This means you will need a GCP account with billing enabled to download. Learn more here: https://cloud.google.com/storage/docs/requester-pays

    Questions / Comments

    We love feedback! Let us know in the Discussion tab.

    Happy Kaggling!

  3. Data from: DistilKaggle: a distilled dataset of Kaggle Jupyter notebooks

    • zenodo.org
    application/gzip, bin +1
    Updated Jan 27, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Mojtaba Mostafavi Ghahfarokhi; Mojtaba Mostafavi Ghahfarokhi; Arash Asgari; Arash Asgari; Mohammad Abolnejadian; Mohammad Abolnejadian; Abbas Heydarnoori; Abbas Heydarnoori (2024). DistilKaggle: a distilled dataset of Kaggle Jupyter notebooks [Dataset]. http://doi.org/10.5281/zenodo.10317389
    Explore at:
    bin, csv, application/gzipAvailable download formats
    Dataset updated
    Jan 27, 2024
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Mojtaba Mostafavi Ghahfarokhi; Mojtaba Mostafavi Ghahfarokhi; Arash Asgari; Arash Asgari; Mohammad Abolnejadian; Mohammad Abolnejadian; Abbas Heydarnoori; Abbas Heydarnoori
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Overview

    DistilKaggle is a curated dataset extracted from Kaggle Jupyter notebooks spanning from September 2015 to October 2023. This dataset is a distilled version derived from the download of over 300GB of Kaggle kernels, focusing on essential data for research purposes. The dataset exclusively comprises publicly available Python Jupyter notebooks from Kaggle. The essential information for retrieving the data needed to download the dataset is obtained from the MetaKaggle dataset provided by Kaggle.

    Contents

    The DistilKaggle dataset consists of three main CSV files:

    code.csv: Contains over 12 million rows of code cells extracted from the Kaggle kernels. Each row is identified by the kernel's ID and cell index for reproducibility.

    markdown.csv: Includes over 5 million rows of markdown cells extracted from Kaggle kernels. Similar to code.csv, each row is identified by the kernel's ID and cell index.

    notebook_metrics.csv: This file provides notebook features described in the accompanying paper released with this dataset. It includes metrics for over 517,000 Python notebooks.

    Directory Structure

    The kernels directory is organized based on Kaggle's Performance Tiers (PTs), a ranking system in Kaggle that classifies users. The structure includes PT-specific directories, each containing user ids that belong to this PT, download logs, and the essential data needed for downloading the notebooks.

    The utility directory contains two important files:

    aggregate_data.py: A Python script for aggregating data from different PTs into the mentioned CSV files.

    application.ipynb: A Jupyter notebook serving as a simple example application using the metrics dataframe. It demonstrates predicting the PT of the author based on notebook metrics.

    DistilKaggle.tar.gz: It is just the compressed version of the whole dataset. If you downloaded all of the other files independently already, there is no need to download this file.

    Usage

    Researchers can leverage this distilled dataset for various analyses without dealing with the bulk of the original 300GB dataset. For access to the raw, unprocessed Kaggle kernels, researchers can request the dataset directly.

    Note

    The original dataset of Kaggle kernels is substantial, exceeding 300GB, making it impractical for direct upload to Zenodo. Researchers interested in the full dataset can contact the dataset maintainers for access.

    Citation

    If you use this dataset in your research, please cite the accompanying paper or provide appropriate acknowledgment as outlined in the documentation.

    If you have any questions regarding the dataset, don't hesitate to contact me at mohammad.abolnejadian@gmail.com

    Thank you for using DistilKaggle!

  4. R

    Vertical_bar Kaggle Dataset

    • universe.roboflow.com
    zip
    Updated Oct 28, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    MultiChart (2023). Vertical_bar Kaggle Dataset [Dataset]. https://universe.roboflow.com/multichart/vertical_bar-kaggle
    Explore at:
    zipAvailable download formats
    Dataset updated
    Oct 28, 2023
    Dataset authored and provided by
    MultiChart
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Variables measured
    Bar Plot_bb Bounding Boxes
    Description

    Vertical_bar Kaggle

    ## Overview
    
    Vertical_bar  Kaggle is a dataset for object detection tasks - it contains Bar Plot_bb annotations for 2,000 images.
    
    ## Getting Started
    
    You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
    
      ## License
    
      This dataset is available under the [CC BY 4.0 license](https://creativecommons.org/licenses/CC BY 4.0).
    
  5. R

    Resistors Kaggle Dataset

    • universe.roboflow.com
    zip
    Updated Jun 28, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    RCR (2024). Resistors Kaggle Dataset [Dataset]. https://universe.roboflow.com/rcr-mjqgv/resistors-kaggle
    Explore at:
    zipAvailable download formats
    Dataset updated
    Jun 28, 2024
    Dataset authored and provided by
    RCR
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Variables measured
    Resistor Bounding Boxes
    Description

    Resistors Kaggle

    ## Overview
    
    Resistors Kaggle is a dataset for object detection tasks - it contains Resistor annotations for 1,000 images.
    
    ## Getting Started
    
    You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
    
      ## License
    
      This dataset is available under the [CC BY 4.0 license](https://creativecommons.org/licenses/CC BY 4.0).
    
  6. R

    Dataset By Kaggle Dataset

    • universe.roboflow.com
    zip
    Updated Jan 27, 2022
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Khushal Koli (2022). Dataset By Kaggle Dataset [Dataset]. https://universe.roboflow.com/khushal-koli-tcwmx/dataset-by-kaggle
    Explore at:
    zipAvailable download formats
    Dataset updated
    Jan 27, 2022
    Dataset authored and provided by
    Khushal Koli
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Variables measured
    LP Bounding Boxes
    Description

    Dataset By Kaggle

    ## Overview
    
    Dataset By Kaggle is a dataset for object detection tasks - it contains LP annotations for 1,132 images.
    
    ## Getting Started
    
    You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
    
      ## License
    
      This dataset is available under the [CC BY 4.0 license](https://creativecommons.org/licenses/CC BY 4.0).
    
  7. R

    Car Damages Kaggle Dataset

    • universe.roboflow.com
    zip
    Updated Feb 16, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    AI Proyect (2025). Car Damages Kaggle Dataset [Dataset]. https://universe.roboflow.com/ai-proyect/car-damages-kaggle
    Explore at:
    zipAvailable download formats
    Dataset updated
    Feb 16, 2025
    Dataset authored and provided by
    AI Proyect
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Variables measured
    Car Damages Polygons
    Description

    Car Damages Kaggle

    ## Overview
    
    Car Damages Kaggle is a dataset for instance segmentation tasks - it contains Car Damages annotations for 814 images.
    
    ## Getting Started
    
    You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
    
      ## License
    
      This dataset is available under the [CC BY 4.0 license](https://creativecommons.org/licenses/CC BY 4.0).
    
  8. h

    kaggle-mbti

    • huggingface.co
    Updated Jul 24, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Jing Jie Tan (2024). kaggle-mbti [Dataset]. http://doi.org/10.57967/hf/3955
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jul 24, 2024
    Authors
    Jing Jie Tan
    License

    Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
    License information was derived automatically

    Description

    Personality Dataset

    Essays https://huggingface.co/datasets/jingjietan/essays-big5 MBTI https://huggingface.co/datasets/jingjietan/kaggle-mbti Pandora https://huggingface.co/datasets/jingjietan/pandora-big5 Please contact jingjietan.com for another dataset. Cite: @software{jingjietan-apr-dataset, author = {Jing Jie, Tan}, title = {Personality Kaggle Dataset Splitting}, url = {https://huggingface.co/datasets/jingjietan/kaggle-mbti}, version = {1.0.0}, year = {2024} }

  9. R

    Gun Kaggle Dataset

    • universe.roboflow.com
    zip
    Updated Jul 26, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Thesis (2022). Gun Kaggle Dataset [Dataset]. https://universe.roboflow.com/thesis-iohre/gun-kaggle
    Explore at:
    zipAvailable download formats
    Dataset updated
    Jul 26, 2022
    Dataset authored and provided by
    Thesis
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Variables measured
    Gun Danger Bounding Boxes
    Description

    Gun Kaggle

    ## Overview
    
    Gun Kaggle is a dataset for object detection tasks - it contains Gun Danger annotations for 2,988 images.
    
    ## Getting Started
    
    You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
    
      ## License
    
      This dataset is available under the [CC BY 4.0 license](https://creativecommons.org/licenses/CC BY 4.0).
    
  10. Mask Kaggle Dataset

    • universe.roboflow.com
    zip
    Updated Aug 30, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    leemajere@gmail.com (2021). Mask Kaggle Dataset [Dataset]. https://universe.roboflow.com/leemajere-gmail-com/mask-kaggle
    Explore at:
    zipAvailable download formats
    Dataset updated
    Aug 30, 2021
    Dataset provided by
    Gmailhttp://gmail.com/
    Authors
    leemajere@gmail.com
    License

    CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
    License information was derived automatically

    Variables measured
    Mask Withoutmask Bounding Boxes
    Description

    Mask Kaggle

    ## Overview
    
    Mask Kaggle is a dataset for object detection tasks - it contains Mask Withoutmask annotations for 905 images.
    
    ## Getting Started
    
    You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
    
      ## License
    
      This dataset is available under the [Public Domain license](https://creativecommons.org/licenses/Public Domain).
    
  11. R

    Mtb Bacilli Detection Kaggle Dataset

    • universe.roboflow.com
    zip
    Updated Mar 25, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    NavinduPrivate (2025). Mtb Bacilli Detection Kaggle Dataset [Dataset]. https://universe.roboflow.com/navinduprivate/mtb-bacilli-detection-kaggle
    Explore at:
    zipAvailable download formats
    Dataset updated
    Mar 25, 2025
    Dataset authored and provided by
    NavinduPrivate
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Variables measured
    AFB Bounding Boxes
    Description

    MTB Bacilli Detection Kaggle

    ## Overview
    
    MTB Bacilli Detection Kaggle is a dataset for object detection tasks - it contains AFB annotations for 221 images.
    
    ## Getting Started
    
    You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
    
      ## License
    
      This dataset is available under the [CC BY 4.0 license](https://creativecommons.org/licenses/CC BY 4.0).
    
  12. R

    Yolov5 Kaggle Dataset

    • universe.roboflow.com
    zip
    Updated Sep 24, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    yolo v5 (2022). Yolov5 Kaggle Dataset [Dataset]. https://universe.roboflow.com/yolo-v5-qkmhl/yolov5-kaggle
    Explore at:
    zipAvailable download formats
    Dataset updated
    Sep 24, 2022
    Dataset authored and provided by
    yolo v5
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Variables measured
    Planes Bounding Boxes
    Description

    Yolov5 Kaggle

    ## Overview
    
    Yolov5 Kaggle is a dataset for object detection tasks - it contains Planes annotations for 500 images.
    
    ## Getting Started
    
    You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
    
      ## License
    
      This dataset is available under the [CC BY 4.0 license](https://creativecommons.org/licenses/CC BY 4.0).
    
  13. tpu-getting-started

    • kaggle.com
    Updated Dec 28, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Maxim Kosarev (2023). tpu-getting-started [Dataset]. https://www.kaggle.com/datasets/maximkosarev/tpu-getting-started/suggestions?status=pending&yourSuggestions=true
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Dec 28, 2023
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Maxim Kosarev
    License

    Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
    License information was derived automatically

    Description

    Dataset

    This dataset was created by Maxim Kosarev

    Released under Apache 2.0

    Contents

  14. R

    Major Project Kaggle Dataset

    • universe.roboflow.com
    zip
    Updated Dec 9, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    project (2024). Major Project Kaggle Dataset [Dataset]. https://universe.roboflow.com/project-vt8gt/major-project-kaggle
    Explore at:
    zipAvailable download formats
    Dataset updated
    Dec 9, 2024
    Dataset authored and provided by
    project
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Variables measured
    Elephant Deer Buffalo Rhino Bounding Boxes
    Description

    Major Project Kaggle

    ## Overview
    
    Major Project Kaggle is a dataset for object detection tasks - it contains Elephant Deer Buffalo Rhino annotations for 200 images.
    
    ## Getting Started
    
    You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
    
      ## License
    
      This dataset is available under the [CC BY 4.0 license](https://creativecommons.org/licenses/CC BY 4.0).
    
  15. R

    Face Mask Detection Kaggle Dataset

    • universe.roboflow.com
    zip
    Updated Jun 29, 2022
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    FaceMaskDetection (2022). Face Mask Detection Kaggle Dataset [Dataset]. https://universe.roboflow.com/facemaskdetection-qd7ev/face-mask-detection-kaggle
    Explore at:
    zipAvailable download formats
    Dataset updated
    Jun 29, 2022
    Dataset authored and provided by
    FaceMaskDetection
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Variables measured
    Masks Bounding Boxes
    Description

    Face Mask Detection Kaggle

    ## Overview
    
    Face Mask Detection Kaggle is a dataset for object detection tasks - it contains Masks annotations for 848 images.
    
    ## Getting Started
    
    You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
    
      ## License
    
      This dataset is available under the [CC BY 4.0 license](https://creativecommons.org/licenses/CC BY 4.0).
    
  16. Suggestions versus non-suggestions, NLP trainset

    • kaggle.com
    Updated Jul 8, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Damir Olejar (2024). Suggestions versus non-suggestions, NLP trainset [Dataset]. https://www.kaggle.com/datasets/damirolejar/suggestions-versus-non-suggestions-nlp-trainset/code
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jul 8, 2024
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Damir Olejar
    License

    Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
    License information was derived automatically

    Description

    This dataset is made for training the classifiers to detect whether some text is making a suggestion or not. This could be useful to train a classifier which can automatically scan the data for suggestions such as whether something should be done or not. For example, if someone says "I think you should invest in this coin", then it is registered as a suggestion. Very useful for data mining and decision making based on the NLP data.

  17. R

    Obj Detect Kaggle Dataset

    • universe.roboflow.com
    zip
    Updated Mar 3, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    new-workspace-zv0rc (2022). Obj Detect Kaggle Dataset [Dataset]. https://universe.roboflow.com/new-workspace-zv0rc/obj-detect-kaggle
    Explore at:
    zipAvailable download formats
    Dataset updated
    Mar 3, 2022
    Dataset authored and provided by
    new-workspace-zv0rc
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Variables measured
    Face Masks Bounding Boxes
    Description

    Obj Detect Kaggle

    ## Overview
    
    Obj Detect Kaggle is a dataset for object detection tasks - it contains Face Masks annotations for 848 images.
    
    ## Getting Started
    
    You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
    
      ## License
    
      This dataset is available under the [CC BY 4.0 license](https://creativecommons.org/licenses/CC BY 4.0).
    
  18. R

    Kaggle Jai Mata Di Dataset

    • universe.roboflow.com
    zip
    Updated Jan 28, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Khushal Koli (2022). Kaggle Jai Mata Di Dataset [Dataset]. https://universe.roboflow.com/khushal-koli-tcwmx/kaggle-dataset-jai-mata-di
    Explore at:
    zipAvailable download formats
    Dataset updated
    Jan 28, 2022
    Dataset authored and provided by
    Khushal Koli
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Variables measured
    LP Bounding Boxes
    Description

    Kaggle Dataset Jai Mata Di

    ## Overview
    
    Kaggle Dataset Jai Mata Di is a dataset for object detection tasks - it contains LP annotations for 1,132 images.
    
    ## Getting Started
    
    You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
    
      ## License
    
      This dataset is available under the [CC BY 4.0 license](https://creativecommons.org/licenses/CC BY 4.0).
    
  19. R

    Iranian Plate From Kaggle Dataset

    • universe.roboflow.com
    zip
    Updated Dec 9, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    BarzanSaeedpour (2023). Iranian Plate From Kaggle Dataset [Dataset]. https://universe.roboflow.com/barzansaeedpour/iranian-plate-from-kaggle
    Explore at:
    zipAvailable download formats
    Dataset updated
    Dec 9, 2023
    Dataset authored and provided by
    BarzanSaeedpour
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    Iran, Iranian plateau
    Variables measured
    Plate REgl Bounding Boxes
    Description

    Iranian Plate From Kaggle

    ## Overview
    
    Iranian Plate From Kaggle is a dataset for object detection tasks - it contains Plate REgl annotations for 433 images.
    
    ## Getting Started
    
    You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
    
      ## License
    
      This dataset is available under the [CC BY 4.0 license](https://creativecommons.org/licenses/CC BY 4.0).
    
  20. R

    Road Crack Kaggle Dataset

    • universe.roboflow.com
    zip
    Updated Sep 11, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    road damage (2024). Road Crack Kaggle Dataset [Dataset]. https://universe.roboflow.com/road-damage-vizry/road-crack-kaggle/model/6
    Explore at:
    zipAvailable download formats
    Dataset updated
    Sep 11, 2024
    Dataset authored and provided by
    road damage
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Variables measured
    Crack IQK6 Bounding Boxes
    Description

    Road Crack Kaggle

    ## Overview
    
    Road Crack Kaggle is a dataset for object detection tasks - it contains Crack IQK6 annotations for 3,643 images.
    
    ## Getting Started
    
    You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
    
      ## License
    
      This dataset is available under the [CC BY 4.0 license](https://creativecommons.org/licenses/CC BY 4.0).
    
Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
schemersays (2022). Food Recommendation System [Dataset]. https://www.kaggle.com/datasets/schemersays/food-recommendation-system
Organization logo

Data from: Food Recommendation System

Related Article
Explore at:
CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
Dataset updated
Sep 8, 2022
Dataset provided by
Kagglehttp://kaggle.com/
Authors
schemersays
Description

This dataset represents the data related to food recommender system. Two datasets are included in this dataset file. First includes the dataset related to the foods, ingredients, cuisines involved. Second, includes the dataset of the rating system for the recommendation system.

Search
Clear search
Close search
Google apps
Main menu