Commit Graph

65 Commits (0169d44dd934d5fbccda856e84cd425c892de8eb)

Author SHA1 Message Date
Matthew D. Scholefield 0169d44dd9 Update diagram 2018-02-26 23:14:24 -06:00
Matthew D. Scholefield ec91da1bbc Add README 2018-02-26 23:03:46 -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 ff624ee91a Attempt to fix prettyparse error 2018-02-26 17:20:38 -06:00
Matthew D. Scholefield 32b9506c13 Be more explicit to ensure correct pyinstaller version is used 2018-02-26 17:08:57 -06:00
Matthew D. Scholefield 8291bb117f Remove prettyparse from hiddenimports 2018-02-26 17:06:37 -06:00
Matthew D. Scholefield 6f69bad940 Update requirements.txt 2018-02-26 16:26:02 -06:00
Matthew D. Scholefield 3b5fe3de9a Make publish.sh use venv 2018-02-24 17:46:32 -06:00
Matthew D. Scholefield 538889f49a Fix publish script 2018-02-23 17:50:40 -06:00
Matthew D. Scholefield 3819197808 Change build to folder 2018-02-23 15:43:54 -06:00
Matthew D. Scholefield 8ced324465 Rename Tensorflow to TensorFlow 2018-02-23 15:23:20 -06:00
Matthew D. Scholefield f9c5dafd54 Ignore all data folders 2018-02-23 14:48:57 -06:00
Matthew D. Scholefield 30364bc5f4 Remove placeholder folders
They don't have the correct labels and the scripts no longer default to there
2018-02-23 14:46:10 -06:00
Matthew D. Scholefield 88173fef95 Recursive glob data/random 2018-02-23 14:45:31 -06:00
Matthew D. Scholefield 988a4fe60c Add extra option to precise-collect 2018-02-23 14:38:04 -06:00
Matthew D. Scholefield 7be273383e Don't ignore runner egg-info 2018-02-23 14:25:54 -06:00
Matthew D. Scholefield a3d434de08 Fix default channels 2018-02-23 14:23:49 -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 cc32959e29 Remove system path modifications
To run a script during development, instead ./setup.sh followed by precise-<script_name> should be used
This ensures all the proper paths are already setup (such as for PreciseRunner)
2018-02-22 01:10:41 -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 0883ffdeb7 Add hdf5 to dependencies 2018-02-15 15:15:15 -06:00
Matthew D. Scholefield 153cba05c9 Fix Ubuntu dependencies 2018-02-15 14:54:25 -06:00
Matthew D. Scholefield 2a3ff7dc26 Standardize imports and type hints 2018-02-15 14:54:08 -06:00
Matthew D. Scholefield 9440e51324 Add --without-pip flag to python venv creation
This is necessary on most systems
2018-02-15 03:13:59 -06:00
Matthew D. Scholefield 7d732ccee1 Add requirements.txt 2018-02-15 03:13:22 -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 e3cb1f0bf4 Make training fail gracefully if dimensions are invalid 2017-12-18 18:51:03 -06:00
Matthew D. Scholefield 64598a0d8d Add models/ to .gitignore 2017-12-18 18:50:22 -06:00
Matthew D. Scholefield b8f393fc53 Add sound on activation to precise-record 2017-12-18 18:49:19 -06:00
Matthew D. Scholefield 5d925dae59 Make record.py use precise wrapper 2017-11-28 14:58:37 -06:00
Matthew D. Scholefield 5a1fe8c078 Add runner wrapper for simple use in Python programs 2017-11-27 20:28:58 -06:00
Matthew D. Scholefield cb31c79e86 Fix bytearray bug 2017-11-28 14:57:54 -06:00
Matthew D. Scholefield 9ceb23e34e Add copyright header 2017-11-28 14:57:54 -06:00
Matthew D. Scholefield 76a36ac712 Clean up imports 2017-11-21 16:51:37 -06:00
Matthew D. Scholefield 9463b0babf Add type hints 2017-11-21 16:30:22 -06:00
Matthew D. Scholefield cd9a08a605 Add weighted log loss option 2017-11-21 14:12:02 -06:00
Matthew D. Scholefield 2741b7afc3 Add more arguments to train_feedback.py 2017-11-14 19:28:24 -06:00
Matthew D. Scholefield 5e3b2594d4 Increase dropout and change loss to crossentropy
These changes have been found to improve the quality of the trained models
2017-11-14 19:27:48 -06:00
Matthew D. Scholefield de8037dffa Add functions to generate inhibitory data to reduce false positives
In practice, this actually increases false positives
2017-11-14 19:26:45 -06:00
Matthew D. Scholefield b0a9c94e83 Add proper argument parser and upload latest to non-changing location 2017-11-13 15:54:08 -06:00
Matthew D. Scholefield fe1a90db1c Add files from jenkins branch to .gitignore 2017-11-10 18:49:52 -06:00
Matthew D. Scholefield 61be0f6884 Increment version to 0.1.1 2017-11-10 16:41:44 -06:00
Matthew D. Scholefield 6b2e0cc303 Fix typo preventing params from loading properly 2017-11-10 16:40:45 -06:00
Matthew D. Scholefield 7622194691 Decrease chunk size to increase accuracy 2017-11-10 16:40:15 -06:00
Matthew D. Scholefield d970a41879 Add argument parser to precise-record 2017-11-10 16:39:50 -06:00
mycroft-devs 70d0b5209f asdf 2017-11-09 18:44:37 +00:00
Matthew D. Scholefield 1b01d16386 Standardize arguments 2017-11-08 21:47:00 -06:00