Live data from Hacker News

Show HN: I built an AI dataset generator

github.com

11–20 of 36 posts

Re: Show HN: I built an AI dataset generator

#14
"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

#15
post #13

Feature 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.

I was actually thinking about this very feature in the shower this morning :)

Re: Show HN: I built an AI dataset generator

#16
I 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

#17

I 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! :)

No problem, thanks for taking a look!

Re: 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.

I hope so. I'm already subscribed to every streaming service, and my wallet can't handle all these LLMs too.
Post reply on HN