Skip to content

Latest commit

 

History

History
 
 

c

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ModelFox for C

The ModelFox C library makes it easy to make predictions with your ModelFox machine learning model from C.

Usage

To use modelfox from C, you need the libmodelfox dynamic or static library and modelfox.h header file, which you can install either with a package manager or manually.

System install

You can follow the install instructions for the modelfox cli, which will also install the modelfox libraries and headers here: Install Instructions.

Manual install

Alternatively, you can download the files manually from the modelfox releases on GitHub here: GitHub releases.