Commit Graph

  • cdca322339 Improved current_song.intent Mathieu B 2021-07-31 13:32:38 +0200
  • b74d734bbf grammar readme Mathieu B 2021-07-31 13:25:43 +0200
  • 95b5f39381 Improved spotify resume/pause intent Mathieu B 2021-07-31 13:25:37 +0200
  • 411ddec237 Integration with the Client Speech to Text working :) (also moved flask related methods to flask_utils.py) Mathieu B 2021-07-31 12:57:23 +0200
  • f92628f263 added speechrecognition to requirements Mathieu B 2021-07-31 12:56:17 +0200
  • ad9033db33 set comment about wikipedia test to working in main Mathieu B 2021-07-31 11:18:16 +0200
  • b0990f7ea1 Wikipedia skill now working (added translate module aswell) Mathieu B 2021-07-30 21:13:06 +0200
  • b5302bd773 added a fake emails generator to bypass some api rate limits Mathieu B 2021-07-30 21:12:28 +0200
  • 88a232a706 using new method from language_utils and removed tests Mathieu B 2021-07-30 21:12:13 +0200
  • e50a411a49 added method to get only a language country code (fr for fr-fr, etc) Mathieu B 2021-07-30 21:11:49 +0200
  • bc35c1865d Improved wikipedia search skill Mathieu B 2021-07-30 20:11:22 +0200
  • 46eac25370 Improved wikipedia search skill Mathieu B 2021-07-30 20:10:39 +0200
  • 069ec611d9 Improved wikipedia search skill Mathieu B 2021-07-30 20:09:11 +0200
  • 3e7e5288d4 Improved spotify play skill Mathieu B 2021-07-30 19:58:58 +0200
  • d1ddb1664c Improved spotify intent and added result (json) response in RESTAPI Mathieu B 2021-07-30 14:10:35 +0200
  • 1695cd2903 Removed old intent process for RESTAPI and started working on wikipedia skill Mathieu B 2021-07-30 12:54:25 +0200
  • 6e28b7076e (IMPORTANT) Removed old AI training model and old intents Mathieu B 2021-07-30 12:37:16 +0200
  • 06f8d60d26 Fixed issue where self was None on skill handle Mathieu B 2021-07-30 12:31:59 +0200
  • 572e89794a Added create_skill to spotify skill and wikipedia Mathieu B 2021-07-30 12:28:42 +0200
  • 9be10ee6c5 Added "what's the current song" for spotify skill Mathieu B 2021-07-30 12:27:42 +0200
  • aa9979e5e0 Added "what's the current song" for spotify skill Mathieu B 2021-07-30 10:14:18 +0200
  • bcc44f9fbd Disabled all tests recognise in main.py Mathieu B 2021-07-29 23:29:53 +0200
  • 42a3323a6b Pause music handler and finished play_a_song handler, both work fine. Mathieu B 2021-07-29 23:29:42 +0200
  • d216760cec Fixed grammar and debug lines Mathieu B 2021-07-29 23:29:02 +0200
  • d04da4da84 Added pause music intent Mathieu B 2021-07-29 23:28:41 +0200
  • 63b064e577 Removed model entry starting with "Mets {song}" (causes issues with others) Mathieu B 2021-07-29 23:28:15 +0200
  • 9bf3e090bb Fully working spotify song query (added spotipy) Mathieu B 2021-07-29 23:04:31 +0200
  • 6c92269d35 Added spotify client id and secret in config/secrets Mathieu B 2021-07-29 23:03:48 +0200
  • 81e7f4efc3 Updated spotify play_a_song model Mathieu B 2021-07-29 23:03:25 +0200
  • 46c5b86f7c Added lingua-franca Mathieu B 2021-07-29 23:03:01 +0200
  • 568f6a3fce Added data sent to the handlers (+fix utterance list/str) Mathieu B 2021-07-29 23:02:43 +0200
  • d7163ac7de Complete padatious support for skills and clearer separation between adapt and padatious in various class like intent_manager.py or Skill.class Mathieu B 2021-07-29 20:16:22 +0200
  • fe76f2bad3 Trying to move spotify skill to padatious and looks promising (test.py) Mathieu B 2021-07-29 14:57:55 +0200
  • 892e1c8cfe Added padatious to readme and requirements + re-added handle to intent manager. Mathieu B 2021-07-29 14:08:36 +0200
  • 837b87a41d Added spotify skill (not really working atm... issue with regexs) Mathieu B 2021-07-29 12:35:07 +0200
  • a3e1da051b Replace old joke skill by new one and a few tests in main.py Mathieu B 2021-07-28 23:15:27 +0200
  • 5d7ff0c15c Fixed domain using fixed string instead of parameter domain Mathieu B 2021-07-28 23:13:53 +0200
  • 5513268a97 Added speak method in skill (not usable for now) + fix properties crash Mathieu B 2021-07-28 23:13:08 +0200
  • cb4e5ee7d8 Added intent name in log Mathieu B 2021-07-28 21:44:48 +0200
  • 1d775135c2 Shortened the init of a skill Mathieu B 2021-07-28 20:35:20 +0200
  • dc42b827fb Complete handling of intent with @intent_manager on top of method (woohoo) Mathieu B 2021-07-28 19:31:47 +0200
  • 3372594987 Added register_intent in Skill class and grammar Mathieu B 2021-07-28 18:05:34 +0200
  • 1e9f9cd0ba Fixed the skill system (I don't know how, luck probably) Mathieu B 2021-07-28 17:56:05 +0200
  • 36a17ff425 Whole new skill system (starting wikipedia skill) BUT DOESN'T WORK SEE TODO Mathieu B 2021-07-27 23:10:01 +0200
  • 6f75239397 spacy starting warning log Mathieu B 2021-07-27 18:07:51 +0200
  • dc23d6a80a Optimised spacy first loading Mathieu B 2021-07-27 18:07:04 +0200
  • d9cf5e56de Added auto spacy model based on language Mathieu B 2021-07-27 17:55:20 +0200
  • ab86509e61 Moved everything to jarvis/... and added spacy for stopwords Mathieu B 2021-07-27 17:44:51 +0200
  • 3bf6737f45 Added NLP Utils to remove stopwords for example Mathieu B 2021-07-27 17:00:06 +0200
  • 17acd5e05d Removed useless init.py and moved the jokes api token in the secrets Mathieu B 2021-07-27 16:38:51 +0200
  • ca91994975 removed test print Mathieu B 2021-07-27 16:28:28 +0200
  • 2990a9e464 Added get_language instead of config.get("LANGUGE") Mathieu B 2021-07-27 16:27:55 +0200
  • 775e0fbfdf Fixed error on train after renaming to skills Mathieu B 2021-07-27 12:39:39 +0200
  • 7f7feb27e9 Renamed intents for skills Mathieu B 2021-07-27 12:37:09 +0200
  • 53da5409b4 Added jokes Mathieu B 2021-07-26 22:46:47 +0200
  • db13666d57 Added support for "what day are we" Mathieu B 2021-07-26 22:07:51 +0200
  • cae27505fc Stop process if tag is 'dont_understand' and process the intent dynamically from the path Mathieu B 2021-07-26 21:50:14 +0200
  • 7926df3740 Retrained model Mathieu B 2021-07-26 21:49:21 +0200
  • b0cb9b7875 Implemented all (most) of the NLTK supported languages from the config Mathieu B 2021-07-26 21:49:03 +0200
  • 1e7f1529d2 Support for 12hour format from config file for what_time_is_it intent Mathieu B 2021-07-26 21:48:23 +0200
  • 37678cb247 Implemented language in config and 12hours-format aswell Mathieu B 2021-07-26 21:48:04 +0200
  • 708ea65163 Add "import method from string" in new utils file Mathieu B 2021-07-26 20:55:36 +0200
  • be01ac4b27 add get_path from intent tag Mathieu B 2021-07-26 20:55:02 +0200
  • f082471107 Sentence processing can now be used with the REST API Mathieu B 2021-07-26 19:52:20 +0200
  • 06b8be8026 Fully working training and sentence recognition from the model, added stuff to README and requirements Mathieu B 2021-07-26 19:39:24 +0200
  • a6ad82e284 Added basic README Mathieu B 2021-07-26 18:35:44 +0200
  • 8131b046b2 Base Mathieu B 2021-07-26 18:23:32 +0200