Commit graph

66 commits

Author SHA1 Message Date
dscripka
db351b0eec Set explicit dtype 2023-01-22 21:04:17 -05:00
dscripka
e9ceed3de6 Adjusted tests to pass on Windows 2023-01-22 20:56:24 -05:00
dscripka
49a1e93043 Added missing .onnx model 2023-01-22 20:46:41 -05:00
dscripka
58dcab4c45 added missing file 2023-01-22 20:09:30 -05:00
dscripka
ac35230906 Integrated silero VAD 2023-01-18 08:01:25 -05:00
dscripka
b261abd9be
Merge pull request #8 from dscripka/speex_noise_suppression_v2
Integrate basic noise suppression with Speex.
2023-01-17 20:05:34 -05:00
dscripka
cef0b7a758 Update README.md to discuss noise suppression 2023-01-17 19:20:23 -05:00
dscripka
1841e7e8d9 adjusted setup.py, last fix 2023-01-17 18:51:10 -05:00
dscripka
173f5aa11a adjusted setup.py, debugging 2023-01-17 18:41:45 -05:00
dscripka
e01288b2fd adjusted setup.py, bugfix 2023-01-17 18:35:48 -05:00
dscripka
654a11968d adjusted setup.py 2023-01-17 18:31:45 -05:00
dscripka
981c68fe76 typo 2023-01-16 17:36:58 -05:00
dscripka
dbb95944cf Adjusted CI config and tests for windows 2023-01-16 17:35:04 -05:00
dscripka
792f148bde Dynamic generation of install_requires to enable speexdsp_ns package installation 2023-01-16 16:53:57 -05:00
dscripka
d663ea70ba Added first version of 'hey jarvis' model 2023-01-16 15:56:15 -05:00
dscripka
d060f75f97 Removed premature import 2023-01-16 15:51:04 -05:00
dscripka
06dac3355c fix newline characters 2023-01-16 15:46:25 -05:00
dscripka
054f7578d0 Test coverage for model.py back to 100% 2023-01-16 15:37:06 -05:00
dscripka
4d9d549930 Tests passing 2023-01-15 21:44:35 -05:00
David Scripka
f870d4340d Integrated Speex noise suppression as an optional pre-processing step, adjust data augmentation method. 2023-01-14 19:48:09 -05:00
dscripka
81badf5728 Added example script to save audio around an activation to aid in debugging and performance testing, added new data augmentation method using random noise 2023-01-08 13:41:07 -05:00
dscripka
216f0329f4 Added example script for saving model activations to WAV files 2023-01-07 12:28:35 -05:00
dscripka
c32de6573d Added new functionality to mix_clips_batch function, fixed bug in model in model.py 2023-01-04 07:28:22 -05:00
dscripka
5d8816e1b3 Added trained model for wake word 2023-01-01 22:48:11 -05:00
dscripka
737e8891b9 flake8 fixes 2023-01-01 19:15:57 -05:00
dscripka
69afd1e3e3 Reworked method in metrics.py for false positive calculations, added example notebooks for performance calculations 2023-01-01 19:08:37 -05:00
dscripka
f3a8692bda method now supporst numpy array inputs, added more data agmentation options for function 2022-12-31 22:19:59 -05:00
dscripka
a3b6985cba Added link to HuggingFace spaces demo, renamed some test files 2022-12-30 13:10:37 -05:00
dscripka
af628f5a2c version bump fixing broken release 2022-12-30 12:06:37 -05:00
dscripka
bc764acca7 Fixed bug in package build 2022-12-30 12:01:17 -05:00
David Scripka
144a19ccb6 Fixed license classifier 2022-12-29 17:12:15 -05:00
David Scripka
525d71dbe7 Few edits & typos 2022-12-29 13:43:20 -05:00
David Scripka
5e5f5168af Setup CI/CD to build and publish package to pypi 2022-12-29 12:58:23 -05:00
dscripka
43a4616696 Fixes for later version of mypy 2022-12-23 20:40:15 -05:00
dscripka
f9125f9600 Adjusted model naming convention and added 2 new models 2022-12-23 17:02:56 -05:00
dscripka
8a96edb5e9 Tests passing 2022-12-23 16:39:26 -05:00
dscripka
bc3febc9c1 Final preparation for initial release 2022-12-23 14:51:49 -05:00
dscripka
7fd47574cc More fluent speech commands experiments, updated data prep function 2022-12-21 22:03:19 -05:00
dscripka
4b117b810c More work on Readme, fixed significant bug in mix_clips_batch function that resulted in poorly aligned clips 2022-11-29 14:47:55 -05:00
dscripka
17586c3d8f Updated local demo, changes how pre-trained models are loaded 2022-11-21 11:56:43 -05:00
dscripka
802901c5f8 Implemented patience functionality in prediction, some unit test changes 2022-11-20 23:35:06 -05:00
dscripka
c8419358a6 More work on documentation 2022-11-15 21:19:22 -05:00
dscripka
a2c03f828c Significant work to README 2022-10-30 21:47:24 -04:00
dscripka
f14c88a0a0 Update github actions runner config 2022-10-30 17:16:02 -04:00
dscripka
137dead059 Merge branch 'main' of https://github.com/dscripka/openWakeWord into main 2022-10-30 17:11:57 -04:00
dscripka
f45a8b4e36 Fix issues with flake8 version 2022-10-30 17:11:47 -04:00
dscripka
52aada7485 Setup Github Actions for CI/CD 2022-10-30 17:02:49 -04:00
dscripka
36a5c6e9ad Fixed typos in requirements 2022-10-30 17:00:43 -04:00
dscripka
bc84c2edba remove old test model 2022-10-29 15:05:57 -04:00
dscripka
89230ca697 All tests (including flake8 and mypy) testing, but coverage is still low 2022-10-29 14:44:05 -04:00