thevickypedia / Jarvis

Fully Functional Voice Based Natural Language UI
https://jarvis-health.vigneshrao.com
MIT License
207 stars 41 forks source link

A Small Doubt #13

Closed ArivAfonso closed 3 years ago

ArivAfonso commented 3 years ago

What are you supposed to write for the offline_receive_user, offline_receive_pass and offline_sender functions in helper_fuctions.aws_clients. A name or a phone number?

Are you supposed to write a date(12.08.2020) or a word(12th August 2020) for the birthday function?

PS: Skip to 4:35 in this youtube video:- https://www.youtube.com/watch?v=d_4YJQsaAZ8 J actually does have print() functions

PPS: I thought it is quite ironic that this Jarvis runs on AWS while Ironman uses Oracle for his Jarvis in Ironman 2

ArivAfonso commented 3 years ago

Exactly where in the docs is the definition of converted.replace()?

ArivAfonso commented 3 years ago

Can you also pls tell me why chatter_bot function not available for windows?

thevickypedia commented 3 years ago

Exactly where in the docs is the definition of converted.replace()?

converted is a str so .replace should follow one another. Refer to the docs here

thevickypedia commented 3 years ago

@ariv797 There are some libraries for which dependencies fail to get installed in chatbot for windows. You can try to reproduce it trying chatbot as a separate project on a windows machine. They might have fixed the issue with the recent commit, I'd like to remove the entire chatbot feature from Jarvis as it provides very less to no value.