Skip to content

Latest commit

 

History

History
156 lines (123 loc) · 18.3 KB

File metadata and controls

156 lines (123 loc) · 18.3 KB

AI / ML — Datasets

Comprehensive collection of open datasets, dataset tools, and data repositories for ML/AI training, research, and benchmarking.


General Dataset Collections

Repository Description Stars
awesomedata/awesome-public-datasets Topic-centric list of high-quality public datasets across every domain Stars
huggingface/datasets 50,000+ datasets for ML — unified API, streaming, fast loading Stars
openml/openml-python Python API for OpenML — 20,000+ datasets with benchmarks Stars
fivethirtyeight/data Data and code behind FiveThirtyEight articles Stars
datahub-project/datahub Metadata platform for data discovery and governance Stars
niderhoff/nlp-datasets Alphabetical list of free NLP datasets with descriptions Stars
datasets/awesome-data Curated awesome datasets — economics, finance, geo, and more Stars
google-research-datasets Google Research open datasets — official releases Stars

Computer Vision Datasets

Repository Description Stars
cocodataset/cocoapi MS COCO — detection, segmentation, keypoints, captions Stars
cvdfoundation/open-images-dataset Google Open Images — 9M images, 600 classes, bounding boxes Stars
pytorch/vision TorchVision — CIFAR, ImageNet, MNIST, STL10, VOC, and more Stars
ultralytics/ultralytics YOLO dataset tools — COCO, Objects365, OpenImagesV7 support Stars
openvinotoolkit/datumaro Dataset management — convert between all CV dataset formats Stars
google/mediapipe Cross-platform ML pipeline with face, hand, pose datasets Stars
visipedia/inat_comp iNaturalist — 2.7M images of plants and animals Stars
fastai/imagenette Subset of 10 easily classified ImageNet classes — fast experimentation Stars
ieee8023/covid-chestxray-dataset COVID-19 chest X-ray dataset for medical imaging research Stars
waymo-research/waymo-open-dataset Waymo Open Dataset — lidar and camera data for autonomous driving Stars
nutonomy/nuscenes-devkit nuScenes — full autonomous driving dataset with devkit Stars
commaai/comma2k19 2000 hours of commute data for self-driving research Stars
facebookresearch/detectron2 Facebook detection platform — includes dataset loaders for major CV datasets Stars
Labelbox/labelbox-python Data labeling platform SDK — annotation + dataset management Stars

NLP & Text Datasets

Repository Description Stars
google-research/bert BERT pre-training scripts — Wikipedia + BookCorpus pipeline Stars
google-research-datasets/natural-questions Real Google user queries + Wikipedia answers Stars
allenai/allennlp NLP research library — dataset readers for 50+ datasets Stars
explosion/spacy-models spaCy trained models + dataset pipeline tools Stars
EleutherAI/the-pile 825GB diverse open-source text for LLM training Stars
togethercomputer/RedPajama-Data Open reproduction of LLaMA training dataset — 1.2T tokens Stars
tatsu-lab/stanford_alpaca Stanford Alpaca — 52K instruction-following examples Stars
sahil280114/codealpaca Code Alpaca — 20K instruction-following examples for code Stars
Instruction-Tuning-with-GPT-4/GPT-4-LLM GPT-4 generated instruction-following dataset Stars
bigscience-workshop/xP3 Multilingual dataset collection for instruction tuning Stars
smashew/NameDatabases Large name database from 182 countries Stars
karpathy/char-rnn Character-level datasets — Shakespeare, Wikipedia, Linux kernel Stars

Audio & Speech Datasets

Repository Description Stars
openai/whisper 680K hours of multilingual speech — Whisper training data Stars
mozilla/DeepSpeech Mozilla Common Voice + DeepSpeech training pipeline Stars
coqui-ai/STT Open speech-to-text engine with training datasets Stars
magenta/magenta Google's music and audio generation — MIDI datasets included Stars
facebookresearch/encodec High-fidelity neural audio codec — audio datasets and tools Stars
suno-ai/bark Text-to-audio model — training data references included Stars
jameslyons/python_speech_features Speech feature extraction — MFCC, filterbank tools Stars

Science & Research Datasets

Repository Description Stars
deepmind/alphafold AlphaFold — protein structure prediction dataset and model Stars
deepmind/deepmind-research Implementations and datasets from DeepMind research papers Stars
allenai/s2orc Semantic Scholar Open Research Corpus — 200M+ paper abstracts Stars
allenai/science-parse Parse scientific papers — AI2 research dataset tools Stars
nasa/NASA-Open-APIs NASA open APIs and datasets — space, climate, imagery Stars
owid/covid-19-data Our World in Data — COVID-19 dataset updated daily Stars
beoutbreakprepared/nCoV2019 COVID-19 epidemiological data — global case tracking Stars

Financial & Economic Datasets

Repository Description Stars
ranaroussi/yfinance Yahoo Finance market data — stocks, crypto, forex Stars
JerBouma/FinanceDatabase 300,000+ financial instruments — stocks, ETFs, funds Stars
philipperemy/financial-news-dataset Reuters and Bloomberg financial news dataset Stars
jealous/stockstats Stock statistics utilities + dataset tools Stars

Geospatial & Climate Datasets

Repository Description Stars
gboeing/osmnx Download and analyze OpenStreetMap geospatial data Stars
microsoft/GlobalMLBuildingFootprints 1.1B building footprints worldwide — Bing Maps ML dataset Stars
awslabs/open-data-registry AWS Open Data Registry — satellite, climate, genomics Stars
openclimatefix/open-climate-fix Open climate datasets for ML and research Stars
openmapflow/openmapflow Crop mapping datasets using satellite imagery Stars

Code & Programming Datasets

Repository Description Stars
github/CodeSearchNet 6M functions from open source code — code search benchmark Stars
microsoft/CodeXGLUE Benchmark dataset for code intelligence tasks Stars
bigcode-project/starcoder The Stack — 6.4TB of permissively licensed source code Stars
openai/human-eval HumanEval — hand-crafted programming problems for LLM evaluation Stars
THUDM/CodeGeeX Multilingual code generation dataset and model Stars
google-research/google-research Google Research code and datasets across all domains Stars

Benchmark & Evaluation Datasets

Repository Description Stars
openai/evals OpenAI evaluation framework + benchmark datasets for LLMs Stars
EleutherAI/lm-evaluation-harness 200+ NLP benchmark datasets in one framework Stars
google/BIG-bench Beyond Imitation Game — 200+ tasks for LLM evaluation Stars
facebookresearch/mmf Multimodal framework — VQA, image captioning benchmarks Stars
paperswithcode/sota-extractor State-of-the-art results extraction — benchmarks tracker Stars
mwaskom/seaborn-data Clean tabular datasets used in seaborn — great for quick experiments Stars

Dataset Tools & Labeling

Repository Description Stars
heartexlabs/label-studio Open source data labeling — images, text, audio, video Stars
opencv/cvat Computer Vision Annotation Tool by Intel/OpenCV Stars
iterative/dvc Data Version Control — manage large datasets like code Stars
activeloopai/deeplake Dataset storage for deep learning — stream to PyTorch/TF Stars
cleanlab/cleanlab Find and fix label errors in datasets — data-centric AI Stars
snorkel-team/snorkel Build training datasets programmatically — no manual labeling Stars
albumentations-team/albumentations Fast image augmentation library for expanding CV datasets Stars
joke2k/faker Generate fake data for testing — names, addresses, emails Stars
ydataai/ydata-profiling Dataset profiling — full EDA report in one line Stars
great-expectations/great_expectations Data quality validation — test and document your datasets Stars

← Back to Index