mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
22 lines
748 B
XML
22 lines
748 B
XML
<?xml version="1.0"?>
|
|
<package>
|
|
<metadata>
|
|
<id>$NUPKG_ID</id>
|
|
<version>$NUPKG_VERSION</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>
|