All Projects → neurom-iot → onnx-registry

neurom-iot / onnx-registry

Licence: MIT license
Intelligent Component Registry web service for managing and using snn, dnn, and ml models, which is stored in onnx format.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Labels

Projects that are alternatives of or similar to onnx-registry

Ml Model Ci
MLModelCI is a complete MLOps platform for managing, converting, profiling, and deploying MLaaS (Machine Learning-as-a-Service), bridging the gap between current ML training and serving systems.
Stars: ✭ 122 (+480.95%)
Mutual labels:  onnx
Kaldi Onnx
Kaldi model converter to ONNX
Stars: ✭ 174 (+728.57%)
Mutual labels:  onnx
Sklearn Onnx
Convert scikit-learn models and pipelines to ONNX
Stars: ✭ 206 (+880.95%)
Mutual labels:  onnx
Kelpnet
Pure C# machine learning framework
Stars: ✭ 136 (+547.62%)
Mutual labels:  onnx
Dtln
Tensorflow 2.x implementation of the DTLN real time speech denoising model. With TF-lite, ONNX and real-time audio processing support.
Stars: ✭ 147 (+600%)
Mutual labels:  onnx
Paddle2onnx
PaddlePaddle to ONNX model converter
Stars: ✭ 185 (+780.95%)
Mutual labels:  onnx
Onnx
Open standard for machine learning interoperability
Stars: ✭ 11,829 (+56228.57%)
Mutual labels:  onnx
Tengine
Tengine is a lite, high performance, modular inference engine for embedded device
Stars: ✭ 4,012 (+19004.76%)
Mutual labels:  onnx
Coach
Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
Stars: ✭ 2,085 (+9828.57%)
Mutual labels:  onnx
Netron
Visualizer for neural network, deep learning, and machine learning models
Stars: ✭ 17,193 (+81771.43%)
Mutual labels:  onnx
Onnxt5
Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version implemented in ONNX.
Stars: ✭ 143 (+580.95%)
Mutual labels:  onnx
Nngen
NNgen: A Fully-Customizable Hardware Synthesis Compiler for Deep Neural Network
Stars: ✭ 149 (+609.52%)
Mutual labels:  onnx
Php Opencv
php wrapper for opencv
Stars: ✭ 194 (+823.81%)
Mutual labels:  onnx
Pytorch onnx tensorrt
A tutorial about how to build a TensorRT Engine from a PyTorch Model with the help of ONNX
Stars: ✭ 122 (+480.95%)
Mutual labels:  onnx
Libonnx
A lightweight, portable pure C99 onnx inference engine for embedded devices with hardware acceleration support.
Stars: ✭ 217 (+933.33%)
Mutual labels:  onnx
Nutonomy pointpillars
Convert pointpillars Pytorch Model To ONNX for TensorRT Inference
Stars: ✭ 120 (+471.43%)
Mutual labels:  onnx
Mobilenetv3 Ssd
MobileNetV3-SSD for object detection and implementation in PyTorch
Stars: ✭ 188 (+795.24%)
Mutual labels:  onnx
Deepstream Project
This is a highly separated deployment project based on Deepstream , including the full range of Yolo and continuously expanding deployment projects such as Ocr.
Stars: ✭ 120 (+471.43%)
Mutual labels:  onnx
Openseeface
Robust realtime face and facial landmark tracking on CPU with Unity integration
Stars: ✭ 216 (+928.57%)
Mutual labels:  onnx
Volksdep
volksdep is an open-source toolbox for deploying and accelerating PyTorch, ONNX and TensorFlow models with TensorRT.
Stars: ✭ 195 (+828.57%)
Mutual labels:  onnx

n3ml-onnx

How to use

  • SoftLIF -> ONNX

    Dense Network

    $ python softlif_dense_export.py
    $ python softlif_dense_export.py --name=path(optinal)
    

    Convolution Network

    $ python softlif_conv_export.py
    $ python softlif_conv_export.py --name=path(optinal)
    
  • ONNX -> SoftLIF

    Dense Network

    $ python softlif_dense_import.py
    $ python softlif_dense_import.py --name=path(optinal)
    

    Convolution Network

    $ python softlif_conv_import.py
    $ python softlif_conv_import.py --name=path(optinal)
    
  • SoftLIF -> Loihi

    $ python softlif_dense_export.py
    $ python softlif_dense_loihi_import.py --name=path(optinal)
    

onnx-registry

  • 지능형 컴포넌트 레지스트리

directory structure

├── ONNX-registry
|   ├── log_folder
|   |   └── log.txt
|   ├── model         
|   ├── test_data
|   ├── templates
|   |   ├── mainpage.html                  
|   |   ├── netron_wrapper.html              
|   |   └── onnx_manager.html             
|   ├── onnx_distinguish_run.py
|   ├── onnx_inference_restapi.py    #Inference Server 
|   ├── onnx_registry.py             #onnx registry web by FLASK
|   ├── onnx_to_nengo_model.py  
|   ├── requirements.txt

onnx_registry.py

파일 업로드,다운로드 및 모델 목록 확인

new_ui

각 컴포넌트의 package.json에서 논리적 컴포넌트 이름, 식별자, 키워드, 컴포넌트 생성 저자등의 정보 parsing

detail

Install & Run

$ pip3 install -r requirements.txt
$ python3 onnx_registry.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].