This is an app to explore the visualizations of neural networks. The app is intended to include multiple projects.
-
Clone the repository to your local machine
$ git clone --recurse-submodules https://github.com/xudejing/visualize-neural-networks.git
-
Install dependency packages
-
Run the app
$ streamlit run app.py
Use the project 2D Unet as a template and modify it to suit your needs. You are very welcome to include your own project in this app, just send a pull request if you want. To make your project visible, you need to include your project repo as a submodule and register it in app.py.
- 2D Unet (template)