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