LMSupply.Vision.Core
0.8.3
See the version list below for details.
dotnet add package LMSupply.Vision.Core --version 0.8.3
NuGet\Install-Package LMSupply.Vision.Core -Version 0.8.3
<PackageReference Include="LMSupply.Vision.Core" Version="0.8.3" />
<PackageVersion Include="LMSupply.Vision.Core" Version="0.8.3" />
<PackageReference Include="LMSupply.Vision.Core" />
paket add LMSupply.Vision.Core --version 0.8.3
#r "nuget: LMSupply.Vision.Core, 0.8.3"
#:package LMSupply.Vision.Core@0.8.3
#addin nuget:?package=LMSupply.Vision.Core&version=0.8.3
#tool nuget:?package=LMSupply.Vision.Core&version=0.8.3
LMSupply.Vision.Core
Core vision processing infrastructure for LMSupply packages.
Purpose
Provides shared image processing capabilities for vision-based AI packages:
- LMSupply.Captioner - Image captioning
- LMSupply.Ocr - Optical character recognition
Key Components
IImageLoader- Abstraction for loading images from various sourcesIImagePreprocessor- Model-specific image preprocessing pipelinePreprocessProfile- Configuration for image preprocessing parametersTensorUtils- Utilities for converting images to ONNX tensors
Dependencies
SixLabors.ImageSharp- Cross-platform image processing (no native dependencies)LMSupply.Core- Shared infrastructure (caching, downloading, ONNX utilities)
Usage
using LMSupply.Vision;
// Load and preprocess an image for a specific model
var preprocessor = new ImagePreprocessor();
var tensor = preprocessor.Preprocess("image.jpg", PreprocessProfiles.ImageNet);
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- LMSupply.Core (>= 0.8.3)
- SixLabors.ImageSharp (>= 3.1.12)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on LMSupply.Vision.Core:
| Package | Downloads |
|---|---|
|
LMSupply.Captioner
A simple .NET library for local image captioning with automatic model downloading from HuggingFace. Supports CUDA, DirectML, and CoreML GPU acceleration. |
|
|
LMSupply.Ocr
A simple .NET library for local OCR with automatic model downloading from HuggingFace. Features 2-stage detection+recognition pipeline using PaddleOCR models. Supports CUDA, DirectML, and CoreML GPU acceleration. |
|
|
LMSupply.Detector
A lightweight, zero-configuration object detector for .NET. Supports RT-DETR models with automatic download, GPU acceleration, and HuggingFace caching. NMS-free architecture for fast inference. |
|
|
LMSupply.Segmenter
A lightweight, zero-configuration image segmenter for .NET. Supports semantic and instance segmentation with SegFormer and MobileSAM models. Start small. Download what you need. Run locally. |
|
|
LMSupply.ImageGenerator
A simple .NET library for local text-to-image generation using Latent Consistency Models (LCM). Supports CUDA, DirectML, and CoreML GPU acceleration with 2-4 step fast inference. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.32.0 | 99 | 4/15/2026 |
| 0.31.0 | 115 | 4/14/2026 |
| 0.30.0 | 124 | 4/14/2026 |
| 0.29.0 | 128 | 4/13/2026 |
| 0.28.0 | 118 | 4/13/2026 |
| 0.27.4 | 127 | 4/9/2026 |
| 0.27.3 | 124 | 4/7/2026 |
| 0.27.1 | 138 | 4/7/2026 |
| 0.27.0 | 133 | 4/6/2026 |
| 0.26.2 | 130 | 4/5/2026 |
| 0.26.0 | 136 | 3/28/2026 |
| 0.25.0 | 135 | 3/18/2026 |
| 0.24.2 | 142 | 3/16/2026 |
| 0.24.1 | 143 | 3/16/2026 |
| 0.24.0 | 1,267 | 3/9/2026 |
| 0.22.2 | 131 | 3/9/2026 |
| 0.22.1 | 129 | 3/8/2026 |
| 0.22.0 | 124 | 3/8/2026 |
| 0.21.0 | 116 | 3/8/2026 |
| 0.8.3 | 217 | 12/22/2025 |