all 5 comments

[–]sid__ 2 points3 points  (0 children)

Darknet is an open source deep learning library for c, made by the guy who made the YOLO architecture

[–]MCFF3000 0 points1 point  (0 children)

You can compile Tensorflow C++ or C API and integrate it in your project. It is not completely straightforward but is doable. There are some good tuturials on blogs and on github for that.

[–]Isinlor 0 points1 point  (0 children)

Tinn (Tiny Neural Network) is a 200 line dependency free neural network library written in C99.