1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-10-27 02:30:35 +03:00
Commit Graph

72 Commits

Author SHA1 Message Date
louistiti
c8bc9ecbb0
refactor(server): HTTP server; brain entries; STT parsers; TTS synthesizers (WIP) 2023-02-03 00:14:23 +08:00
louistiti
19ce6eb9c2
refactor(server): socket server and brain (WIP) 2022-11-20 23:21:06 +08:00
louistiti
69e90c3b5f
refactor(server): HTTP server and structure (wip) 2022-11-14 00:49:24 +08:00
louistiti
3f8027af2a
refactor: from superagent to axios 2022-10-23 10:55:03 +08:00
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
f17b894907
refactor: legacy package/module naming to skills naming 2022-08-20 22:47:06 +08:00
louistiti
aa995d46c8
refactor: move up the rest of the config to the higher level 2022-06-20 21:17:30 +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
7bdbd0dcd0
chore: more explicit comment on over HTTP test 2022-02-03 21:46:13 +08:00
louistiti
58f5f2d21c
test(server): add minimal e2e tests for over HTTP 2022-02-03 21:44:49 +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