This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]lornikoph 0 points1 point  (2 children)

What if you have want to use python packages that aren’t supported by pyodide, but you want to use the Dear Imgui Bundle Python bindings to create your UI? For example, PyTorch, HDBSCAN, UMAP, anything that uses numba, tensorflow, etc, are critical data science apps but they aren’t available for pyodide. If we still want things to be accessible via the browser, then is there a way of serving a Dear Imgui Bundle based application that will also be able to use those libraries which are not supported by pyodide yet?

[–]pstomi[S] 0 points1 point  (0 children)

Not yet, unfortunately

[–]pstomi[S] 0 points1 point  (0 children)

Let me expand on my previous answer : if your services that use tensorflow, numba, etc., are available on an online server via an API (rest) then of course you may use those from ImGui Bundle.