/NetWeaver

HooHacks 2020 - Data Science Track. Powerful neural network visualization and code generation tool, written in React.

Primary LanguageJavaScriptMIT LicenseMIT

NetWeaver

NetWeaver is an artificial neural network visualization tool that automatically generates code on-the-fly as users design their own networks. Users are able to add and remove layers, fine-tune more advanced hyperparameters, and modify aspects of the training process. While they configure the network to their liking, the page generates in real-time the code for the TensorFlow Keras library that will create that exact network.

NetWeaver UI

Dev Instructions

When cloning for the first time, it's necessary to run npm install in the cloned directory :).