Commit graph

126 commits

Author SHA1 Message Date
dscripka
5337cb1fff version number typo [skip ci] 2023-06-15 07:54:16 -04:00
dscripka
dbe39e374f version increment [skip ci] 2023-06-15 07:53:27 -04:00
dscripka
9ac838d9f0 Small content updates [skip ci] 2023-06-15 07:50:15 -04:00
dscripka
7666ddb257 Updates to docs and small fixes in preparation for next release [skip ci] 2023-06-14 07:58:23 -04:00
dscripka
e05ac019e8 Added missing onnx model, removed old model [skip ci] 2023-06-13 21:51:45 -04:00
dscripka
a4a42662d0
Merge pull request #31 from dscripka/tflite_models
Tflite models
2023-06-13 21:43:47 -04:00
dscripka
f86be164f4 flake8 [skip ci] 2023-06-13 21:25:35 -04:00
dscripka
cdd1e529ab Adjust args microphone stream example, util function bugfix [skip ci] 2023-06-13 21:23:57 -04:00
dscripka
c8833f12b2 Fixed bug in unit test 2023-06-11 14:57:24 -04:00
dscripka
8bf101aa22 Fixed bug for onnx models, removed tflite install for windows 2023-06-10 11:41:01 -04:00
dscripka
3f79f3e3c0 typo 2023-06-10 09:25:21 -04:00
dscripka
e561a8a477 Updated requirements for tflite 2023-06-10 09:11:55 -04:00
dscripka
105e748da8 Added warning about deprecated keyword arguments 2023-06-10 09:00:34 -04:00
dscripka
160ce56790 Added default arg [skip ci] 2023-06-09 16:24:43 -04:00
dscripka
3724ef01bc tests passing locally [skip ci] 2023-06-09 16:20:10 -04:00
dscripka
c94b6374a9 Converted onnx models to tflite, replaced hey_mycroft model with corrected version 2023-06-09 14:52:41 -04:00
dscripka
7508a59407 tflite integration nearly complete, basic functionality working [skip ci] 2023-06-05 08:00:24 -04:00
dscripka
20db976f81 Starting to update code to enable tflite models 2023-05-22 08:05:03 -04:00
dscripka
3ced4cf59f
Increment version for next release [skip ci] 2023-04-22 18:04:22 -04:00
dscripka
ec5f1e8506
typo [skip ci] 2023-04-07 16:38:19 -04:00
dscripka
97422fa90b
Merge pull request #20 from dscripka/optimized_streaming_melspec
Optimized streaming melspec by taking in larger audio frame sizes
2023-03-21 20:27:20 -04:00
dscripka
5851f18796 Updated docs for variable audio input lengths [skip ci] 2023-03-21 20:24:47 -04:00
dscripka
cf2ebc176d Changed overall prediction behavior to support varying sizes of audio frames/chunks, which leads to efficiency gains on streaming melspectrogram calculations 2023-03-20 21:32:39 -04:00
dscripka
8322a96fa8 Fixed bug with custom verifier model loading/prediction and incremented versioning accordingly 2023-03-05 20:20:44 -05:00
dscripka
a0311f21d8 Merge branch 'main' of https://github.com/dscripka/openWakeWord into main 2023-03-05 01:04:46 -05:00
dscripka
2204e4adc1 increment version [skip ci] 2023-03-05 01:03:58 -05:00
dscripka
faf6e86a3c
Update Github actions config to allow manual workflow runs [skip ci] 2023-03-05 00:50:48 -05:00
dscripka
2bcf377431 readme update [skip ci] 2023-03-05 00:38:08 -05:00
dscripka
461d7da628 Added argument to control activation sounds in example script 2023-03-05 00:35:42 -05:00
dscripka
28105832a0 increment version [skip ci] 2023-03-05 00:21:13 -05:00
dscripka
79bb73eb26 Improved error handling and tests for custom verifier model 2023-03-05 00:12:14 -05:00
dscripka
89b63051b6 Typo fixes in documentation [skip ci] 2023-03-04 23:58:12 -05:00
dscripka
9f19d307d8 fixed path issue and updated readme [skip ci] 2023-03-04 23:47:44 -05:00
dscripka
4eaebb16e1
Merge pull request #14 from secretsauceai/main
For #12
2023-03-04 23:41:05 -05:00
dscripka
edd51ffe6f small additions to docs for verifier model [skip ci] 2023-03-04 21:47:41 -05:00
dscripka
17b5b3c622 Added missing download link 2023-02-17 23:07:41 -05:00
dscripka
e8513f402d Added tutorial notebook and example data for training new models 2023-02-17 22:56:15 -05:00
dscripka
d5fd0e954d
Merge pull request #17 from dscripka/custom_verifier_model
Custom verifier model
2023-02-17 22:17:11 -05:00
dscripka
6c722a0283 add missing requirement 2023-02-17 22:09:21 -05:00
dscripka
f7ae09f760 Initial version of custom verifier models done and tested 2023-02-17 21:18:13 -05:00
dscripka
b4eaeccbae Initial version of custom verifier model training and prediction 2023-02-16 21:52:41 -05:00
dscripka
1523edb830
Merge pull request #16 from dscripka/positive_predictions_return_audio
Added functions to capture features or audio from positive prediction…
2023-02-13 07:45:11 -05:00
dscripka
822829f65a Added functions to capture features or audio from positive predictions, to use when debugging positive predictions 2023-02-11 20:03:59 -05:00
Bartmoss
59da66890c
Update README.md 2023-02-04 17:13:57 +01:00
Bartmoss
a5fb83143f finished adding beep and loading one model parameter for capture_activations 2023-02-04 15:34:24 +01:00
Bartmoss
1e93daa4aa beep on activation WIP 2023-01-29 22:31:45 +01:00
dscripka
1f0ee10efe Adjusted some example scripts to fix bugs and removed 'plotext' usage as it wasn't functioning right on low-power hardware 2023-01-28 13:58:57 -05:00
dscripka
9d08b95b32 Updated readme's for installation instructions 2023-01-28 11:17:37 -05:00
dscripka
4e77db111c Bug fix CI/CD 2023-01-28 10:59:40 -05:00
dscripka
23acb7e2c6 Updated CI/CD configuration for linux 2023-01-28 10:49:19 -05:00