1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-08-17 06:00:33 +03:00
Commit Graph

289 Commits

Author SHA1 Message Date
louistiti
84aadc0245
refactor(server): string helper to singleton 2022-09-21 22:24:48 +08:00
louistiti
a5e48ec9e7
refactor(server): OS helper to singleton 2022-09-21 22:15:02 +08:00
louistiti
713ece380b
refactor(server): rename lang helper methods 2022-09-21 21:46:05 +08:00
louistiti
8d3aee8da7
refactor(server): lang helper to singleton 2022-09-21 21:31:19 +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
ef8374d03b
perf: improve scripts/lint 2022-09-20 21:47:29 +02:00
Divlo
285bfa6e78
refactor(server): add getSkillConfig 2022-09-20 21:43:34 +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
Divlo
c979a9ea08
refactor(server): lang helper to TypeScript 2022-09-16 17:17:54 +02:00
louistiti
6f7bcc5e37
refactor(server): skill domain helper to TypeScript 2022-09-13 23:06:57 +08:00
louistiti
dbd659d75f
feat: add OS info in the checking report 2022-09-13 00:45:23 +08:00
louistiti
ed97b9361f
feat: add spaCy model checking 2022-09-13 00:09:37 +08:00
louistiti
35a9f6e0ea
refactor(server): string helper to TypeScript 2022-09-12 16:00:46 +08:00
louistiti
49ffb0b1f3
style(server): typo 2022-09-04 14:25:41 +08:00
louistiti
4e7ee1bb5e
feat: make sure there is no .venv folder before the Python deps setup 2022-09-03 21:12:53 +08:00
louistiti
019c462bfa
feat: complete Prettier setup 2022-09-03 19:12:41 +08:00
louistiti
b9945729bb
feat: new ESLint config 2022-09-03 18:17:16 +08:00
louistiti
afdb71f766
perf: check Pipfile instead of Pipfile.lock to judge whether Python packages must be installed 2022-08-23 21:19:23 +08:00
louistiti
0580cfc54a
chore: upgrade to spaCy latest and PyTorch latest 2022-08-23 21:05:49 +08:00
Divlo
f507f6f7e4
fix(docker): usage of Ubuntu base image with pyenv and nvm (#408) 2022-08-23 20:59:09 +08:00
louistiti
f17b894907
refactor: legacy package/module naming to skills naming 2022-08-20 22:47:06 +08:00
louistiti
01f7515e6f
refactor: switch from skill NLU config to skill config naming 2022-08-20 22:35:34 +08:00
louistiti
65bfa6cf37
chore: enable site-packages for the virtual env 2022-07-27 22:51:42 +08:00
louistiti
fdf0a389b7
fix: check script with new intent-object format 2022-07-19 22:01:48 +08:00
louistiti
cfd8f7cbe5
fix: check new resolvers paths 2022-07-19 21:57:00 +08:00
louistiti
602604e437
feat: create new NLP skills resolvers model + NLP global resolvers model 2022-07-12 22:27:38 +08:00
louistiti
239ce6fb36
chore: add Leon version in check report 2022-07-09 19:07:17 +08:00
louistiti
6ed88a5946
feat: add Cartesian sample training on resolvers + enum entities 2022-07-02 01:42:23 +08:00
louistiti
eb5ade7684
feat: map skills resolvers intents 2022-07-01 01:07:48 +08:00
louistiti
82df0a3c23
feat: train skills resolvers and remap as per changes 2022-07-01 00:19:36 +08:00
louistiti
e37526d905
feat(server): introduce main NLP model and resolvers NLP model 2022-06-30 22:35:54 +08:00
louistiti
07743657cd
BREAKING: remove legacy packages 2022-06-26 23:11:37 +08:00
louistiti
a1e9011d5d
feat: achieve Cartesian training 2022-06-26 17:37:21 +08:00
louistiti
e3b20a320d
chore: add global entities logs on training phase 2022-06-26 17:28:19 +08:00
louistiti
2e66be25ef
refactor: train global entities at a higher level 2022-06-26 12:01:43 +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
3713521b08
refactor: move up /server/src/config to /core level 2022-06-19 23:57:36 +08:00
louistiti
10d10a1690
feat: support dynamic variables on skill NLU settings for logic type 2022-06-12 10:49:07 +08:00
louistiti
567b030c4f
feat(server): support on-the-fly entity annotation for built-in entities 2022-06-11 07:54:20 +08:00
louistiti
6712ae5539
fix(server): context switching on action loop 2022-06-06 23:42:36 +08:00
louistiti
e88495a9a9
feat: start to map resolvers between the core and skills 2022-05-23 22:33:56 +08:00
louistiti
993d52e868
feat: train affirmation and denial resolver 2022-05-23 22:23:32 +08:00
louistiti
250e16e4e4
refactor: rename "source" to "item" 2022-05-08 11:31:05 +08:00
louistiti
05e0911009
chore: upgrade spaCy to 3.3.0 2022-05-05 21:26:02 +08:00
louistiti
7a9db1363d
chore: require Python 3.9.10 to run 2022-05-01 10:53:52 +08:00
louistiti
fa4bd6a8a1
Merge branch 'develop' into from-modules-to-skills 2022-04-11 22:53:52 +08:00
louistiti
3dd9039678
fix: use ports.ubuntu.com mirror for the offline TTS [skip ci] 2022-04-11 22:53:26 +08:00
louistiti
8e1868798c
feat(server): when a context is activated, pick up the most probable classification 2022-04-06 01:44:40 +08:00
louistiti
860571bcb6
refactor: persistent entities in dynamic contexts (wip) 2022-04-05 20:27:15 +08:00
louistiti
68e40f65df
feat(server): forward slots to skill + add original utterance 2022-04-01 00:45:07 +08:00
louistiti
7513aa7d20
fix: set skill config only when a bridge is set 2022-03-29 20:04:55 +08:00
louistiti
77ebaf4a9c
feat(server): from modules to skills with type at the actions level 2022-03-28 00:27:42 +08:00
louistiti
81c7eb83c5
refactor(server): move from skill type to action type 2022-03-28 00:01:57 +08:00
louistiti
1ece25a497
feat(server): unstack oldest context 2022-03-27 12:30:34 +08:00
louistiti
2a535a8898
refactor(server): start slot filling / context refactor (wip) 2022-03-27 01:32:12 +08:00
louistiti
8257eb8792
feat(server): context setup with slot for each conversation (wip) 2022-03-27 01:05:56 +08:00
louistiti
960a6dc71c
feat(server): resolve slots from slot filling 2022-03-26 19:51:50 +08:00
louistiti
3bbc2f8a25
feat(server): pickup questions for slot filling 2022-03-26 17:36:21 +08:00
louistiti
1d9b18093b
feat(server): main slots structure (wip) 2022-03-22 22:43:57 +08:00
louistiti
334bf393f2
feat(server): introduce resolvers for slot filling (wip) 2022-03-22 00:39:36 +08:00
louistiti
95bfcfe422
feat(server): slot filling PoC (tmp wip) 2022-03-21 00:01:44 +08:00
louistiti
a9a43ac478
feat(server): context (wip) 2022-03-13 18:30:45 +08:00
louistiti
a808742c92
feat(server): support multi languages on TCP server 2022-03-06 02:33:32 +08:00
louistiti
caa86fc8a6
feat: introduce spaCy for complete NER (wip) 2022-03-05 01:43:49 +08:00
louistiti
9ce9a8bc4f
fix: only set skill config when it is a logic type 2022-03-02 01:08:03 +08:00
louistiti
f4f9fff978
feat: share data across domains 2022-03-02 01:00:55 +08:00
louistiti
0367b44f21
feat: dynamic variable binding on NLG 2022-03-02 00:16:03 +08:00
louistiti
3ca48265e7
feat(server): deep data mapping on enum NER 2022-02-28 01:00:01 +08:00
louistiti
8f2f935b94
feat(server): NLG and entities mapping 2022-02-27 16:32:01 +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
98a0382103
refactor: stop crash on brain + new skills DB calls 2022-02-20 19:25:08 +08:00
louistiti
b775ec4e9d
refactor: continue from modules to skills transition 2022-02-17 20:10:42 +08:00
louistiti
cad072c3a6
refactor: skills over HTTP 2022-02-16 22:28:05 +08:00
louistiti
963e4de8df
refactor: setup skills config with skill friendly name naming 2022-02-16 21:16:57 +08:00
louistiti
dc80135cd0
refactor: setup skills config 2022-02-16 21:08:47 +08:00
louistiti
d8023308d0
feat: new NLP training 2022-02-13 12:20:27 +08:00
louistiti
fe90c68ea0
feat(server): bootstrap skill structure 2022-02-13 07:48:45 +08:00
louistiti
f24513a223
feat(server): on-the-fly language switching 2022-02-13 01:42:29 +08:00
louistiti
34b2aa5655
feat(server): new NLP containers 2022-02-12 19:10:27 +08:00
louistiti
ca3f5f42da
feat(server): (WIP) NLU refactoring 2022-02-11 21:34:39 +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
94eebbbf20
chore: add tag prefix on new version on changelog diff URL [skip ci] 2022-02-08 11:09:09 +08:00
louistiti
d265377a43
fix: do not ask to regenerate the HTTP API key if this one isn't available yet 2022-02-04 14:02:07 +08:00
louistiti
c6c0129158
fix: Python deps tree check 2022-02-04 13:44:40 +08:00
louistiti
2d0b0f1365
perf: check if Python deps tree has been updated before going through deps install 2022-02-04 13:33:32 +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
Louis Grenard
4d644ce3fd
Merge branch 'develop' into develop 2022-01-31 06:10:57 +00:00
johba
f563d01d07
fix: hotword offline (#342) 2022-01-31 12:09:54 +08:00
louistiti
3ec38bfb6b
refactor(server): add /api/ on HTTP API endpoints 2022-01-28 18:34:35 +08:00
louistiti
3ce5b74e94
Merge branch 'develop' into over-http 2022-01-25 20:21:10 +08:00
Johann Barbie
b1c6f5c883 fix: addressed comments by @JRMeyer 2022-01-24 08:20:04 +01:00
Johann Barbie
04d6228841 fix: allow to detect STT offline capabilities 2022-01-23 18:00:06 +01:00
Johann Barbie
86a4816b77 feat: simple coqui-ai stt integration 2022-01-23 12:50:51 +01:00
louistiti
e6246d1f8f
fix: Amazon Polly is always configured on check script due to new structure 2022-01-17 21:46:08 +08:00
louistiti
d10a7fa788
feat: HTTP API key generator 2022-01-16 22:22:49 +08:00
louistiti
82fb967af8
feat(server): handle built-in and trim entities over HTTP + add "disabled" HTTP API action option 2022-01-09 21:03:28 +08:00
louistiti
2e5b2c59da
feat(server): execute modules over HTTP 2022-01-09 02:32:02 +08:00
louistiti
cc0fb92351
feat: avoid unnecessary routes generation 2022-01-08 19:55:26 +08:00
louistiti
5b41713a68
feat(server): generate Fastify routes on the file to expose packages over HTTP 2021-12-30 23:06:30 +08:00
louistiti
c86a0df3f4
chore: resetup Husky 2021-12-27 22:57:06 +08:00
louistiti
920b4b2a4f
fix: linter 2021-12-27 18:02:32 +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
e1d5bed3e6
fix(server): make use of Basic plugin from the main NLP container 2021-04-03 10:59:07 +08:00
louistiti
99dba81122
refactor(server): switch from classifier to NLP model 2021-04-01 17:24:59 +08:00
louistiti
8a9f018b18
refactor(server): make use of NLP sub package instead of the monolith one 2021-03-28 13:02:54 +08:00
louistiti
17d547c6c6
chore: upgrade node-nlp to latest 2021-03-22 09:26:20 +08:00
louistiti
8c29dce0c6
chore: migrate from CircleCI to GitHub Actions 2021-03-21 14:58:14 +08:00
louistiti
c6f1126a5c
chore: remove --skip-lock on pipenv install 2021-03-16 21:28:59 +08:00
louistiti
a777ce36af
style: fix new linting 2021-03-16 01:39:52 +08:00
louistiti
00c475ea00
refactor(web app): introduce Vite 2021-03-16 01:11:40 +08:00
louistiti
297fd75ced
refactor(server): offline text-to-speech with latest DeepSpeech model 2021-03-06 13:04:24 +08:00
louistiti
f5debe3bb5
chore: upgrade execa to latest and adapt to new API 2021-03-04 22:49:52 +08:00
louistiti
7b74c0337b
chore: remove commit-msg git hook script 2021-03-04 19:42:12 +08:00
louistiti
328eeff144 style: semicolons and comments clean up 2021-03-02 17:02:55 +08:00
Louistiti
56c7cb25cb fix(server): DeepSpeech setup on 0.5.0 2019-06-18 20:53:20 +02:00
Louistiti
b9f4079bda chore: upgrade DeepSpeech to 0.5.0 2019-06-18 18:13:03 +02:00
Louistiti
d91a62ea7e build: merge To-Do List module 2019-06-08 15:18:24 +08:00
Louistiti
5a7d369122 chore: no need to mention Node.js version for the hotword node 2019-06-08 12:55:48 +08:00
Louistiti
7499e06c68 chore: support Python 3+ range 2019-06-08 11:33:22 +08:00
Louistiti
182089b57a test(package/calendar): done 2019-06-06 23:15:33 +08:00
Louistiti
d38e6095f9 fix: take .env in consideration when using Docker 2019-06-06 09:06:48 +08:00
Louistiti
cdef5f8d15 refactor: remove web app env variables 2019-05-25 12:16:10 +08:00
Louistiti
7c4403fdaf refactor: give a try for better reverse proxy 2019-05-20 08:24:59 +08:00
Louistiti
b449376f61 feat(server): introduce actions module 2019-05-03 23:31:09 +08:00
Louistiti
815f8c9ba6 chore: use right release tags to compare 2019-04-24 07:19:01 +08:00
Louistiti
ecfdc73f82 fix(server): skip Pipenv locking until they fix it 2019-03-31 17:54:35 +08:00
Louistiti
7d5a35c9fc refactor(server): use full query object path as child process arg 2019-03-02 16:41:35 +08:00
Louistiti
fb987b5e30 refactor(server): give query object file in child process arg 2019-03-02 12:54:25 +08:00
Louistiti
6585db718c feat: NLU improvement with node-nlp 2019-02-28 22:08:37 +08:00
ctombumila37
a438d6f942 fix(web app): enable environment variables
Enable environment variables by pulling in 'envify' as a dependency.
'envify' loads a file named '.env' lying in the leon root directory and
replaces any occurence of process.env.FOO by the corresponding entry in
'.env'.
2019-02-24 15:20:03 +08:00
Louistiti
194abd64d7 refactor(server): update DeepSpeech from 0.4.0 to 0.4.1 2019-02-20 21:08:33 +08:00
Louistiti
ed093bf654 chore: init 2019-02-10 20:26:50 +08:00