A C++ library that implements machine learning Operators, so that they can be used with the OpenFHE library.
This project is simply installed using CMake, which is done by executing the following commands in the cloned directory.
mkdir build && cd build
cmake ..
make
make install
The make install
step will probably require sudo privileges.