DeepSpeech/examples/net_framework/CSharpExamples/nupkg-gpu/deepspeech.nuspec
2019-02-28 11:55:45 -03:00

22 lines
744 B
XML

<?xml version="1.0"?>
<package>
<metadata>
<id>DeepSpeech-GPU</id>
<version>0.4.1</version>
<title>DeepSpeech</title>
<authors>Mozilla</authors>
<owners>Mozilla</owners>
<license type="expression">MPL-2.0</license>
<projectUrl>http://github.com/mozilla/DeepSpeech</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A library for running inference with a DeepSpeech model</description>
<copyright>Copyright (c) 2019 Mozilla Corporation</copyright>
<tags>native speech speech_recognition</tags>
</metadata>
<files>
<file src="build\**" target="build/"/>
<file src="lib\**" target="lib/"/>
<file src="tools\**" target="tools/"/>
</files>
</package>