scorelab / tensormap

TensorMap will be a web application that will allow the users to create machine learning algorithms visually. TensorMap will support reverse engineering of the visual layout to a Tensorflow implementation in preferred languages. The goal of the project is to let the beginners play with machine learning algorithms in Tensorflow without less background knowledge about the library.
Apache License 2.0
50 stars 85 forks source link

Node Diagram modification(styling) #46

Open orionpax00 opened 5 years ago

orionpax00 commented 5 years ago

Currently, the component that represents node is implemented using default factory of Storm React Diagrams, for this task you have to create a custom component by extending default component with Material UI Styling

ashutosh-b-b commented 4 years ago

How do we edit the default nodes for the Storm React using Material UI. This would mean creating a new component from Material UI and then calling the initial node inside it.?

orionpax00 commented 4 years ago

@ashutosh-b-b, React-diagrams has a way to change the default look of the node checkout this example here diamond

hv7214 commented 4 years ago

@orionpax00 Anyone working on this? If not, can i take it up?

orionpax00 commented 4 years ago

@hv7214 I don't know anyone, who is working on it, If you want you can work on this issue.