yum-archive/TaSTT-Whisper
High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model
git clone https://git.yummers.dev/yum-archive/TaSTT-Whisper
7db2a48
master
1<?xml version="1.0" encoding="utf-8"?> 2<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> 3 <metadata> 4 <id>WhisperNet</id> 5 <version>1.7</version> 6 <authors>Konstantin, const.me</authors> 7 <license type="expression">MPL-2.0</license> 8 <projectUrl>https://github.com/Const-me/Whisper</projectUrl> 9 <description>High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model</description> 10 <releaseNotes>Bugfixes, API documentation</releaseNotes> 11 <copyright>Copyright © const.me, 2022-2023</copyright> 12 <tags>whisper, gpgpu, speech recognition</tags> 13 <repository type="git" url="https://github.com/Const-me/Whisper.git" /> 14 <dependencies> 15 <group targetFramework="net6.0"> 16 <dependency id="ComLightInterop" version="1.3.7" /> 17 </group> 18 </dependencies> 19 <readme>docs/Readme.md</readme> 20 </metadata> 21 <files> 22 <!-- Managed DLL with XML documentation --> 23 <file src="bin/Release/WhisperNet.dll" target="lib/net6.0/" /> 24 <file src="bin/Release/WhisperNet.xml" target="lib/net6.0/" /> 25 <!-- The C++ DLL --> 26 <file src="../x64/Release/Whisper.dll" target="runtimes/win-x64/native/" /> 27 <file src="Readme.md" target="docs/" /> 28 </files> 29</package>