Commit Graph

47 Commits (53cbd00b141a6fd43d035a728c16b1d4045e0583)

Author SHA1 Message Date
dependabot[bot] 53cbd00b14
Bump tensorflow from 1.13.1 to 2.9.3
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.13.1 to 2.9.3.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](https://github.com/tensorflow/tensorflow/compare/v1.13.1...v2.9.3)

---
updated-dependencies:
- dependency-name: tensorflow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-21 21:29:29 +00:00
Åke Forslund 1688640332 Fix usage of activation sound when using pip install 2020-04-06 09:11:09 +02:00
Åke Forslund 9ba497b984 Add numpy==1.16 2020-03-19 12:01:01 +01:00
Joshua Montgomery d19458fe41 Merge branch 'dev' of https://github.com/mycroftai/mycroft-precise into dev 2020-02-04 18:21:02 -10:00
Joshua Montgomery ea7efb1f6c Issue 88 and 120 - Fix 2020-02-04 18:06:35 -10:00
Åke Forslund bbf43402c4 Lock keras version to 2.1.5 2020-02-04 11:29:05 -06:00
Matthew D. Scholefield cc84253cda Remove optimizer dependencies
They aren't even used for most scripts and cause lots of problems
2020-01-30 16:29:11 -06:00
Matthew D. Scholefield 4cec9b0767 Overhaul of how scripts are written to allow programmatic access
This introduces a way for scripts to be easily called from within Python with command line arguments as function parameters
To support this, prettyparse has been upgraded to the latest version
2019-11-01 00:03:44 -05:00
Matthew D. Scholefield fb452ca1eb Lock fitipy version
This prevents a breaking change
2019-10-31 23:38:15 -05:00
gcoon151 2d65736ba5 Make hyperopt, bbopt, and networkx all play nice
Specified versions of hyperopt and networkx that don't make bbopt unhappy.
2019-10-24 22:04:19 -05:00
Matthew D. Scholefield 1392ac6b9a
Lock parser version (#81)
This prevents major errors
2019-08-21 18:56:28 -05:00
Matthew D. Scholefield d3920f36dd Add threshold parameters and precise-calc-threshold script
This is used to produce a more linear output
2019-04-08 15:08:16 -05:00
Matthew D. Scholefield baf08cd7ee Add pyache data loading
This enables loading the cache as a block without risking filling up the harddrive
2019-03-29 06:40:14 -05:00
Matthew D. Scholefield 1d5e002e80 Upgrade tensorflow to 1.13.x 2019-03-29 01:48:43 -05:00
Matthew D. Scholefield 4cd1927efe Update copyright header to 2019 2019-03-20 10:53:24 -05:00
Matthew D. Scholefield e89677a84f Add precise-train-generated script 2019-03-20 10:45:39 -05:00
Matthew D. Scholefield 02da99e21d Add precise-graph script to show ROC curves 2019-03-20 00:05:59 -05:00
Matthew D. Scholefield 530f76bffb Upgrade tensorflow to 1.11.0 2019-01-26 23:23:04 +00:00
Matthew D. Scholefield a1ad138bf0
Re-add speechpy to requirements (Fixes #45)
This prevents older models from erroring
2018-11-11 21:23:01 -06:00
Matthew Scholefield 78603bd3c2 Add precise-add-noise script
This is used to generate noise into a dataset
2018-09-05 05:02:52 -05:00
Matthew Scholefield 7bded13de4 Change vectorizer to Sonopy
Also adds vectorizer parameter to choose between mels and mfccs
2018-08-09 23:58:21 -05:00
Matthew Scholefield 754d332b10 Reorganize and improve setup.py
Added keywords and license keys
2018-08-09 23:10:59 -05:00
Matthew Scholefield 651901143d Add precise-train-optimize alias for train_optimize.py 2018-07-12 17:24:01 -05:00
Matthew Scholefield f917a72f4c Add bbopt to dependencies 2018-07-12 17:21:54 -05:00
Matthew Scholefield 7d97cd2331 Add simulate script 2018-07-12 16:57:02 -05:00
Matthew Scholefield 04174efeb8 Remove executable flag from setup.py 2018-07-12 14:43:05 -05:00
Matthew Scholefield 06d9669e79 Add sampled training support 2018-07-11 12:45:41 -05:00
Matthew Scholefield ebd5e09feb Rework train script to use new Trainer class
This allows IncrementalTrainer to share similar behavior
2018-07-11 12:45:41 -05:00
Matthew Scholefield a946de21ce Make ListenerParams proper class via attr 2018-07-11 12:45:41 -05:00
Matthew Scholefield 3e507b16c4 Support Python 3.4 on a pi 3 2018-06-20 15:11:57 -05:00
Matthew D. Scholefield 19f95ae034 Use piwheels for tensorflow on a raspberry pi and upgrade to tensorflow 1.8.0
Way less of a hassle
2018-06-14 16:34:13 -05:00
Matthew D. Scholefield 09767fa675 Ensure speechpy is updates 2018-04-18 23:48:22 -05:00
Matthew D. Scholefield bc7c73a4a9 Add link long_description field pointing to the GitHub README 2018-04-18 23:10:54 -05:00
Matthew D. Scholefield bee65e6c8b Upgrade requirements and update speechpy
This brings in significant speed improvements to mfcc calculations
2018-04-18 16:20:13 -05:00
Matthew D. Scholefield 19bf49a4ae Rename precise-record to precise-listen
This just makes a lot more sense. It's not recording you; it's listening to you
2018-04-18 14:48:43 -05:00
Matthew D. Scholefield 0fe1bceede Change database to simple text file 2018-03-21 16:34:53 -05:00
Matthew D. Scholefield 09c3ad927b Change license to Apache 2.0 2018-02-28 20:49:34 -06:00
Matthew D. Scholefield b254fe1358 Rename precise-stream to precise-engine
It makes way more sense
2018-02-26 21:19:30 -06:00
Matthew D. Scholefield ce5f93369c New precise-collect script and minor fixes
- Fix precise-convert script
 - Fix pyinstaller spec
 - Change keyword folder to wake-word. This is more consistent with other labels
2018-02-23 13:47:56 -06:00
Matthew D. Scholefield d622eef3ec Support only loading test data without train data 2018-02-22 01:02:50 -06:00
Matthew D. Scholefield 13c3d81993 Add precise-eval script 2018-02-21 23:16:54 -06:00
Matthew D. Scholefield 484a90f9bc Refacetor and source code standardization 2018-02-21 13:15:51 -06:00
Matthew D. Scholefield d2a5469bf3 Improvements 2018-02-15 03:03:52 -06:00
Matthew D. Scholefield 3a35b52e8e Add typing to dependencies 2017-12-18 19:34:38 -06:00
Matthew D. Scholefield 5d925dae59 Make record.py use precise wrapper 2017-11-28 14:58:37 -06:00
Matthew D. Scholefield 5ce56ff7e7 Add version to precise-stream and fix inconsistencies 2017-11-03 14:39:52 -05:00
Matthew D. Scholefield 431843a016 Add RNN wakeword listener 2017-11-03 00:50:53 -05:00