A collection of open-source GPU accelerated Python tools and examples for quantitative analyst tasks and leverages RAPIDS AI project, Numba, cuDF, and Dask.
Is your feature request related to a problem? Please describe.
Each task graph node has static typed input/output ports. This can be visually represented by the Web Dom elements. A UI tool can help to guild the user to build the graph and eliminate the errors.
Describe the solution you'd like
Build a simple server to host the REST API so the task graph data can be feeded to the client.
Build the Web UI to translate the data into Dom elements.
Is your feature request related to a problem? Please describe. Each task graph node has static typed input/output ports. This can be visually represented by the Web Dom elements. A UI tool can help to guild the user to build the graph and eliminate the errors.
Describe the solution you'd like Build a simple server to host the REST API so the task graph data can be feeded to the client. Build the Web UI to translate the data into Dom elements.