Show HN: GUIs for Faster ML Prototyping and Sharing
1–10 of 28 posts
Re: Show HN: GUIs for Faster ML Prototyping and Sharing
#2Re: Show HN: GUIs for Faster ML Prototyping and Sharing
#3Re: Show HN: GUIs for Faster ML Prototyping and Sharing
#4ML in this case = Machine Learning (not the programming language family that includes SML, MLton and OCaml)
Re: Show HN: GUIs for Faster ML Prototyping and Sharing
#5I have no idea what the architecture is, but it would be really cool to have this dynamic interface play nice with VSCode's notebook (jupyter) functionality, so I can add dynamic inputs right inline with the rest of the code.
Re: Show HN: GUIs for Faster ML Prototyping and Sharing
#6Would love some feedback! What additional interfaces or functionality would you like to see here?
Re: Show HN: GUIs for Faster ML Prototyping and Sharing
#71. This is awesome. Seriously, I will use this the next time I'm prototyping an image or text model.
2. Is there a way to entirely disable telemetry? I could imagine wanting to use this for models within a company that use sensitive data, etc., but wouldn't want to or be able to use it if the model interface was published either to gradio's internal APIs or to some sharable link that wasn't on a corporate network.
Re: Show HN: GUIs for Faster ML Prototyping and Sharing
#8This is cool, I am playing around with ML myself, and was just looking for a lightweight way to get dynamic input to models. The minst handwriting demo in the readme is almost exactly what I wanted. I have no idea what the architecture is, but it would be really cool to have this dynamic interface play nice with VSCode's notebook (jupyter) functionality, so I can add dynamic inputs right inline with the rest of the c…
I can also try it and let you know :)
Re: Show HN: GUIs for Faster ML Prototyping and Sharing
#9Okay: 1. This is awesome. Seriously, I will use this the next time I'm prototyping an image or text model. 2. Is there a way to entirely disable telemetry? I could imagine wanting to use this for models within a company that use sensitive data, etc., but wouldn't want to or be able to use it if the model interface was published either to gradio's internal APIs or to some sharable link that wasn't on a corporate netwo…
2. By default, we only create a localhost link, no share link is created (with the exception of colab as we cannot access localhost there). You can then use that to set up port forwarding etc. Let me know if this answers your question?
Re: Show HN: GUIs for Faster ML Prototyping and Sharing
#10Would love some feedback! What additional interfaces or functionality would you like to see here?
Excellent work, OP! It'd be great to have one setup for gpt-n demos. Something like a textfield where user types a prompt and a sidebar where sentence suggestions are populated every time users presses tab key. A suggested sentence could be inserted into the textfield by clicking on it in the sidebar.
That's a great idea, fyi we have a gpt-2 colab demo up, but the interface could be better I agree https://colab.research.google.com/drive/1o_-QIR8yVphfnbNZGYe...