xiaoaiwhc / CapsNet-Visualization

πŸŽ† A visualization of the CapsNet layers to better understand how it works

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CapsNet-Visualization

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]

About

πŸŽ† A visualization of the CapsNet layers to better understand how it works

License:MIT License


Languages

Language:Python 46.3%Language:JavaScript 40.8%Language:CSS 8.1%Language:HTML 4.8%