davisking/dlib

A toolkit for making real world machine learning and data analysis applications in C++

What it solves

Dlib は C++ ツールキットで、機械学習アルゴリズムとツールのセットを提供し、開発者が実世界の問題を解決するための複雑なソフトウェアを作成できるように設計されています。

How it works

モダンな C++ ライブラリとして実装され、Python API を備えているため、CMake を通じて C++ プロジェクトに統合したり、pip で Python パッケージとしてインストールしたりできます。AVX 命令によるハードウェアアクセラレーションをサポートし、パフォーマンスを向上させます。

Who it’s for

C++ と Python のアプリケーションで、堅牢かつ高性能な機械学習ツールキットを必要とするソフトウェアエンジニアや研究者向けです。

Highlights

  • own C++ toolkit with Python API support
  • Supports AVX instructions for faster execution
  • Compatible with vcpkg dependency manager
  • Licensed under the Boost Software License for commercial use