Commit Graph

194 Commits

Author SHA1 Message Date
Alexandre Storelli 56cd514f49
Update README.md 2021-04-10 16:07:10 +02:00
Alexandre Storelli 82ef7b4dd0
Merge pull request #13 from Samyak2/Samyak2-typofix
Fixed a typo and capitalised first letter in table
2021-04-10 16:04:30 +02:00
Alexandre Storelli 385a4a144e Bump dependencies 2019-10-08 09:41:05 +02:00
Samyak S Sarnayak eebc6ed66c
Fixed a typo and capitalised first letter in table
Fixed a typo - "throughout" instead of "thorough"
Capitalised first letters in some tables - to maintain consistency across all tables
2019-09-25 12:18:23 +05:30
Alexandre Storelli 46c9640f16 bump dependencies versions 2019-04-14 20:22:04 +02:00
Alexandre Storelli 3af879130e bump dependencies 2019-04-02 22:53:18 +02:00
Alexandre Storelli c8dcdba36e documentation about available methods. add tests 2019-03-29 17:32:21 +01:00
Alexandre Storelli 4b3f331a64 bugfix on ML model refresh during online analysis 2019-03-27 23:40:46 +01:00
Alexandre Storelli 322c07bb20 bugfix: softfail when the hotlist DB is temporarily not readable 2019-03-27 13:46:39 +01:00
Alexandre Storelli c51a6ee571 give a bit more weight to hotlist results 2019-03-26 23:36:49 +01:00
Alexandre Storelli 74c6eb4046 increase timeout for test/file 2019-03-26 23:35:42 +01:00
Alexandre Storelli 2d0ed189f6 change name of 'unsure' status to '9-unsure' 2019-03-22 16:07:20 +01:00
Alexandre Storelli 0db31b2b44 remove obsolete option 2019-03-22 16:06:15 +01:00
Alexandre Storelli 977f504c4e postProcessing: only display when relevant the warning about overwriting previous metadata 2019-03-22 15:30:16 +01:00
Alexandre Storelli 47071c931f Merge branch 'master' of ssh://github.com/dest4/adblockradio 2019-03-22 14:54:23 +01:00
Alexandre Storelli 68c4c36606 bump dependencies 2019-03-22 14:54:03 +01:00
Alexandre Storelli a8abec3fd3
Clearer installation instructions 2019-03-22 11:49:53 +01:00
Alexandre Storelli 281c2eba67
add circleci badge 2019-03-22 11:36:21 +01:00
Alexandre Storelli adbb0630d4 fix test for ML results 2019-03-22 11:26:28 +01:00
Alexandre Storelli 329534c9c5 update docker primary image 2019-03-22 11:15:23 +01:00
Alexandre Storelli 380e118256 circleci docker image: add missing dependency 2019-03-22 10:10:25 +01:00
Alexandre Storelli b27a5ffe77 build custom Docker image for CircleCI 2019-03-22 10:01:26 +01:00
Alexandre Storelli 151a02b74a draft of circleci config 2019-03-21 21:12:05 +01:00
Alexandre Storelli 22812bb998
Merge pull request #8 from adblockradio/mljs
Add test suite, add option to compute ML predictions with tensorflow.js
2019-03-21 21:02:01 +01:00
Alexandre Storelli ebbe01994d
Merge branch 'master' into mljs 2019-03-21 20:47:34 +01:00
Alexandre Storelli 2936a8909a bugfix in event scheduling. fix deprecated tfjs call 2019-03-21 20:42:26 +01:00
Alexandre Storelli 103966589e add option to use Python or JS Tensorflow for ML predictions 2019-03-21 19:56:23 +01:00
Alexandre Storelli 9f8162f37f add performance tests for ML part, commented out in production 2019-03-20 19:38:01 +01:00
Alexandre Storelli 3f2ead5701 add detailed performance tests for mfcc & tfjs, commented out in normal operations 2019-03-20 19:28:23 +01:00
Alexandre Storelli 9564e027b0 bump dependencies. minor bugfix 2019-03-13 14:28:06 +01:00
Alexandre Storelli 0b76231185 fix deprecated Buffer() call 2019-03-13 11:02:01 +01:00
Alexandre Storelli 8799b717d8 update requirements, document the presence of tests 2019-03-13 10:28:24 +01:00
Alexandre Storelli cd78782499 fix error message 2019-03-13 10:26:52 +01:00
Alexandre Storelli d2ce63377d new test for offline records processing. many tweaks to algo + other tests 2019-03-12 23:19:36 +01:00
Alexandre Storelli 55f7523487 add todo, tweak tests 2019-03-12 16:33:37 +01:00
Alexandre Storelli 8e603b32b5 add test for live stream analysis. bugfixes 2019-03-12 13:20:21 +01:00
Alexandre Storelli 770fafad46 test bugfix 2019-03-11 23:05:51 +01:00
Alexandre Storelli 783c1e8a6a add test for file analysis. hotlist output bugfix 2019-03-11 22:30:01 +01:00
Alexandre Storelli 2889e7de11 fix updates for tfjs models 2019-03-11 17:04:23 +01:00
Alexandre Storelli 3677f1c723 fix child process spawn path 2019-03-11 14:48:06 +01:00
Alexandre Storelli 3a25a7ae9e fix child process spawn path 2019-03-11 14:47:24 +01:00
Alexandre Storelli e5f1340675 put ml computations in a different thread 2019-03-11 14:08:40 +01:00
Alexandre Storelli f7b2ef34ac fix prediction on very short buffers 2019-03-07 14:48:51 +01:00
Alexandre Storelli 6967c32eae bugfix for stream analysis 2019-03-07 11:38:09 +01:00
Alexandre Storelli c66ab1e81e get rid of zerorpc postinstall for electron. yay! 2019-03-07 11:31:08 +01:00
Alexandre Storelli 6aab8c9e59 load model from local file. fix event flow. display computation time for file analysis 2019-03-06 21:18:46 +01:00
Alexandre Storelli 2117bfd06d
Merge branch 'master' into mljs 2019-03-06 20:31:17 +01:00
Alexandre Storelli a47b9f6be1 update documentation 2019-03-06 18:48:48 +01:00
Alexandre Storelli 640bad6b03 propagate changes in previous commit to analysis of files. download models before file analysis 2019-03-06 17:41:37 +01:00
Alexandre Storelli ffe742dea6 Merge branch 'master' of ssh://github.com/dest4/adblockradio 2019-03-06 17:18:23 +01:00