kyungminlee / ai-model-cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ai-model-cpp

Save model from Python / Load model from C++

Installation

The following creates python venv:

./configure.sh

Install necessary requirements:

source venv/bin/activate
pip install -r requirements.txt

To build C++ examples:

cmake -B build
cmake --build build

About


Languages

Language:C++ 45.1%Language:Python 32.3%Language:CMake 22.1%Language:Shell 0.5%