#4 · Primary category: Model Zoos & Hubs

PINTO_model_zoo

caffe computer-vision coreml edgetpu keras mediapipe model model-zoo models onnx openvino pretrained-models pytorch tensorflow tensorflow-lite tensorflowjs tf-trt tfjs tflite tflite-models

A repository for storing models that have been inter-converted between various frameworks. Supported frameworks are TensorFlow, PyTorch, ONNX, OpenVINO, TFJS, TFTRT, TensorFlowLite (Float32/16/INT8), EdgeTPU, CoreML.

Project last updated:08/19/26

GitHub Stars

4.6K

Forks

668

Contributors

19

License

MIT

Why we included this project

Anyone who has hunted for a vision model already converted to their target runtime knows the drill: a TensorFlow Lite build sized for an EdgeTPU, an OpenVINO IR for an Intel stick, a CoreML package for iOS. This collection gathers inter-converted versions of the same networks, from EfficientNet and MobileNet to pose and segmentation models, across TensorFlow, PyTorch, ONNX, OpenVINO, TensorFlow.js, TF-TRT, CoreML, and quantized TensorFlow Lite variants. The ready-made INT8 and EdgeTPU builds matter most for edge hardware, since they spare you the conversion and calibration work. Each model folder carries its own license note and the conversion scripts, so you can re-derive a format instead of trusting the artifact blindly. Sample code is thin in places, but that gap is openly acknowledged and open to pull requests.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category