1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-09-20 14:27:40 +03:00
Commit Graph

58 Commits

Author SHA1 Message Date
louistiti
f68da11f6b
refactor(server): make use of node:* import for all Node.js built-in modules 2022-09-26 23:28:25 +08:00
louistiti
46c0b579aa refactor(server): OS helper to static class 2022-09-26 21:32:59 +08:00
louistiti
a80e8ba65d refactor(server): log helper to static class 2022-09-26 21:29:56 +08:00
louistiti
88d86117ac refactor(server): loader helper to static class 2022-09-26 21:24:07 +08:00
louistiti
afec850fc9 refactor(server): date helper to static class 2022-09-26 21:13:33 +08:00
louistiti
9065d713e9
refactor(server): string helper from singleton to static 2022-09-26 00:44:40 +08:00
louistiti
cc317842d8
chore: clean up ESLint comments and new Prettier/ESLint script 2022-09-21 23:29:29 +08:00
louistiti
a5e48ec9e7
refactor(server): OS helper to singleton 2022-09-21 22:15:02 +08:00
louistiti
f21e43c16a
refactor(server): date helper to singleton 2022-09-21 20:43:50 +08:00
louistiti
4f1683dc55
refactor(server): capitalize singleton helpers instance constants 2022-09-21 20:25:00 +08:00
Divlo
c68b16191a
chore: remove unneeded eslint disable comments 2022-09-20 21:49:41 +02:00
Divlo
a28eede95b
refactor(server): os helper to TypeScript 2022-09-20 21:34:56 +02:00
Divlo
949138627e
refactor(server): loader helper to TypeScript 2022-09-16 20:58:24 +02:00
Divlo
b7f20710db
refactor(server): log helper to TypeScript 2022-09-16 19:36:58 +02:00
louistiti
6dbe1e514f
refactor(server): date helper to TypeScript 2022-09-12 10:41:16 +08:00
louistiti
019c462bfa
feat: complete Prettier setup 2022-09-03 19:12:41 +08:00
louistiti
4107932d00
feat: annotate entities on the fly + prepare for dialog skill type and cross-domains data 2022-02-22 22:31:06 +08:00
louistiti
f24513a223
feat(server): on-the-fly language switching 2022-02-13 01:42:29 +08:00
louistiti
763d19069b
refactor(server): expressions to utterance samples 2022-02-10 22:11:17 +08:00
louistiti
226468f6ab
refactor(server): query to utterance 2022-02-10 21:47:43 +08:00
louistiti
aa0136baec
test(server): e2e modules fix due to breaking changes 2022-02-03 20:42:31 +08:00
louistiti
1535fa67ac
test(server): over HTTP unit testing 2022-02-03 19:37:56 +08:00
louistiti
5c88c134f4
Merge branch 'develop' into over-http 2022-02-02 18:37:00 +08:00
louistiti
7039918760
feat(server): make Coqui STT the default STT solution 2022-01-31 14:43:54 +08:00
louistiti
cdf4149939
feat(server): add HTTP API key middleware 2022-01-18 21:57:35 +08:00
louistiti
d23ea0e289
chore: upgrade Socket.IO deps to latest 2021-12-27 19:46:18 +08:00
louistiti
02f766d6a8
fix: jest-extended new setup due to latest update 2021-12-27 19:02:46 +08:00
louistiti
aa9a494a4b
chore: upgrade Jest deps to latest 2021-12-27 18:37:42 +08:00
louistiti
13f5a49f67
perf: Windows setup on DeepSpeech dep removal 2021-12-27 17:54:50 +08:00
louistiti
ddfebb0d74
refactor: remove training type 2021-12-27 17:09:12 +08:00
louistiti
81ec213ff2
chore: use different modules DBs while testing and flush them at the end of the tests 2021-04-05 11:46:42 +08:00
louistiti
86dd7fae91
chore: force Jest to exit if a process is still running 2021-04-03 11:43:55 +08:00
louistiti
fcdc0820cf
test(server): adjust server unit tests 2021-04-02 19:02:37 +08:00
louistiti
f9b67badd8
Merge branch 'wip-new-nlp' into develop 2021-04-02 17:34:42 +08:00
louistiti
6501a2f6c4
test(server): review according to new NLP 2021-04-02 17:32:23 +08:00
louistiti
99dba81122
refactor(server): switch from classifier to NLP model 2021-04-01 17:24:59 +08:00
louistiti
ed7f0bf455
refactor(server): make new NLU and NER compatible 2021-04-01 17:07:09 +08:00
divlo
71f47ef898 chore: migrate from express to fastify 2021-03-22 20:23:23 +01:00
louistiti
83dff5b47b
chore: disable Jest notifications 2021-03-21 15:09:18 +08:00
louistiti
8c29dce0c6
chore: migrate from CircleCI to GitHub Actions 2021-03-21 14:58:14 +08:00
louistiti
a777ce36af
style: fix new linting 2021-03-16 01:39:52 +08:00
louistiti
297fd75ced
refactor(server): offline text-to-speech with latest DeepSpeech model 2021-03-06 13:04:24 +08:00
louistiti
636602750a
test(server): fix removed require.requireActual() to jest.requireActual 2021-03-04 20:17:16 +08:00
louistiti
0e093da5af
chore: remove strict mode 2021-03-03 17:09:31 +08:00
Louistiti
77669cf3aa refactor: major improvement of the After Speech feature 2019-06-08 20:11:02 +08:00
Louistiti
cdef5f8d15 refactor: remove web app env variables 2019-05-25 12:16:10 +08:00
Louistiti
9071c92790 fix: spinner test 2019-05-21 14:41:22 +08:00
Louistiti
815dbc9e2e test(server): NER done 2019-05-11 23:37:59 +08:00
Louistiti
8a68440221 test(server): add new string helpers unit tests 2019-05-11 19:39:38 +08:00
Louistiti
226b410639 test(server): fix fallbacks unit tests 2019-05-11 19:31:35 +08:00