Commit Graph

80 Commits

Author SHA1 Message Date
Mathieu B
2a73291fa0 Fixed issue with on giving client ip and port to the intent handler 2021-08-01 11:56:38 +02:00
Mathieu B
7dc92de383 Added data in create_skill and skill init (for client ip, port and more) 2021-08-01 11:48:57 +02:00
Mathieu B
59029f8398 added working opentts integration 2021-08-01 11:48:33 +02:00
Mathieu B
217f6d881c call intent_manager.recognise method with client ip and port 2021-08-01 11:47:51 +02:00
Mathieu B
b9c1cfae9a added data (client_ip and port) to recognise and handle methods in intent_manager 2021-08-01 11:47:16 +02:00
Mathieu B
664ef7a957 removed test speak from main.py 2021-08-01 11:46:32 +02:00
Mathieu B
33b4dbc8fc improved spotify pause_music and resume_music 2021-08-01 11:46:22 +02:00
Mathieu B
9d1b844667 moved todo 2021-08-01 11:46:04 +02:00
Mathieu B
314bf9db8d remove unused values in config.json 2021-08-01 11:02:14 +02:00
Mathieu B
1f248d74c4 Tried TTS with Larynx 2021-08-01 09:58:09 +02:00
Mathieu B
b8a17164f8 Tried TTS with Larynx 2021-08-01 09:58:05 +02:00
Mathieu B
3f64aa6659 moved main.app to flask_utils.app 2021-07-31 20:38:00 +02:00
Mathieu B
c60f57afd8 Improved play_a_song.intent from spotify skill 2021-07-31 19:34:42 +02:00
Mathieu B
cdca322339 Improved current_song.intent 2021-07-31 13:32:38 +02:00
Mathieu B
b74d734bbf grammar readme 2021-07-31 13:25:43 +02:00
Mathieu B
95b5f39381 Improved spotify resume/pause intent 2021-07-31 13:25:37 +02:00
Mathieu B
411ddec237 Integration with the Client Speech to Text working :) (also moved flask related methods to flask_utils.py) 2021-07-31 12:57:23 +02:00
Mathieu B
f92628f263 added speechrecognition to requirements 2021-07-31 12:56:17 +02:00
Mathieu B
ad9033db33 set comment about wikipedia test to working in main 2021-07-31 11:18:16 +02:00
Mathieu B
b0990f7ea1 Wikipedia skill now working (added translate module aswell) 2021-07-30 21:13:06 +02:00
Mathieu B
b5302bd773 added a fake emails generator to bypass some api rate limits 2021-07-30 21:12:28 +02:00
Mathieu B
88a232a706 using new method from language_utils and removed tests 2021-07-30 21:12:13 +02:00
Mathieu B
e50a411a49 added method to get only a language country code (fr for fr-fr, etc) 2021-07-30 21:11:49 +02:00
Mathieu B
bc35c1865d Improved wikipedia search skill 2021-07-30 20:11:22 +02:00
Mathieu B
46eac25370 Improved wikipedia search skill 2021-07-30 20:10:39 +02:00
Mathieu B
069ec611d9 Improved wikipedia search skill 2021-07-30 20:09:11 +02:00
Mathieu B
3e7e5288d4 Improved spotify play skill 2021-07-30 19:58:58 +02:00
Mathieu B
d1ddb1664c Improved spotify intent and added result (json) response in RESTAPI 2021-07-30 14:10:35 +02:00
Mathieu B
1695cd2903 Removed old intent process for RESTAPI and started working on wikipedia skill 2021-07-30 12:54:25 +02:00
Mathieu B
6e28b7076e (IMPORTANT) Removed old AI training model and old intents 2021-07-30 12:37:16 +02:00
Mathieu B
06f8d60d26 Fixed issue where self was None on skill handle 2021-07-30 12:31:59 +02:00
Mathieu B
572e89794a Added create_skill to spotify skill and wikipedia 2021-07-30 12:28:42 +02:00
Mathieu B
9be10ee6c5 Added "what's the current song" for spotify skill 2021-07-30 12:27:42 +02:00
Mathieu B
aa9979e5e0 Added "what's the current song" for spotify skill 2021-07-30 10:14:18 +02:00
Mathieu B
bcc44f9fbd Disabled all tests recognise in main.py 2021-07-29 23:29:53 +02:00
Mathieu B
42a3323a6b Pause music handler and finished play_a_song handler, both work fine. 2021-07-29 23:29:42 +02:00
Mathieu B
d216760cec Fixed grammar and debug lines 2021-07-29 23:29:02 +02:00
Mathieu B
d04da4da84 Added pause music intent 2021-07-29 23:28:41 +02:00
Mathieu B
63b064e577 Removed model entry starting with "Mets {song}" (causes issues with others) 2021-07-29 23:28:15 +02:00
Mathieu B
9bf3e090bb Fully working spotify song query (added spotipy) 2021-07-29 23:04:31 +02:00
Mathieu B
6c92269d35 Added spotify client id and secret in config/secrets 2021-07-29 23:03:48 +02:00
Mathieu B
81e7f4efc3 Updated spotify play_a_song model 2021-07-29 23:03:25 +02:00
Mathieu B
46c5b86f7c Added lingua-franca 2021-07-29 23:03:01 +02:00
Mathieu B
568f6a3fce Added data sent to the handlers (+fix utterance list/str) 2021-07-29 23:02:43 +02:00
Mathieu B
d7163ac7de Complete padatious support for skills and clearer separation between adapt and padatious in various class like intent_manager.py or Skill.class 2021-07-29 20:16:22 +02:00
Mathieu B
fe76f2bad3 Trying to move spotify skill to padatious and looks promising (test.py) 2021-07-29 14:57:55 +02:00
Mathieu B
892e1c8cfe Added padatious to readme and requirements + re-added handle to intent manager. 2021-07-29 14:08:36 +02:00
Mathieu B
837b87a41d Added spotify skill (not really working atm... issue with regexs) 2021-07-29 12:35:07 +02:00
Mathieu B
a3e1da051b Replace old joke skill by new one and a few tests in main.py 2021-07-28 23:15:27 +02:00
Mathieu B
5d7ff0c15c Fixed domain using fixed string instead of parameter domain 2021-07-28 23:13:53 +02:00