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

71 Commits

Author SHA1 Message Date
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