WolfWolf
Home
Get Started
Examples
GitHub
Home
Get Started
Examples
GitHub
  • Installation

    • Build from Source
  • Examples

    • Mnist Classifier
    • Saving and Loading Models

Build from Source

To build from source, you will need cmake and a recent C++ compiler.

git clone https://github.com/warg-void/Wolf.git
cd Wolf
cmake -B build -DBUILD_MNIST ON
cmake --build build

Then, you can run the examples like so:

./build/examples/mnistClassifier

That's it!

Edit this page
Last Updated:: 11/16/25, 9:50 AM
Contributors: warg
Next
Examples

Made with ❤️ for C++