{"id":25427769,"url":"https://ibelem.github.io/netron/","last_synced_at":"2025-10-31T17:30:25.537Z","repository":{"id":181138445,"uuid":"665367986","full_name":"ibelem/netron","owner":"ibelem","description":"Visualizer for neural network, deep learning, and machine learning models","archived":false,"fork":true,"pushed_at":"2024-10-29T05:18:59.000Z","size":60268,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"webnn-status","last_synced_at":"2024-10-29T06:20:51.256Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ibelem.github.io/netron/","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"lutzroeder/netron","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ibelem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-12T03:57:52.000Z","updated_at":"2024-06-06T00:57:48.000Z","dependencies_parsed_at":"2023-07-14T08:04:38.974Z","dependency_job_id":null,"html_url":"https://github.com/ibelem/netron","commit_stats":null,"previous_names":["ibelem/netron"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibelem%2Fnetron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibelem%2Fnetron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibelem%2Fnetron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibelem%2Fnetron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibelem","download_url":"https://codeload.github.com/ibelem/netron/tar.gz/refs/heads/webnn-status","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239217097,"owners_count":19601594,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-17T01:09:52.146Z","updated_at":"2025-10-31T17:30:25.474Z","avatar_url":"https://github.com/ibelem.png","language":"JavaScript","funding_links":[],"categories":["Tools"],"sub_categories":["Other Demos"],"readme":"# WebNN API Support Status in Chromium for AI Models\n\nThis tool is based on [Netron](https://github.com/lutzroeder/netron). [Netron](https://github.com/lutzroeder/netron) is a viewer for neural network, deep learning and machine learning models developed by [Lutz Roeder](https://github.com/lutzroeder).\n\n## Getting Started\n\nVisit [https://ibelem.github.io/netron/](https://ibelem.github.io/netron) page, load a model.\n\nVisit [https://ibelem.github.io/netron/?url=https://storage.googleapis.com/mediapipe-models/image_segmenter/selfie_segmenter/float16/latest/selfie_segmenter.tflite](https://ibelem.github.io/netron/?url=https://storage.googleapis.com/mediapipe-models/image_segmenter/selfie_segmenter/float16/latest/selfie_segmenter.tflite).\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg width=\"400px\" height=\"100px\" src=\"https://github.com/lutzroeder/netron/raw/main/.github/logo-light.svg#gh-light-mode-only\"\u003e\n\u003cimg width=\"400px\" height=\"100px\" src=\"https://github.com/lutzroeder/netron/raw/main/.github/logo-dark.svg#gh-dark-mode-only\"\u003e\n\u003c/div\u003e\n\nNetron is a viewer for neural network, deep learning and machine learning models. \n\nNetron supports ONNX, TensorFlow Lite, Core ML, Keras, Caffe, Darknet, MXNet, PaddlePaddle, ncnn, MNN and TensorFlow.js.\n\nNetron has experimental support for PyTorch, TorchScript, TensorFlow, OpenVINO, RKNN, MediaPipe, ML.NET and scikit-learn.\n\n\u003cp align='center'\u003e\u003ca href='https://www.lutzroeder.com/ai'\u003e\u003cimg src='.github/screenshot.png' width='800'\u003e\u003c/a\u003e\u003c/p\u003e\n\n## Install\n\n**macOS**: [**Download**](https://github.com/lutzroeder/netron/releases/latest) the `.dmg` file or run `brew install --cask netron`\n\n**Linux**: [**Download**](https://github.com/lutzroeder/netron/releases/latest) the `.AppImage` file or run `snap install netron`\n\n**Windows**: [**Download**](https://github.com/lutzroeder/netron/releases/latest) the `.exe` installer or run `winget install -s winget netron`\n\n**Browser**: [**Start**](https://netron.app) the browser version.\n\n**Python Server**: Run `pip install netron` and `netron [FILE]` or `netron.start('[FILE]')`.\n\n## Models\n\nSample model files to download or open using the browser version:\n\n * **ONNX**: [squeezenet](https://github.com/onnx/models/raw/main/validated/vision/classification/squeezenet/model/squeezenet1.0-3.onnx) [[open](https://netron.app?url=https://github.com/onnx/models/raw/main/validated/vision/classification/squeezenet/model/squeezenet1.0-3.onnx)]\n * **TensorFlow Lite**: [yamnet](https://huggingface.co/thelou1s/yamnet/resolve/main/lite-model_yamnet_tflite_1.tflite) [[open](https://netron.app?url=https://huggingface.co/thelou1s/yamnet/blob/main/lite-model_yamnet_tflite_1.tflite)]\n * **TensorFlow**: [chessbot](https://github.com/srom/chessbot/raw/master/model/chessbot.pb) [[open](https://netron.app?url=https://github.com/srom/chessbot/raw/master/model/chessbot.pb)]\n * **Keras**: [mobilenet](https://github.com/aio-libs/aiohttp-demos/raw/master/demos/imagetagger/tests/data/mobilenet.h5) [[open](https://netron.app?url=https://github.com/aio-libs/aiohttp-demos/raw/master/demos/imagetagger/tests/data/mobilenet.h5)]\n * **TorchScript**: [traced_online_pred_layer](https://github.com/ApolloAuto/apollo/raw/master/modules/prediction/data/traced_online_pred_layer.pt) [[open](https://netron.app?url=https://github.com/ApolloAuto/apollo/raw/master/modules/prediction/data/traced_online_pred_layer.pt)]\n * **Core ML**: [exermote](https://github.com/Lausbert/Exermote/raw/master/ExermoteInference/ExermoteCoreML/ExermoteCoreML/Model/Exermote.mlmodel) [[open](https://netron.app?url=https://github.com/Lausbert/Exermote/raw/master/ExermoteInference/ExermoteCoreML/ExermoteCoreML/Model/Exermote.mlmodel)]\n * **Darknet**: [yolo](https://github.com/AlexeyAB/darknet/raw/master/cfg/yolo.cfg) [[open](https://netron.app?url=https://github.com/AlexeyAB/darknet/raw/master/cfg/yolo.cfg)]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/ibelem.github.io%2Fnetron%2F","html_url":"https://awesome.ecosyste.ms/projects/ibelem.github.io%2Fnetron%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/ibelem.github.io%2Fnetron%2F/lists"}