Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 351 Bytes

File metadata and controls

7 lines (5 loc) · 351 Bytes

Neural-Network-Visualizer-Web-App

A web application that helps you visualize each layer of a Neural Network

  • The model server is developed using Flask and Keras.
  • The web application is deployed using Streamlit's framework.
  • The Neural Network was built using the functional API's offered by Keras, with Tensorflow as it's backend.