Skip to content

Pranjalmishra30/NNViz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NNViz

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-

Streamlit-cloud

Requirements

Run this command to install all dependencies
pip install -r requirements.txt

Running the code locally

Clone the repository and run this command
streamlit run app.py

Future Scope

  1. Visualize a Convolutional Neural Network (CNN) and explore its complex architecture.
  2. Add multipage support

References

  1. Coursera guided project
  2. Streamlit API reference
  3. Deploy a python app

Releases

No releases published

Packages

No packages published