Category: Datatards

Here you can observe the biggest nerds in the world in their natural habitat, longing for data sets. Not that it isn’t interesting, i’m interested. Maybe they know where the chix are. But what do they need it for? World domination?

I Scraped/tracked 35 US Cash Advance Apps’ Fees And Terms For Months — Cleaned It Up Into An Open Dataset

Been maintaining a spreadsheet on cash advance apps (Dave, Earnin, Brigit, MoneyLion, etc.) for a side project comparing fees and terms, since most of these apps make it genuinely hard to figure out what you’re actually paying. Fees range very widely by app, and I wanted to make it easier for people with already-stretched finances to find the lowest cost products. Finally cleaned it up enough to make public.

35 apps, covering advance ranges, subscription vs. tip-based models, state availability, and a few other fields. CSV and JSON, CC-BY licensed, updated periodically as terms change (fintech fee structures shift more than you’d think).

Live on Hugging Face: https://huggingface.co/datasets/overdraftapps/cash-advance-apps

Full disclosure, I run a cash advance comparison site and this data feeds into it, methodology and a bit more context is linked in the dataset card if anyone wants the full picture. Happy to answer questions about specific fields or how anything was sourced. If anyone finds a fee that’s changed since I last verified it, genuinely tell me, half of these apps update pricing with zero announcement.

submitted by /u/Money_Seaweed_1895
[link] [comments]

Where Do You Guys Find Datasets For Real World Data Science Projects?

I’m trying to build a proper data science/ML project, but I’m having a hard time finding a dataset that is big enough and not already used by everyone.
For example, there are datasets like the UK Online Retail dataset, Olist, and other popular sales/retail datasets. They’re good datasets, but I see them being used in a lot of projects already.
I don’t want to just download a dataset, do some EDA, train a model and put it on my resume. I want to build something around an actual business problem, where I have to figure out what the problem is, analyze the data, come up with useful insights, maybe build a model, and actually explain how it could help the business.
So where do you guys usually find datasets for this?
Should I try to find data from smaller companies, government sources, APIs, research papers, etc.? Or is it okay to create my own dataset using AI/cloud tools and then create a realistic business problem around it?
For example, if I create a large synthetic sales dataset, could I create a realistic business scenario around it and then treat it like a real project — forecasting sales, understanding customer behavior, optimizing inventory, etc.?
Would that be considered a decent portfolio project, or is using real-world data much better?
I’d mainly like to hear from people who have built projects for their portfolios or have experience hiring for data science/ML roles. Where do you actually get your data from when you want to build something that’s not the same Kaggle project everyone has already done?

submitted by /u/Informal-Dog2741
[link] [comments]

[OC] Optical Music Recognition Benchmark: Ground Truth, Three Engines’ Raw Output, And The Scorer (2.4 MB, CC BY)

Releasing the full artefacts behind an optical music recognition (OMR) benchmark, so the published figures can be recomputed rather than trusted.

**Contents**
– Ground-truth MusicXML for 31 engraved pages from public-domain sources
– The same 31 pages after a deterministic phone-photograph degradation
– Raw MusicXML output from three engines on both suites: a commercial pipeline, Audiveris 5.11.0, oemer 0.1.x
– Transcriptions of 60 systems from OLiMPiC (ICDAR 2024) by two engines
– `score.py` — the scorer, Python standard library only, no dependencies
– `photo_sim.py` — the degradation model
– Per-piece results as JSON, plus the exact competitor CLI invocations

**Metric:** strict F1 at note level — pitch, onset and duration must all match, with a 1/64-note tolerance. Notes only; rests, clefs, key and time signatures, repeats and dynamics are not scored.

**Size:** 2.4 MB. `python3 score.py .` reproduces the published table in about ten seconds.

**Licence:** CC BY 4.0 for the engraved notation, transcriptions and scripts. The OLiMPiC-derived transcriptions inherit that dataset’s CC BY-SA; its ground truth is not redistributed.

**Disclosure:** I work on one of the three engines. The scorer contains no engine-specific branching and a published erratum corrected a flaw that had been penalising a competitor.

https://www.trysheetly.com/compare/omr-benchmark

submitted by /u/alyimsa
[link] [comments]

Before Labeling 10,000 Images, Label The Same 100 Twice

One of the cheapest ways to catch dataset problems is to run a small annotation pilot before scaling.

Give two annotators the same 50–100 representative images — including occlusions, cropped objects, unusual angles, blur, and borderline classes — and compare where they disagree.

The disagreements usually reveal that the problem isn’t the annotators. The task itself is underspecified: should they label the visible or full object? When is an object too occluded? What should happen when two class definitions overlap?

