|
|
|
Show HN: We built a node to use Hugging Face Spaces without writing API code
|
|
1 points
by vinserello
217 days ago
|
|
I'm one of the creators of Datastripes, a visual data analysis builder. We've been building out our platform and kept running into a recurring pain point: we wanted to quickly prototype workflows that involved AI models from the Hugging Face ecosystem, but it always meant dropping out of our visual editor to write a Python script or a JS client to call the Gradio API. It killed the "flow" of building. So we decided to solve it by building a "Hugging Face Space" node directly into our tool.
You give it the URL of any public, Gradio-based Hugging Face Space (e.g., user/space-name), and the node does the rest. If you wanna try it: https://datastripes.com |
|