NNViz is an interactive neural network visualiser. Its built using the Keras API and streamlit for the visualisation.
The web app is deployed on heroku and the streamlit-cloud. Check them out-
Run this command to install all dependencies
pip install -r requirements.txt
Clone the repository and run this command
streamlit run app.py
- Visualize a Convolutional Neural Network (CNN) and explore its complex architecture.
- Add multipage support
- Coursera guided project
- Streamlit API reference
- Deploy a python app