Skip to content

Latest commit

 

History

History
77 lines (56 loc) · 6.47 KB

File metadata and controls

77 lines (56 loc) · 6.47 KB

TensorStack

Common Badge Nuget GitHub last commit

A modular .NET SDK for building AI-powered applications.

TensorStack provides reusable components for local AI inference, text generation, image generation, media processing, hardware acceleration, and application development through a unified developer experience.

Built for performance and flexibility, TensorStack powers all applications developed by TensorStack-AI, including Amuse, the official reference application and UI demonstration of the platform.


Features

  • Native .NET SDK
  • Local AI inference
  • Text generation and LLM integration
  • Stable Diffusion image generation
  • Image upscaling and extraction pipelines
  • Image, video, and audio processing
  • Hardware acceleration support
  • Python interoperability
  • Extensible provider architecture
  • Cross-platform development

Packages

AI & Inference

Package Description Docs Package
TensorStack.Common Shared runtime and utilities README Common Badge
TensorStack.TextGeneration Text generation and LLM integrations README TextGeneration Badge
TensorStack.StableDiffusion Stable Diffusion image generation README StableDiffusion Badge
TensorStack.Upscaler AI image upscaling README Upscaler Badge
TensorStack.Extractors Feature extraction and analysis README Upscaler Badge
TensorStack.Python Python interoperability README Python Badge

Inference Providers

Package Description Docs Package
TensorStack.Providers.CPU CPU execution provider README CPU Badge
TensorStack.Providers.CUDA NVIDIA CUDA execution provider README CUDA Badge
TensorStack.Providers.DML DirectML execution provider README DML Badge

Media Processing

Image

Package Description Docs Package
TensorStack.Image Shared image utilities README Image Badge
TensorStack.Image.Bitmap Windows Forms Bitmap ↔ Tensor conversion README Bitmap Badge
TensorStack.Image.BitmapImage WPF BitmapImage ↔ Tensor conversion README BitmapImage Badge
TensorStack.Image.ImageSharp ImageSharp Image ↔ Tensor conversion README ImageSharp Badge

Video

Package Description Docs Package
TensorStack.Video Shared video utilities README Video Badge
TensorStack.Video.Windows Windows implementation using OpenCvSharp4 README Video.Windows Badge

Audio

Package Description Docs Package
TensorStack.Audio Shared audio utilities README Audio Badge
TensorStack.Audio.Windows Windows implementation using FFMPEG README Audio.Windows Badge