🎆 A visualization of the CapsNet layers to better understand how it works
Last updated May 6, 2026
394
Stars
92
Forks
16
Issues
0
Stars/day
Attention Score
67
Language breakdown
Python 49.3%
JavaScript 38.5%
CSS 7.7%
HTML 4.5%
▸ Files
click to expand
README
CapsNet-Visualization

For more information on capsule networks check out my Medium articles here and here.
Setup
Use pip to install the required python packages:
pip install -r requirements.txt
Running the Tool
Start the Flask application by running:
python run_visualization.py
Point your browser to: http://localhost:5000
Testing your own Images
Add your images to the test_images directory.
Run:
python render.py [filename]🔗 More in this category