Model to C code converter

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

chrisw
Posts: 4317
Joined: Tue Apr 03, 2012 4:28 pm

Model to C code converter

Post by chrisw »

Anyone tried this out? Looks useful if it works.

https://www.aitransformer.com/

What is AI Transformer?

The journey of an AI project is an iterative one. Developers use high-level languages like Python to quickly prototype and test models, but need to convert to C code for deployment to the real world. Often, this deployment is also a part of the iterative feedback loop. AI Transformer makes this process a breeze.

AI Transformer is a cloud-based code generator for Deep Neural Network (DNN) models. Given a DNN model, it generates C code optimized for embedded systems and edge compute.