Skip to content

A web app visualizing the outputs of different layers in Neural Network.

Notifications You must be signed in to change notification settings

charithesh16/Neural-Network-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural-Network-Visualizer

A web app visualizing the outputs of different layers in Neural Network.

Steps to run the app

  1. Clone the repository using git clone https://github.com/charithesh16/Neural-Network-Visualizer.git
  2. Open the folder and create a python virtual enviornment using python3 -m venv venv
  3. Activate the virtual environment
    • In windows venv\Scripts\activate
    • In Ubuntu source venv/bin/activate
  4. Install the required modules using pip install -r requirements.txt
  5. Start the ml server using python3 ml_server.py
  6. Start the web app using streamlit run app.py

About

A web app visualizing the outputs of different layers in Neural Network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published