Simplest way to deploy Keras NN model into C++?

This page summarizes the projects mentioned and recommended in the original post on /r/learnmachinelearning

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ssd_keras

    A Keras port of Single Shot MultiBox Detector

  • Don't know about simplest, but we either used caffe or tensorrt, it is maybe a bit difficult to use but I'd actually say simple fast GPU inference is what it's geared towards. There is a keras -> caffe converter https://github.com/pierluigiferrari/ssd_keras here, I think. Caffe is a c++ lib, typical, with dependencies and all. I've never heard anything of tensorflow running on c++. But with tensorrt you should get an "artifact" that you'd load, no matter where it comes from

  • cppflow

    Run TensorFlow models in C++ without installation and without Bazel

  • If your re using keras with TensorFlow you can save it as a saved model format and then you can easily use cppflow to perform inference with it.

  • 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

  • Deep learning classification with C++

    3 projects | /r/MLQuestions | 30 Mar 2022
  • Frugally-deep: Header-only library for using Keras (TensorFlow) models in C++

    1 project | news.ycombinator.com | 9 Dec 2023
  • Easily run TensorFlow models from C++

    1 project | news.ycombinator.com | 12 Jan 2023
  • Handwritten digit recognition using CircuitPython, Raspberry Pi Pico, OV7670 and 120x160 TFT LCD. r/circuitpython - Handwritten digit recognition using CircuitPython, Raspberry Pi Pico, OV7670 and 120x160 TFT LCD.

    2 projects | /r/raspberry_pi | 4 Sep 2022
  • Using embedding model in C++ app

    2 projects | /r/LanguageTechnology | 29 Jan 2022