Fix those decisions in the guidelines, repeat the pilot, and only then start labeling thousands of images.

It’s less exciting than auto-labeling, but it can prevent a large dataset from becoming consistently inconsistent.

Do you run this kind of agreement check before larger annotation projects? How many images are usually enough to expose problems?

submitted by /u/onesunnysunday
[link] [comments]

I Built A Dataset Tracking Daily US Job Postings Across 44 Sectors Since 2020 (Indeed Hiring Lab Data, CC BY 4.0)

What it is
Daily and sector-level tracking of the US job market since February 1, 2020 (pre-pandemic baseline) — how hiring demand shifted through COVID, the 2021–22 boom, and the tech slowdown after. Includes a “sector summary” file with the headline numbers already computed for you: net change since baseline, pandemic trough/peak, and days to recovery per sector.

Source
Underlying job postings data is from Indeed Hiring Lab’s Job Postings Tracker, licensed CC BY 4.0. I built and included an original sector-to-SOC-2018-major-group crosswalk (Indeed’s category system doesn’t map 1:1 to the standard occupational taxonomy, so this fills that gap) — that mapping is my own work, not part of Indeed’s data.

Size/scope
44 occupational sectors, all 51 states (incl. DC), daily observations from Feb 1, 2020 through today. National, sector-level, and state-level files, plus the pre-computed summary stats file.

How it was built
Fully scripted pipeline (Python/pandas) — one command downloads the raw data and rebuilds every output file from scratch. Nothing manually edited or copy-pasted, so it’s reproducible and easy to refresh later since Indeed updates their source weekly.

Links Dataset: https://www.kaggle.com/datasets/adizz321/us-job-market-shift-since-2020-postings-by-sector Notebook with visualizations (recovery-speed chart, sector winners/losers, state-level breakdown): https://www.kaggle.com/code/adizz321/the-job-market-inversion-what-changed-since-2020

submitted by /u/Firm_Ad9420
[link] [comments]

Is There Any Dataset For Human Detection With OBB Annotations?

Is there any dataset for human detection with OBB annotations?

I’m doing my program with yolo and it’s about human detection with obb and i’m a beginner. But i can’t find dataset to train. Can only find human&hbb, and all those obb ones i saw are for vehicles or sth like that.

So does anyone know about this?

And also, i found a HIT-UAV dataset, but it’s thermal dataset.Though i thought about using this and just do a thermal one and saw the rotation part. But no matter how i tried to fix, it’s still not obb dataset and error everytime…🤔

submitted by /u/MindyOctant
[link] [comments]

Dataset: 18,208 Salary Changes Made To Job Postings After They Went Live

collected by hitting the public json endpoints for greenhouse, ashby and lever across 998 companies, once a day, and diffing each posting against the previous snapshot. no auth needed, these are the boards the companies serve to their own careers pages.

what the diff has caught so far:
salary_changed 18,208
department_changed 15,188
closed 4,357
title_changed 700
location_changed 364
reopened 98

51,061 postings total, 46,761 currently open. 22,820 of the open ones carry a pay range, which is 48.8%.

two things worth knowing if you want to do this yourself. greenhouse has no structured salary field at all, the range is written into the description html and it is double escaped, so a naive parse gets you nothing and a slightly less naive one gets you garbage. and a dollar sign is not a currency, i nearly recorded a taipei role in TWD as a $700k job.

the salary_changed rows are the ones i’d point at. nobody keeps the before, so as far as i know this is the only place the previous band exists once the company overwrites it.

built off a job tracker i run, link in the comments if the method is useful to anyone.

submitted by /u/Significant_Camp4148
[link] [comments]

[Self-promotion] Free Chest-worn Human Activity Dataset: 180 Recordings, 518,300 Samples At 50 Hz

Disclosure: I’m one of the people behind Aidlab.

If you’re working on human activity recognition, exercise classification, or repetition counting, we’ve published AIDLAB-HAR on Hugging Face under CC BY 4.0.

It contains 180 chest-worn recordings and 518,300 samples at 50 Hz. The signals include 3-axis acceleration, orientation quaternions, 16 activity labels, and repetition markers.

We packaged it into three configurations that work directly with the datasets library: recordings, signals, and annotations. The raw v3 archive, cleaning notes, and preparation script are included too.

One detail we found while preparing the release: the paper’s overview mentions 15 activities, while the archive contains 16 filename labels. We documented the discrepancy and preserved the source labels.

Dataset: https://huggingface.co/datasets/aidlab-wearables/AIDLAB-HAR

Paper: https://doi.org/10.3390/s24123891

