xlite-dev/lite.ai.toolkit

A lite C++ AI toolkit: 100+ models with MNN, ORT and TRT, including Det, Seg, Stable-Diffusion, Face-Fusion.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 41 minutes ago
Added to GitGenius on September 15th, 2026
Created on March 22nd, 2021
Open Issues & Pull Requests: 1 (+0)
GitHub issues: Enabled
Number of forks: 786
Total Stargazers: 4,434 (+0)
Total Subscribers: 66 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 16.2 hours
Mean response time: 69.6 days
90th percentile: 369.0 days
Tracked items: 26

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • stale (15)
  • GPU (1)
  • Windows (1)
  • documentation (1)
  • question (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Lite.Ai.ToolKit is a C++ AI inference library that bundles over a hundred pre-trained models across multiple inference backends including MNN, ONNX Runtime, and TensorRT.

The toolkit addresses the challenge of integrating diverse AI models into C++ applications by providing a unified interface to models spanning object detection, face detection, face recognition, image segmentation, and matting tasks. It abstracts away the complexity of working with different inference engines, allowing developers to load and run models through a consistent API regardless of the underlying backend, while supporting both CPU and GPU execution.

Developers should choose this toolkit if they need to deploy multiple AI models in C++ environments and want to avoid managing separate integrations for each inference framework. It suits projects requiring computer vision capabilities like YOLO-based detection, face processing, or image segmentation where backend flexibility matters. The toolkit provides pre-built model hubs organized by inference engine format, enabling quick model selection and deployment without manual conversion workflows.

The project shows active maintenance with regular updates to support current versions of its core dependencies. Development includes ongoing expansion of the model zoo across different inference backends. The codebase demonstrates sustained focus on cross-platform compatibility, particularly for Linux environments. Updates reflect responsiveness to changes in upstream inference frameworks, keeping pace with their evolution.