Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 390 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 390 Bytes

Visualizer App

This app is a tool which can be used to view the intermediate results of each layer of a model. With the help of this app, the user can fully understand each intermediate result of the model easily.

How to run

  1. pip3 install requirements.txt
  2. For Linux users: ./run.sh
  3. For Mac users: sh run.sh
  4. The app will then run on port 8501 on your localhost