Show HN: I built an AI dataset generator
21–30 of 36 posts
Re: Show HN: I built an AI dataset generator
#22Re: Show HN: I built an AI dataset generator
#23AI is really good at this sort of thing; I've been using an LLM with Faker for some time to load data for demos into SingleStore: https://github.com/jasonthorsness/loadit
Nice, I like the challenge video!
Re: Show HN: I built an AI dataset generator
#24seen this pattern a before too. faker holds shape without flow. real tables come from actions : retry, decline, manual review, all that. you just set col types, you might miss why the row even happened. gen needs to simulate behavior, not format
Was hoping this AI dataset generator solves that issue, but i guess it is still early days. Looks good though and using Faker to generate the data locally sounds good as a cost-cutting measure, but also potentially opens room for human-in-the-loop adjustments of the generated data.
Re: Show HN: I built an AI dataset generator
#25Re: Show HN: I built an AI dataset generator
#26It was pretty “dumb,” and used thispersondoesnotexist.com for profile pics.
Re: Show HN: I built an AI dataset generator
#27"Dataset" connotes training data, but this seems to generate sample data, maybe for testing an application. Is there any use for synthetic datasets in ML?
Re: Show HN: I built an AI dataset generator
#28Feels like a useful tool for anyone learning analytics or just needing sample data to test with.
Re: Show HN: I built an AI dataset generator
#29I used Anthropic's new Claude API integration with artifacts to make a probably-worse version that you can play with (after logging in of course). https://claude.ai/public/artifacts/eb7d8256-6d21-4c85-af9b-c... I used this GitHub repo as context and Claude Opus 4 to create this artifact
Re: Show HN: I built an AI dataset generator
#30"Dataset" connotes training data, but this seems to generate sample data, maybe for testing an application. Is there any use for synthetic datasets in ML?