Commit Graph

32 Commits

Author SHA1 Message Date
Reuben Morais
ae9c62cae9 Convert native API to C instead of C++ 2018-08-02 13:22:24 -03:00
Reuben Morais
400c9c0e5d Streaming inference 2018-08-02 13:22:24 -03:00
Alexandre Lissy
e0e6f08e8e Change NUMPY_VERSION requirements 2018-07-19 10:05:11 +02:00
Reuben Morais
6a76bc7329
Merge branch 'master' into no-scipy 2018-07-04 12:31:33 +00:00
Reuben Morais
fb6d341906 Remove SciPy dependency from Python module 2018-07-03 22:36:28 -03:00
Alexandre Lissy
532145705e Require NumPy API v7
Temporary fix before proper removal of NumPy and SciPy deps

Fixes #1426

X-DeepSpeech: NOBUILD
2018-07-03 16:26:09 +02:00
Alexandre Lissy
bf769ff7be Remove dupe link 2018-05-09 10:21:24 +02:00
Alexandre Lissy
05ecd6ae50 Fix links to tree with tag 2018-05-09 10:20:37 +02:00
Alexandre Lissy
04d125cc8f Fix VERSION reading
Extra linereturn might screw the metadata for Pypi
2018-05-09 10:19:23 +02:00
Alexandre Lissy
378663d991 Improve packages docs references and links
Fixes #1376
2018-05-07 19:26:19 +02:00
Alexandre Lissy
e01784894e Unify version definition
Fixes #1293
2018-04-27 09:44:51 +02:00
Alexandre Lissy
b633048dff Making v0.1.1 release 2018-01-31 13:18:41 +01:00
Alexandre Lissy
968c22c392 Avoid over-linking deepspeech.utils Python wrapper
Fixes #1116
2017-12-19 20:33:10 +01:00
Alexandre Lissy
3c7bfec840 Remove scipy 0.19.1 hard-requirement 2017-12-04 11:23:02 +01:00
Reuben Morais
014d0c7273 Switch version number to 0.1.0 2017-11-24 12:09:34 -02:00
Alexandre Lissy
c95a1daab9 Switch to v0.0.3 2017-11-23 16:44:20 +01:00
Alexandre Lissy
a26e0d8fa4 Ensure _model.so and _utils.so are inside DeepSpeech package
Fixes #1001
2017-11-22 16:12:01 +01:00
Reuben Morais
d12201cef4 Update metadata for Python and Node.JS packages 2017-11-21 10:43:44 -02:00
Reuben Morais
937c304682 Bundle the Python client as an entry point script 2017-11-17 18:26:32 +01:00
Reuben Morais
52d9a8b265 Bump version to 0.0.2 to workaround PyPI limitations 2017-11-17 18:26:32 +01:00
Reuben Morais
92e53a7a06 Add -gpu prefix to CUDA enabled packages 2017-11-17 18:26:32 +01:00
Alexandre Lissy
08f01c1727 Bundle libs into Python/NodeJS bindings packages
Fixes #908
2017-11-03 16:22:48 +01:00
Alexandre Lissy
20e0138900 Prebuilt ARM Python & NodeJS bindings
Fixes #915
2017-10-31 15:43:49 +01:00
Alexandre Lissy
abec2ec512 Remove scipy dependency from Python bindings
Fixes #919
2017-10-30 19:23:03 +01:00
Alexandre Lissy
910964d694 Stick to scipy 0.19.1
Fixes #905
2017-10-25 16:32:08 +02:00
Alexandre Lissy
42075082be Cleanup makefile
Fixes #874
2017-10-06 11:35:53 +02:00
Alexandre Lissy
1f45a6b168 Add scipy and numpy deps to deepspeech python bindings
Fixes #744
2017-07-26 11:01:23 +02:00
Alexandre Lissy
331a7f291c Change library link ordering for python binding
This fixes issue #578
2017-06-30 08:48:25 +02:00
Alexandre Lissy
66f9c4d481 Use libtensorflow_cc for C++ API 2017-06-28 20:57:12 +02:00
Chris Lord
d829eb4436 Split audioToInputVector into a separate library
Split out functions that don't depend on TensorFlow into a separate
library to avoid opening the TensorFlow library if it's not necessary.
2017-06-27 10:16:54 +01:00
Chris Lord
08deda2b92 Improve build process and instructions to fix performance issues
Certain optimisations that TensorFlow recommends cause significant
performance penalties in c_speech_features. Explicitly disable these
features in the BUILD file only for c_speech_features.

The build has been restructured to produce a single deepspeech library,
rather than 3 separate deepspeech, c_speech_features and kissfft
libaries. This should make the deepspeech client and libraries
significantly easier to use and distribute.
2017-05-17 10:52:14 +01:00
Chris Lord
10068fc40e Add libdeepspeech python bindings 2017-05-02 10:41:59 +01:00