Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/source-alchemists/imagetorque
Open .NET image processing library
https://github.com/source-alchemists/imagetorque
ai computer-vision image-processing machine-vision yolo
Last synced: 17 days ago
JSON representation
Open .NET image processing library
- Host: GitHub
- URL: https://github.com/source-alchemists/imagetorque
- Owner: Source-Alchemists
- License: apache-2.0
- Created: 2023-01-08T09:35:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T11:48:43.000Z (5 months ago)
- Last Synced: 2024-10-14T09:07:06.332Z (4 months ago)
- Topics: ai, computer-vision, image-processing, machine-vision, yolo
- Language: C#
- Homepage:
- Size: 71.9 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ImageTorque
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Source-Alchemists_ImageTorque&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Source-Alchemists_ImageTorque)
[![Build and publish](https://github.com/Source-Alchemists/ImageTorque/actions/workflows/build-and-publish.yml/badge.svg)](https://github.com/Source-Alchemists/ImageTorque/actions)
[![MIT License](https://img.shields.io/badge/License-Apache_2.0-blue)](https://github.com/Source-Alchemists/ImageTorque/blob/main/LICENSE)**Open .NET image processing library.**
ImageTorque is a cross-platform computer vision library.
Built for [.NET 8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0), ImageTorque can be run anywhere - from the edge device all the way up to cloud services.
| Package Name | Release (Nuget) | Documentation |
|---------------|-----------------|---------------|
| `ImageTorque` | [![NuGet](https://img.shields.io/nuget/v/ImageTorque.svg)](https://www.nuget.org/packages/ImageTorque/) | [README](src/ImageTorque/README.md) |
| `ImageTorque.AI` | [![NuGet](https://img.shields.io/nuget/v/ImageTorque.AI.svg)](https://www.nuget.org/packages/ImageTorque.AI/) | |## Want to contribute?
We are happy to accept contributions from the community. Please read our [contributing guidelines](CONTRIBUTING.md) for more information.