An open API service indexing awesome lists of open source software.

https://github.com/rudrowo/neuromancer

Real-time 3D visualilzer for neural networks running on the ONNX runtime
https://github.com/rudrowo/neuromancer

convolutional-neural-networks onnxruntime-web svelte threejs visualization

Last synced: about 1 year ago
JSON representation

Real-time 3D visualilzer for neural networks running on the ONNX runtime

Awesome Lists containing this project

README

          

# Neuromancer

Neural Network Visualilzer

## Tech Used

- [Svelte - UI framework](https://svelte.dev/)
- [Threlte - 3D library based on svelte and three.js](https://threlte.xyz)
- [Open Neural Network Exchange - ONNX Web Runtime](https://onnxruntime.ai)

## Workflow

## Available Models

1. [ convolutional neural network for identifying handwritten digits (MNIST dataset) ](https://github.com/onnx/models/tree/main/validated/vision/classification/mnist)


> [!NOTE]
> This is a work in progress, more model visualizations are coming soon (e.g squeezeNet, alexNet)

### Inspired by

- [These YouTube Videos](https://www.youtube.com/playlist?list=PLYLFPRdcr4f3uq4ji1JgXTt0gITCitG45)
- [Netron](https://github.com/lutzroeder/netron)
- [Transformer Explainer](https://github.com/poloclub/transformer-explainer)