Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Visualizer for neural network, deep learning and machine learning models
| Date | Stars |
|---|---|
| 2026-07-24 | 33258 |
| 2026-07-25 | 33261 |
| 2026-07-28 | 33261 |
| 2026-07-30 | 33261 |
| 2026-07-31 | 33287 |
| 2026-08-01 | 33290 |
| 2026-08-02 | 33296 |
| 2026-08-03 | 33302 |
| 2026-08-04 | 33311 |
| 2026-08-05 | 33318 |
| 2026-08-06 | 33323 |
| 2026-08-07 | 33323 |
| 2026-08-08 | 33323 |
| 2026-08-09 | 33325 |
| 2026-08-10 | 33330 |
| 2026-08-11 | 33336 |
| 2026-08-12 | 33339 |
| 2026-08-13 | 33343 |
| 2026-08-14 | 33351 |
| 2026-08-15 | 33353 |
| 2026-08-16 | 33358 |
| 2026-08-17 | 33362 |
| 2026-08-18 | 33363 |
| 2026-08-19 | 33367 |
| 2026-08-20 | 33370 |
| 2026-08-21 | 33380 |
| 2026-08-22 | 33385 |
| 2026-08-23 | 33389 |
| 2026-08-24 | 33394 |
| 2026-08-25 | 33399 |
| 2026-08-26 | 33402 |
| 2026-08-27 | 33412 |
| 2026-08-28 | 33418 |
| 2026-08-29 | 33424 |
| 2026-08-30 | 33427 |
| 2026-08-31 | 33431 |
| 2026-09-01 | 33430 |
| 2026-09-02 | 33431 |
| 2026-09-03 | 33433 |
| 2026-09-04 | 33437 |
| 2026-09-05 | 33441 |
| 2026-09-06 | 33442 |
| 2026-09-07 | 33447 |
| 2026-09-08 | 33448 |
| 2026-09-09 | 33454 |
| 2026-09-10 | 33459 |
| 2026-09-11 | 33471 |
| 2026-09-12 | 33474 |
| 2026-09-13 | 33478 |
| 2026-09-14 | 33486 |
| 2026-09-15 | 33489 |
| 2026-09-16 | 33488 |
| 2026-09-17 | 33492 |
| 2026-09-18 | 33493 |
| 2026-09-19 | 33495 |
| 2026-09-20 | 33497 |
Today
+2 stars today
This week
+19 stars this week
This month
+117 stars this month
Momentum
62.0
growth rate 0.06%/day
<div align="center">
<img width="400px" height="100px" src="https://github.com/lutzroeder/netron/raw/main/.github/logo-light.svg#gh-light-mode-only">
<img width="400px" height="100px" src="https://github.com/lutzroeder/netron/raw/main/.github/logo-dark.svg#gh-dark-mode-only">
</div>
Netron is a viewer for neural network, deep learning and machine learning models.
Netron supports ONNX, TensorFlow Lite, PyTorch, torch.export, ExecuTorch, TorchScript, TensorFlow, Core ML, OpenVINO, Keras, Caffe, Darknet, Safetensors and NumPy.
Netron has experimental support for MLIR, JAX, GGUF, RKNN, ncnn, MNN, PaddlePaddle and scikit-learn.
<p align='center'><a href='https://www.lutzroeder.com/ai'><img src='.github/screenshot.png' width='800'></a></p>
## Install
**Browser**: [**Start**](https://netron.app) the browser version.
**macOS**: [**Download**](https://github.com/lutzroeder/netron/releases/latest) the `.dmg` file or run `brew install --cask netron`.
**Linux**: [**Download**](https://github.com/lutzroeder/netron/releases/latest) the `.deb` or `.rpm` file.
**Windows**: [**Download**](https://github.com/lutzroeder/netron/releases/latest) the `.exe` installer or run `winget install -s winget netron`.
**Python**: `pip install netron`, then run `netron [FILE]` or `netron.start('[FILE]')`.
## Models
Sample model files to download or open using the browser version:
* **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)]
* **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)]
* **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)]
* **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)]
* **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)]
* **MLIR**: [edge_detection](https://github.com/iree-org/iree/raw/main/tests/e2e/stablehlo_models/edge_detection.mlir) [[open](https://netron.app?url=https://github.com/iree-org/iree/blob/main/tests/e2e/stablehlo_models/edge_detection.mlir)]
* **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)]
* **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)]
Excerpt of 3,338 characters
Read on GitHubLutz Roeder · @microsoft
10k
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:343975cd4112402d, topic:deep-learning, topic:neural-network, topic:pytorch