Skip to content

Commit 62facc7

Browse files
committed
Update README
1 parent 10e6b6b commit 62facc7

File tree

7 files changed

+21
-17
lines changed

7 files changed

+21
-17
lines changed

Assets/Examples/Summary.PNG

111 KB
Loading

Assets/Examples/Supertonic.PNG

58.4 KB
Loading

Assets/Examples/Whisper.PNG

62.9 KB
Loading

Examples/TensorStack.Example.Extractors/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TensorStack Extractor Demo, a simple WPF application showcasing the capabilities of [TensorStack.Extractors](https://github.com/TensorStack-AI/TensorStack/tree/master/TensorStack.Extractors) project.
33

44
## Download
5-
[Extractor Demo v0.1.40 (DirectML)](https://github.com/TensorStack-AI/TensorStack/releases/download/v0.1.39/ExtractorDemo_v0.1.40.zip)
5+
[Extractor Demo v0.1.40 (DirectML)](https://github.com/TensorStack-AI/TensorStack/releases/download/v0.1.84/ExtractorDemo_v0.1.84.zip)
66

77
## Extractors
88
Canny Edge
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Upscaler Demo
2-
TensorStack Upscale Demo, a simple WPF application showcasing the capabilities of [TensorStack.Upscaler](https://github.com/TensorStack-AI/TensorStack/tree/master/TensorStack.Upscaler) project.
1+
# Text Demo
2+
TensorStack Text Demo, a simple WPF application showcasing the capabilities of [TensorStack.TextGeneration](https://github.com/TensorStack-AI/TensorStack/tree/master/TensorStack.TextGeneration) project.
33

44
## Download
5-
[Upscaler Demo v0.1.17 (DirectML)](https://github.com/TensorStack-AI/TensorStack/releases/download/v0.1.17/UpscaleDemo_DirectML.zip)
5+
[Text Demo v0.1.84 (DirectML)](https://github.com/TensorStack-AI/TensorStack/releases/download/v0.1.84/TextDemo_v0.1.84.zip)
66

7-
## Upscale Image
8-
<img src="../../Assets/Examples/UpscaleImage.PNG"/>
7+
## Text Summary
8+
<img src="../../Assets/Examples/Summary.PNG"/>
99

1010
---
1111

12-
## Upscale Video
13-
<img src="../../Assets/Examples/UpscaleVideo.PNG"/>
12+
## Whisper STT
13+
<img src="../../Assets/Examples/Whisper.PNG"/>
1414

1515
---
1616

17-
## Video Interpolation
18-
<img src="../../Assets/Examples/UpscaleInterpolation.PNG"/>
17+
## Supertonic TTS
18+
<img src="../../Assets/Examples/Supertonic.PNG"/>

Examples/TensorStack.Example.Upscaler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TensorStack Upscale Demo, a simple WPF application showcasing the capabilities of [TensorStack.Upscaler](https://github.com/TensorStack-AI/TensorStack/tree/master/TensorStack.Upscaler) project.
33

44
## Download
5-
[Upscaler Demo v0.1.40 (DirectML)](https://github.com/TensorStack-AI/TensorStack/releases/download/v0.1.39/UpscaleDemo_v0.1.40.zip)
5+
[Upscaler Demo v0.1.40 (DirectML)](https://github.com/TensorStack-AI/TensorStack/releases/download/v0.1.84/UpscaleDemo_v0.1.84.zip)
66

77
## Upscale Image
88
<img src="../../Assets/Examples/UpscaleImage.PNG"/>

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,17 @@ More information and examples can be found in the `TensorStack.Extractors` proje
2525

2626
---
2727

28+
### TensorStack.TextGeneration
29+
[![TextGeneration Badge](https://img.shields.io/nuget/v/TensorStack.TextGeneration?color=4bc51e&label=TensorStack.TextGeneration)](https://www.nuget.org/packages/TensorStack.TextGeneration)
30+
![Nuget](https://img.shields.io/nuget/dt/TensorStack.TextGeneration?label=Nuget%20Downloads)
31+
32+
TextGeneration Windows demo application avaliable for testing **[Text Demo](Examples/TensorStack.Example.TextGeneration)**
33+
34+
<img width="2000" height="410" alt="Image" src="https://github.com/user-attachments/assets/b6fdebf9-0d8a-4d9b-abd8-3911519702ca" />
35+
36+
More information and examples can be found in the `TensorStack.TextGeneration` project **[README](TensorStack.TextGeneration/README.md)**
2837

38+
---
2939

3040

3141

@@ -117,13 +127,7 @@ More information and examples can be found in the `TensorStack.StableDiffusion`
117127

118128
---
119129

120-
### TensorStack.TextGeneration
121-
[![TextGeneration Badge](https://img.shields.io/nuget/v/TensorStack.TextGeneration?color=4bc51e&label=TensorStack.TextGeneration)](https://www.nuget.org/packages/TensorStack.TextGeneration)
122-
![Nuget](https://img.shields.io/nuget/dt/TensorStack.TextGeneration?label=Nuget%20Downloads)
123130

124-
More information and examples can be found in the `TensorStack.TextGeneration` project **[README](TensorStack.TextGeneration/README.md)**
125-
126-
---
127131

128132
### TensorStack.Video
129133
[![Video Badge](https://img.shields.io/nuget/v/TensorStack.Video?color=4bc51e&label=TensorStack.Video)](https://www.nuget.org/packages/TensorStack.Video)

0 commit comments

Comments
 (0)