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.
pip3 install requirements.txt
- For Linux users:
./run.sh
- For Mac users:
sh run.sh
- The app will then run on port
8501
on your localhost