Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Commit 24f3afe

Browse files
authored
Update README.md
1 parent a8c3889 commit 24f3afe

File tree

1 file changed

+1
-104
lines changed

1 file changed

+1
-104
lines changed

README.md

Lines changed: 1 addition & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -3,112 +3,9 @@
33
</p>
44

55

6-
![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/saddam213/OnnxStack)
7-
[![Discord](https://img.shields.io/discord/1170119641545314375?label=Discord&)](https://discord.gg/YmUpFaaFsf)
8-
[![YouTube Channel Views](https://img.shields.io/youtube/channel/views/UCaWjlIC2uz8hDIZCBXjyDRw)](https://www.youtube.com/@OnnxStack)
9-
### **[Discord](https://discord.gg/YxbQfbegdS)** | **[Youtube](https://www.youtube.com/@OnnxStack)**
10-
__________________________
11-
12-
13-
14-
156
# Welcome to OnnxStack!
167
OnnxStack transforms machine learning in .NET, Seamlessly integrating with `ONNX Runtime` and `Microsoft ML`, this library empowers you to build, deploy, and execute machine learning models entirely within the .NET ecosystem. Bid farewell to Python dependencies and embrace a new era of intelligent applications tailored for .NET
178

18-
### Welcome to Python-free AI integration with OnnxStack!
19-
20-
21-
22-
23-
# Projects
24-
25-
## **[OnnxStack.Core](OnnxStack.Core/README.md)**
26-
**Model Inference with C# and ONNX Runtime**
27-
28-
[![Core Badge](https://img.shields.io/nuget/v/OnnxStack.Core?color=4bc51e&label=OnnxStack.Core)](https://www.nuget.org/packages/OnnxStack.Core)
29-
![Nuget](https://img.shields.io/nuget/dt/OnnxStack.Core)
30-
31-
`OnnxStack.Core` is a .NET library designed to facilitate seamless interaction with the `OnnxRuntime` C# API. This project simplifies the creation and disposal of `OrtValues` and offers straightforward services for loading and running inferences on a variety of models. With a focus on improving developer efficiency, the library abstracts complexities, allowing for smoother integration of `OnnxRuntime` into .NET applications.
32-
33-
More information and examples can be found in the `OnnxStack.Core` project **[README](OnnxStack.Core/README.md)**
34-
35-
__________________________
36-
37-
__________________________
38-
39-
40-
## **[OnnxStack.StableDiffusion](OnnxStack.StableDiffusion/README.md)**
41-
**Stable Diffusion Inference with C# and ONNX Runtime**
42-
43-
[![StableDiffusion Badge](https://img.shields.io/nuget/v/OnnxStack.StableDiffusion?color=4bc51e&label=OnnxStack.StableDiffusion)](https://www.nuget.org/packages/OnnxStack.StableDiffusion)
44-
![Nuget](https://img.shields.io/nuget/dt/OnnxStack.StableDiffusion)
45-
46-
`OnnxStack.StableDiffusion` is a .NET library for latent diffusion in C#, Leveraging `OnnxStack.Core`, this library seamlessly integrates many StableDiffusion capabilities, including:
47-
* Text to Image
48-
* Image to Image
49-
* Image Inpaint
50-
* Video to Video
51-
* Control Net
52-
53-
54-
`OnnxStack.StableDiffusion` provides compatibility with a diverse set of models, including
55-
* StableDiffusion 1.5
56-
* StableDiffusion Inpaint
57-
* StableDiffusion ControlNet
58-
* Stable-Cascade
59-
* SDXL
60-
* SDXL Inpaint
61-
* SDXL-Turbo
62-
* LatentConsistency
63-
* LatentConsistency XL
64-
* Instaflow
65-
66-
67-
More information can be found in the `OnnxStack.StableDiffusion` project **[README](OnnxStack.StableDiffusion/README.md)**
68-
69-
__________________________
70-
__________________________
71-
## **[OnnxStack.ImageUpscaler]()**
72-
**Image upscaler with C# and ONNX Runtime**
73-
74-
[![Upscale Badge](https://img.shields.io/nuget/v/OnnxStack.ImageUpscaler?color=4bc51e&label=OnnxStack.ImageUpscaler)](https://www.nuget.org/packages/OnnxStack.ImageUpscaler)
75-
![Nuget](https://img.shields.io/nuget/dt/OnnxStack.ImageUpscaler)
76-
77-
`OnnxStack.ImageUpscaler` is a library designed to elevate image quality through superior upscaling techniques. Leveraging `OnnxStack.Core`, this library provides seamless integration for enhancing image resolution and supports a variety of upscaling models, allowing developers to improve image clarity and quality. Whether you are working on image processing, content creation, or any application requiring enhanced visuals, the ImageUpscale project delivers efficient and high-quality upscaling solutions.
78-
79-
80-
More information and examples can be found in the `OnnxStack.ImageUpscaler` project **[README](OnnxStack.ImageUpscaler/README.md)**
81-
__________________________
82-
__________________________
83-
## **[OnnxStack.ImageRecognition]()**
84-
**Image recognition with ResNet50v2 and ONNX Runtime**
85-
86-
Harness the accuracy of the ResNet50v2 deep learning model for image recognition, seamlessly integrated with ONNX for efficient deployment. This combination empowers your applications to classify images with precision, making it ideal for tasks like object detection, content filtering, and image tagging across various platforms and hardware accelerators. Achieve high-quality image recognition effortlessly with ResNet50v2 and ONNX integration.
87-
88-
89-
***work in progress***
90-
__________________________
91-
92-
93-
__________________________
94-
## **[OnnxStack.ObjectDetection]()**
95-
**Object detection with Faster RCNN Deep Learning with C# and ONNX Runtime**
96-
97-
Enable robust object detection in your applications using RCNN (Region-based Convolutional Neural Network) integrated with ONNX. This powerful combination allows you to accurately locate and classify objects within images. Whether for surveillance, autonomous vehicles, or content analysis, RCNN and ONNX integration offers efficient and precise object detection across various platforms and hardware, ensuring your solutions excel in recognizing and localizing objects in images.
98-
99-
***work in progress***
100-
__________________________
101-
102-
103-
## Contribution
104-
105-
We welcome contributions to OnnxStack! If you have any ideas, bug reports, or improvements, feel free to open an issue or submit a pull request.
106-
107-
* Join our Discord: **[OnnxStack Discord](https://discord.gg/uQzQgxMYWy)**
108-
* Chat to us here: **[Project Discussion Board](https://github.com/saddam213/OnnxStack/discussions)**
109-
110-
111-
1129
__________________________
11310
## ONNX Runtime Resources
11411
- [ONNX Runtime C# API Doc](https://onnxruntime.ai/docs/api/csharp/api)
@@ -121,4 +18,4 @@ Special thanks to the creators of the fantastic repositories below; all were ins
12118
* [Diffusers](https://github.com/huggingface/diffusers) by Huggingface (@huggingface)
12219
* [Onnx-Web](https://github.com/ssube/onnx-web) by Sean Sube (@ssube)
12320
* [Axodox-MachineLearning](https://github.com/axodox/axodox-machinelearning) by Péter Major @(axodox)
124-
* [ControlNet](https://github.com/lllyasviel/ControlNet) by Lvmin Zhang (@lllyasviel)
21+
* [ControlNet](https://github.com/lllyasviel/ControlNet) by Lvmin Zhang (@lllyasviel)

0 commit comments

Comments
 (0)