Onnxruntime

Top 23 Onnxruntime Open-Source Projects

  • Deep Java Library (DJL)

    An Engine-Agnostic Deep Learning Framework in Java

  • FastDeploy

    ⚡️An Easy-to-use and Fast Deep Learning Model Deployment Toolkit for ☁️Cloud 📱Mobile and 📹Edge. Including Image, Video, Text and Audio 20+ main stream scenarios and 150+ SOTA models with end-to-end optimization, multi-platform and multi-framework support.

  • Project mention: Testing YOLO on Orange Pi 5 | /r/OrangePI | 2023-07-09
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • mmdeploy

    OpenMMLab Model Deployment Framework

  • Project mention: [D] Object detection models that can be easily converted to CoreML | /r/MachineLearning | 2023-07-25
  • optimum

    🚀 Accelerate training and inference of 🤗 Transformers and 🤗 Diffusers with easy to use hardware optimization tools

  • Project mention: FastEmbed: Fast and Lightweight Embedding Generation for Text | dev.to | 2024-02-02

    Shout out to Huggingface's Optimum – which made it easier to quantize models.

  • RapidOCR

    Awesome OCR multiple programing languages toolkits based on ONNXRuntime, OpenVION and PaddlePaddle.

  • Project mention: FLaNK Stack 05 Feb 2024 | dev.to | 2024-02-05
  • OpenSeeFace

    Robust realtime face and facial landmark tracking on CPU with Unity integration

  • Paddle2ONNX

    ONNX Model Exporter for PaddlePaddle

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • ort

    A Rust wrapper for ONNX Runtime (by pykeio)

  • Project mention: AI Inference now available in Supabase Edge Functions | dev.to | 2024-04-16

    To solve this, we built a native extension in Edge Runtime that enables using ONNX runtime via the Rust interface. This was made possible thanks to an excellent Rust wrapper called Ort:

  • x-stable-diffusion

    Real-time inference for Stable Diffusion - 0.88s latency. Covers AITemplate, nvFuser, TensorRT, FlashAttention. Join our Discord communty: https://discord.com/invite/TgHXuSJEk6

  • fastT5

    ⚡ boost inference speed of T5 models by 5x & reduce the model size by 3x.

  • Image-Processing-Node-Editor

    処理の検証や比較検討での用途を想定したノードエディターベースの画像処理アプリ(A node editor-based image processing application intended for use in processing verification and comparison studies)

  • llama.onnx

    LLaMa/RWKV onnx models, quantization and testcase

  • Project mention: Qnap TS-264 | /r/LocalLLaMA | 2023-06-29

    You can find LLM models in the onnx format here: https://github.com/tpoisonooo/llama.onnx

  • onnxruntime-rs

    Rust wrapper for Microsoft's ONNX Runtime (version 1.8)

  • vs-mlrt

    Efficient CPU/GPU/Vulkan ML Runtimes for VapourSynth (with built-in support for waifu2x, DPIR, RealESRGANv2/v3, Real-CUGAN, RIFE, SCUNet and more!)

  • Project mention: Custom Anime4K shaders? | /r/mpv | 2023-07-05

    or whatever you want, you need to write the code yourself though. https://github.com/AmusementClub/vs-mlrt

  • graphsignal-python

    Graphsignal Tracer for Python

  • OnnxStack

    C# Stable Diffusion using ONNX Runtime

  • Project mention: OnnxStack v0.9.0 Released - Realtime Stable Diffusion [Windows] [NoPython] | /r/StableDiffusion | 2023-11-25
  • fonnx

    ONNX runtime for Flutter.

  • Project mention: Show HN: OfflineLLM – a Vision Pro app running TinyLlama on device | news.ycombinator.com | 2024-03-01

    llama.cpp at core, openai compatible API, function call support, multimodal model support, Metal support. All platforms incl. web, but WASM is slow, def. not worth it except as a proof of concept.

    - FONNX: https://github.com/Telosnex/fonnx

  • sd4j

    Stable diffusion pipeline in Java using ONNX Runtime

  • Project mention: FLaNK Weekly 08 Jan 2024 | dev.to | 2024-01-08
  • onnxruntime_go

    A Go (golang) library wrapping microsoft/onnxruntime.

  • Project mention: How to create YOLOv8-based object detection web service using Python, Julia, Node.js, JavaScript, Go and Rust | dev.to | 2023-05-13

    github.com/yalue/onnxruntime_go - ONNX runtime library bindings for Golang

  • ortex

    ONNX Runtime bindings for Elixir

  • Project mention: Implementing Natural Conversational Agents with Elixir | news.ycombinator.com | 2024-04-18
  • utttai

    AlphaZero-like AI solution for playing Ultimate Tic-Tac-Toe in the browser

  • distributed-inference

    A project to demonstrate an approach to designing cross-language and distributed pipeline in deep learning/machine learning domain, using WebRTC and Redis Streams.

  • ONNXRunTime.jl

    Julia bindings for onnxruntime

  • Project mention: How to create YOLOv8-based object detection web service using Python, Julia, Node.js, JavaScript, Go and Rust | dev.to | 2023-05-13

    ONNXRuntime - this is the Julia bindings for ONNX runtime library.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Onnxruntime related posts

  • Oracle-samples/sd4j: Stable Diffusion pipeline in Java using ONNX Runtime

    2 projects | news.ycombinator.com | 1 Jan 2024
  • Convert Pegasus model to ONNX [Discussion]

    1 project | /r/MachineLearning | 23 Sep 2022
  • Convert Pegasus model to ONNX

    1 project | /r/learnmachinelearning | 22 Sep 2022
  • [P] What we learned by benchmarking TorchDynamo (PyTorch team), ONNX Runtime and TensorRT on transformers model (inference)

    1 project | /r/MachineLearning | 2 Aug 2022
  • AlphaZero-Like AI for Playing Ultimate Tic-Tac-Toe in the Browser

    1 project | news.ycombinator.com | 17 Dec 2021
  • [P] uttt.ai: AlphaZero-like solution for playing Ultimate Tic-Tac-Toe in the browser

    5 projects | /r/MachineLearning | 10 Dec 2021
  • [P] First ever tuto to perform *GPU* quantization on 🤗 Hugging Face transformer models -> 2X faster inference

    1 project | /r/MachineLearning | 8 Dec 2021
  • A note from our sponsor - SaaSHub
    www.saashub.com | 4 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Onnxruntime projects? This list will help you:

Project Stars
1 Deep Java Library (DJL) 3,853
2 FastDeploy 2,715
3 mmdeploy 2,524
4 optimum 2,157
5 RapidOCR 1,990
6 OpenSeeFace 1,318
7 Paddle2ONNX 650
8 ort 565
9 x-stable-diffusion 546
10 fastT5 540
11 Image-Processing-Node-Editor 437
12 llama.onnx 324
13 onnxruntime-rs 260
14 vs-mlrt 232
15 graphsignal-python 200
16 OnnxStack 153
17 fonnx 149
18 sd4j 143
19 onnxruntime_go 112
20 ortex 95
21 utttai 49
22 distributed-inference 46
23 ONNXRunTime.jl 41

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com