submitted by /u/Guzikk
[link] [comments]

Looking For A Dataset Tracking Multiple Students’ Daily Habits/behavior AND Academic Performance Over Time

I’m looking for a dataset with the following structure: multiple students, each tracked over multiple days/weeks, with both daily behavioral/lifestyle data and academic performance outcomes. Essentially a “students × days × features” structure, not a single snapshot per student.

**Daily or near-daily records per student (not just one row per student)**

submitted by /u/RunVegetable3067
[link] [comments]

Need Help Finding A Common Skin Diseases Dataset With Binary Masks + Labels

Hi everyone, I’m currently working on a skin disease segmentation/classification project and I’m having a hard time finding a suitable dataset.

I’m looking for a dataset that ideally has the skin lesion image with its corresponding binary segmentation masks (doesn’t need to be a mask as long as it has annotations) and disease labels.

Most of the datasets I’ve found so far, such as ISIC, are heavily focused on melanoma and other cancerous skin lesions. I’m looking for something more focused on common/non-cancerous skin conditions like acne, eczema, psoriasis, rosacea etc.

It doesn’t necessarily have to contain all of these diseases, but having a good variety of common conditions would be great.

I’ve found classification datasets like DermNet that contain several common conditions, but they don’t seem to provide the pixel-level binary masks I need for segmentation.

If anyone knows of a dataset, research project, or even multiple datasets that could be combined to achieve this, I’d really appreciate it!

submitted by /u/Tamago_111
[link] [comments]

[OC] 28 AI Industry Datasets – 2,600+ Entries, Automated Collection, Daily Updates

I built 28 automated agents collecting AI ecosystem data 24/7.

Stats:
• 2,600+ entries across 28 datasets
• Security incidents: 1,000
• Regulations: 365
• Models: 322
• Research: 190
• Compensation: 70
• Supply chain: 70
• + 22 more datasets

All data has verifiable source URLs. Updated nightly.

Free: https://huggingface.co/gemmozero

Feedback welcome.

submitted by /u/Training-Money-1374
[link] [comments]

Looking For Indic Speech Dataset Owners / Licensing Partners

Hi everyone,

I’m with Sonexis. We’re currently expanding our supplier network for Indic-language speech and conversational data.

I’m looking to connect with organisations or individuals who own datasets or have documented authority to license them commercially.

We’re especially interested in existing data around:

  • regional and accented speech
  • multilingual / code-switched conversations
  • ASR training and evaluation
  • TTS
  • telephony and call-centre speech
  • voice-agent evaluation
  • spontaneous and multi-speaker conversations

We care about more than total hours.

For us, the important questions are: where did the data come from, who can license it, what consent exists, what metadata comes with it, and what the dataset is actually useful for.

If you have something relevant, feel free to DM me.

You can also reach us at [partner@sonexis.in](mailto:partner@sonexis.in) or apply here: https://sonexis.in/suppliers/apply

If there looks to be a genuine fit, we can set up a call and go through the dataset properly.

Even if you’re not sure whether your data fits, feel free to send the basics: language, data type, approximate volume, collection method and rights position

submitted by /u/Cautious-Today1710
[link] [comments]

A Free In-browser Batch Cropper For Prepping Training Datasets Without Uploading Images To Cloud Servers

I’ve been working on a free browser cropping tool with no ads called Just Crop It. It mainly focuses on batch cropping large amounts of images quickly.

You can check it out at: https://deziikuoo.github.io/JustCropIt/

quick note on what it can do:

* Trim Letterboxes
* Identity matching to lock onto one person across batch cropping multiple images
* Apply the same crop box to every selected image
* Copy crop settings from one photo and paste onto others
* Extract frames out of a video
* Download and replace original images (optional)

submitted by /u/Necessary-Potato-468
[link] [comments]

Looking To Buy Exclusive Medical Imaging Datasets (CT, MRI, X-ray) With Doctor Reports (Multiple Visits Per Patient)

Hi everyone,

We are looking to acquire exclusive, non-public medical imaging data. We are not interested in public datasets (like MIMIC or Kaggle).

What we need:

  • Modalities: CT, MRI, or X-ray scans.
  • Multiple Visits: Scans showing the same patient over multiple visits/time periods.
  • Reports: Doctor/radiology reports attached to each scan visit.

Process:

  1. Sample first: We need a small sample set to check data quality and formatting.
  2. Negotiation: Once we confirm the sample meets our needs, we will negotiate pricing and volume.
  3. Privacy: All data must be 100% de-identified (no names, dates, or personal details).

If you or your organization can supply this, please DM me directly with your details.

