Operationalize TensorFlow Models With ML.NET

This page summarizes the projects mentioned and recommended in the original post on dev.to

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
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.
www.influxdata.com
featured
  • tensorflow-onnx

    Convert TensorFlow, Keras, Tensorflow.js and Tflite models to ONNX

  • The easiest way to transform the downloaded TensorFlow model to an ONNX model is to use the tool tf2onnx from https://github.com/onnx/tensorflow-onnx

  • onnx

    Open standard for machine learning interoperability

  • ONNX is a format for representing machine learning models in a portable way. Additionally, ONNX models can be easily optimized and thus become smaller and faster.

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
  • optimizer

    Actively maintained ONNX Optimizer (by onnx)

  • If you happen to start with an ONNX model that you still want to optimize, then you can use the official ONNX optimizer tool https://github.com/onnx/optimizer.

  • netron

    Visualizer for neural network, deep learning and machine learning models

  • We need to find out the exact input and output tensor names. A tool like Netron makes this super easy. Open the original .tflite and/or the ONNX model in Netron and click the Model Properties button in the lower left corner.

  • You can find the whole source code at https://github.com/mariusmuntean/Operationalize.ML.NET

  • 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
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Has anyone successfully converted an onnx model to tensorflow? Here's the problems I'm having...

    3 projects | /r/tensorflow | 27 Oct 2021
  • Giving Odin Intelligence

    5 projects | dev.to | 21 May 2024
  • Your 14-Day Free Trial Ain't Gonna Cut It

    3 projects | news.ycombinator.com | 6 May 2024
  • Best AI Tools for Students Learning Development and Engineering

    2 projects | dev.to | 18 Mar 2024
  • Releasing The Force Of Machine Learning: A Novice’s Guide 😃

    3 projects | dev.to | 22 Feb 2024