Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bourdakos1/capsnet-visualization
🎆 A visualization of the CapsNet layers to better understand how it works
https://github.com/bourdakos1/capsnet-visualization
ai capsnet capsule-network hinton machine-learning python tensorflow tutorial visualization
Last synced: 7 days ago
JSON representation
🎆 A visualization of the CapsNet layers to better understand how it works
- Host: GitHub
- URL: https://github.com/bourdakos1/capsnet-visualization
- Owner: bourdakos1
- License: mit
- Created: 2018-01-19T20:46:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-05T20:35:27.000Z (about 3 years ago)
- Last Synced: 2024-04-29T10:35:01.914Z (7 months ago)
- Topics: ai, capsnet, capsule-network, hinton, machine-learning, python, tensorflow, tutorial, visualization
- Language: Python
- Homepage:
- Size: 81.5 MB
- Stars: 394
- Watchers: 13
- Forks: 94
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CapsNet-Visualization
![](readme/4.gif)
For more information on capsule networks check out my Medium articles [here](https://hackernoon.com/capsule-networks-are-shaking-up-ai-heres-how-to-use-them-c233a0971952) and [here](https://medium.freecodecamp.org/understanding-capsule-networks-ais-alluring-new-architecture-bdb228173ddc).
## Setup
Use pip to install the required python packages:
```bash
pip install -r requirements.txt
```## Running the Tool
Start the Flask application by running:
```bash
python run_visualization.py
```Point your browser to: http://localhost:5000
## Testing your own Images
Add your images to the `test_images` directory.
Run:
```bash
python render.py [filename]
```