Show HN: I built an AI dataset generator
11–20 of 36 posts
Re: Show HN: I built an AI dataset generator
#12Re: Show HN: I built an AI dataset generator
#13Re: Show HN: I built an AI dataset generator
#14Re: Show HN: I built an AI dataset generator
#15Feature request - make the URL for the OpenAI API configurable. That way one can swap it out with Anthropic or any other LLM provider of their choice that provides an OpenAI-compatible API.
Re: Show HN: I built an AI dataset generator
#16https://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
#17I was tired of digging through Kaggle and writing prompts over and over just to get fake data for dashboards and demos. So I built a little tool to help me out. It uses GPT-4o to generate a detailed schema and business rules based on a few dropdowns (like business type, schema structure, and row count). Then Faker fills in the rows using those rules, which keeps it fast and cheap. You can preview the data, export as…
Congrats, thanks for shipping and open sourcing this! Cool to see Metabase is enabling contributions to the ecosystem this way! :)
Re: Show HN: I built an AI dataset generator
#18Re: Show HN: I built an AI dataset generator
#19"Stack: OpenAI API (GPT-4o for data generation)" -- I wonder if someday we'll have a generic API like how it's done in Java (e.g., Servlet API implemented by Tomcat, JBoss etc), so everyone can use their favorite LLM instead of having to register each provider like streaming services e.g. Disney+, Netflix, etc.
Re: Show HN: I built an AI dataset generator
#20AI 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