submitted by /u/CommonSuch4138
[link] [comments]

Central Bank Communications: 225,101 Sentence-level Policy Stance Annotations Across 26 Central Banks, 1995-2026 (CC-BY-4.0)

I built this dataset and I run the dashboard linked at the bottom.

I have been crawling monetary policy communications from 26 central banks and labelling them at the sentence level. The whole thing is CC-BY-4.0.

What is in it:

  • 225,101 annotated sentences across 15,055 documents, Feb 1995 to Aug 2026
  • Policy statements, rate decisions, meeting minutes, press conference transcripts
  • 12 sentiment labels: rate_hike, rate_cut, rate_hold, guidance_hawkish, guidance_dovish, dissent_hawkish, dissent_dovish, liquidity_ease, liquidity_tight, reserve_ease, reserve_tight, neutral
  • 9 topic labels: inflation, interest_rate, economic_activity, labor_market, exchange_rate, credit, financial_stability, fiscal_policy, governance
  • 21 source languages, with an English translation on every non-English sentence in text_en
  • 19,387 economic indicator rows (policy rates, FX, CPI) so you can join labels against outcomes
  • Parquet, loads with datasets.load_dataset

Sources are the central banks’ own sites (federalreserve.gov, ecb.europa.eu, boj.or.jp and so on). Every document keeps its source URL.

The taxonomy follows IMF Working Paper WP/25/109, “From Text to Quantified Insights”. Labels are model-generated with gpt-4o-mini rather than hand-annotated, so spot-check them for your bank and period if you are using this for anything that matters.

Dataset: https://huggingface.co/datasets/aufklarer/central-bank-communications Dashboard built on it: https://monetary.live

Happy to take criticism of the taxonomy, especially the dissent and guidanthe hardest to pin down.

submitted by /u/ivan_digital
[link] [comments]

Dataset Of Historical US Public-company Mergers And Acquisitions, Including Failed Deals?

I’m looking for a historical dataset of US public-company M&A transactions for quantitative research.

Minimum useful fields:

  • target company / ticker / CUSIP
  • acquirer
  • announcement date
  • offer price / consideration
  • cash vs stock vs mixed
  • deal status
  • completion date OR withdrawal/termination date

Revision history and revised offer prices would be a major bonus.

Most importantly, the dataset must include failed/withdrawn deals, not only completed acquisitions, because otherwise it introduces obvious survivorship bias into merger-arbitrage research.

Time period: ideally 2000-present, although even a shorter clean sample would be useful.

Sources I’ve already looked into:

  • SEC EDGAR
  • LSEG / SDC
  • FactSet Mergers
  • S&P Capital IQ
  • PitchBook
  • MarketLine

Does anyone know of a legitimate open dataset, university/academic dataset, replication package, API, or reasonably priced commercial source?

I’m also happy to build it myself if someone can point me toward a reliable methodology or existing open-source project.

submitted by /u/FarmImportant9537
[link] [comments]

I Simulated A 1M+ High-Fidelity Retail POS Transaction Dataset Using Prolog And SQLCipher. Here Is Why It’s Structurally Sound.

The result is High-Fidelity Retail POS Transaction – 1M+ Dataset.

Key Technical Specifications:

  • Volume: Over 1 million fully synchronized relational records.
  • Security & Format: Encrypted using SQLCipher / SQLite database. All sensitive transaction IDs are pre-hashed via SHA-256 out of the box.
  • Rich Features: Includes lifetime data log simulation, void logs (for fraud detection modeling), product health detection metrics, and multi-item checkouts.

Free Dowdload https://github.com/lokinpendawa/high-fidelity-pos-dataset-2M

WHAT YOU GET (FULL MULTI-FORMAT EXPORT):

  • .sql (Transactional Database Dump – Postgres/MySQL ready)
  • .json (NoSQL / API Mocking / Web development)
  • .csv (Data Science / Pandas & Python ready)
  • .pl (Prolog Fact Base for Logical Programming)

submitted by /u/lokinpendawa
[link] [comments]

Self-promotion – Enerstat.io – Clean Power System Data From Multiple Sources

Hi! Just wanted to leave a message here promoting Enerstat.io, a new project I’ve been building. I want to centralize global power system data in a clean way into this website and make it accessible via its dashboard, API, MCP…

For the moment, it contains a full set of EU data that I am currently cleaning through. I am looking to expand to the US, Latam and APAC and increase coverage as much as possible.

Any feedback would be greatly appreciated. It is of course being vibe coded but I try to add taste to it 🙂

submitted by /u/Fit-Addendum8244
[link] [comments]