blace.ai
Loading...
Searching...
No Matches
5 Minute Quickstart

Getting Started

Running your first ai model with our demo project will take you less than 5 minutes. Simply follow the steps below. By examining the contents of the demo folder you will get familiar with the main concepts of this library.

Prerequities:

  • cmake
  • Visual Studio (on Windows)
  • XCode with Clang (on Mac)

Steps

  1. Download the package for your desired OS & hardware combination from github.com/blace-ai/blace-ai/releases.
  2. Unpack the .zip file, you end up with a folder structure like
    package/
    - cmake
    - demo
    - include
    - lib / BlaceAI.app (on MacOS)
    - licenses
  3. In a terminal navigate into the demo folder: cd package/demo.
  4. Invoke bootstrap script:
    powershell .\build_run_demo.ps1 (Windows)
    sh .\build_run_demo.sh (MacOS and Linux) This creates build files in the build folder and runs the executable. After the run you will have an image depth_result.png next to the executable.