google-ai-edge / model-explorer

A modern model graph visualizer and debugger
Apache License 2.0
1k stars 75 forks source link

Open-source front end code #47

Closed hlvlad closed 2 months ago

hlvlad commented 4 months ago

Hello, thank you for great app! It seems that currently web-app is shipped in bundled form in repository. I see great potential in such graph editor, in particular to explore large CMake build trees. Are there any plans to open source original Javascript/Typescript front end code?

JoanLaRosa commented 4 months ago

+1

sousoux commented 4 months ago

+1 I'd add that it would be difficult for us to adopt a tool such as this without the front end being open sourced. We can't put ourselves in the position of being blocked by a team that we have no influence over on a key tool such as graph exploration (I hasten to add that our current solution is much less elegant than this and we would love to use it).

baswelsh commented 4 months ago

+1

yonghah commented 4 months ago

+1

zhepoch commented 4 months ago

+1

pkgoogle commented 4 months ago

Hi @hlvlad, I'll look into this and get back to you.

Subashkatel commented 3 months ago

Hey @pkgoogle , I was wondering, when do you plan on open sourcing this?

pkgoogle commented 3 months ago

Hi @Subashkatel, the current plan is on the next release. There's still uncertainty on that time, but I will say it's at least 3 weeks away.

zhepoch commented 3 months ago

any updates?

nsmithtt commented 3 months ago

+1

Subashkatel commented 2 months ago

Hey @pkgoogle any further updates regarding this?

pkgoogle commented 2 months ago

Hi All, thank you for your patience. There was a lot of uncertainty around this so I didn't want to communicate anything incorrect w/o some clarity. Currently the expectation is that it is at least 2 months away due to the level of internal only code that we cannot open source. It's effectively a refactor.

salazarm commented 2 months ago

+1

zhepoch commented 2 months ago

Hi gays, I find this repo https://github.com/jinjingforever/me-external-test, seem like is developer want to public front source code created temp repo.

jinjingforever commented 2 months ago

Yes, we are actively working on open-sourcing the UI code and will be releasing it this week or next week. Stay tuned!

(Sorry, had to take my test repo offline for now :) )

jinjingforever commented 2 months ago

The front-end code has been open-sourced. See https://github.com/google-ai-edge/model-explorer/tree/main/src/ui

Thanks for the patience!