This is a kind of video that deserve an update using latest version and many applauses.
@tranbaoan5752 Жыл бұрын
Hey bro, Build html web and then upload it to the internet with rasa chatbot, should you use Hosting or VPS? I try with Hosting but how do I run rasa server to see chatbot's UI
@rohitrajjalheria1942 Жыл бұрын
I am getting an error while running the code at 22:28. IT says: TypeError: load() got an unexpected keyword argument 'parser' I tried figuring this out but could not. Can you help me with this. As per my understanding, i believe this error occured due to version compatibility, but still could not figure out. PLease help.
@rohitrajjalheria1942 Жыл бұрын
woeking on Mac M2.
@Eng-py5yh Жыл бұрын
When I typed the command "python nlu_model.py" I got the following error: Traceback (most recent call last): File "nlu_model.py", line 18, in <module> run_nlu() File "nlu_model.py", line 13, in run_nlu interpreter = Interpreter.load('./models/nlu/default/weathernlu', RasaNLUConfig('config_spacy.json')) File "C:\Users\dell\AppData\Local\Programs\Python\Python36\lib\site-packages asa_nlu\model.py", line 230, in load skip_valdation) File "C:\Users\dell\AppData\Local\Programs\Python\Python36\lib\site-packages asa_nlu\model.py", line 258, in create model_metadata, config=config, **context) File "C:\Users\dell\AppData\Local\Programs\Python\Python36\lib\site-packages asa_nlu\components.py", line 284, in load_component model_metadata, cached_component, **context) File "C:\Users\dell\AppData\Local\Programs\Python\Python36\lib\site-packages asa_nlu egistry.py", line 151, in load_component_by_name return component_clz.load(model_dir, metadata, cached_component, **kwargs) File "C:\Users\dell\AppData\Local\Programs\Python\Python36\lib\site-packages asa_nlu\utils\spacy_utils.py", line 104, in load nlp = spacy.load(model_metadata.get("spacy_model_name"), parser=False) TypeError: load() got an unexpected keyword argument 'parser' although I followed the steps in the video step by step
@punisherjones6795 Жыл бұрын
Can you do a tutorial on building a chatbot using ontology AI NLP ML?
@sasikalad35892 жыл бұрын
This is really helpful. Thanks alot!
@gamez4472 жыл бұрын
How to reduce rasa voice playback speed
@gamez4472 жыл бұрын
How to change rasa playback speed
@mohamedbadawi14392 жыл бұрын
Very helpful . Thanks
@szachynakubie49552 жыл бұрын
thank you
@divyangalokuhetti13553 жыл бұрын
ERROR: Could not find a version that satisfies the requirement matplotlib==1.5.3 (from versions: 0.86, 0.86.1, 0.86.2, 0.91.0, 0.91.1, 1.0.1, 1.1.0, 1.1.1, 1.2.0, 1.2.1, 1.3.0, 1.3.1, 1.4.0, 1.4.1rc1, 1.4.1, 1.4.2, 1.4.3, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 2.0.0b1, 2.0.0b2, 2.0.0b3, 2.0.0b4, 2.0.0rc1, 2.0.0rc2, 2.0.0, 2.0.1, 2.0.2, 2.1.0rc1, 2.1.0, 2.1.1, 2.1.2, 2.2.0rc1, 2.2.0, 2.2.2, 2.2.3, 2.2.4, 2.2.5, 3.0.0rc2, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.1.0rc1, 3.1.0rc2, 3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.2.0rc1, 3.2.0rc3, 3.2.0, 3.2.1, 3.2.2, 3.3.0rc1, 3.3.0, 3.3.1, 3.3.2, 3.3.3, 3.3.4, 3.4.0rc1, 3.4.0rc2, 3.4.0rc3, 3.4.0, 3.4.1, 3.4.2, 3.4.3, 3.5.0b1, 3.5.0rc1) ERROR: No matching distribution found for matplotlib==1.5.3 Im getting this error when im starting to implement this project. Does anyone know the reason?If so please tell me
@jesuscajape1595 Жыл бұрын
could you solve it?
@rockinforu3 жыл бұрын
Get the below error : is there a version issue with RASA and Spacy python nlu_model.py 2021-09-18 15:03:10.973558: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found 2021-09-18 15:03:10.973755: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine. File "C:\Users each\AppData\Local\Programs\Python\Python39\lib\site-packages asa_nlu\model.py", line 130, in __init__ component = component_builder.create_component( File "C:\Users each\AppData\Local\Programs\Python\Python39\lib\site-packages asa_nlu\components.py", line 301, in create_component component = registry.create_component_by_name(component_name, config) File "C:\Users each\AppData\Local\Programs\Python\Python39\lib\site-packages asa_nlu egistry.py", line 160, in create_component_by_name return component_clz.create(config) File "C:\Users each\AppData\Local\Programs\Python\Python39\lib\site-packages asa_nlu\utils\spacy_utils.py", line 53, in create nlp = spacy.load(spacy_model_name, parser=False) TypeError: load() got an unexpected keyword argument 'parser'
@marziehsavn95853 жыл бұрын
Thanks a lot !! Awesome :)
@annisaolgazerlinda3 жыл бұрын
can you help me with 'cannot import name 'joblib' from 'sklearn.externals' (C:\Python39\lib\site-packages\sklearn\externals\__init__.py)' while making the model? i can't fix the problem myself
@rigo80963 жыл бұрын
Thanks for your video , it was really educational....I got a question please if you can help me it would be wonderful....can you provide info about the deep learning algorithms that RASA uses ....
@prabhatdreamz3 жыл бұрын
Excellent tutorial. Even a dunce like me could follow it. Thank you for the simple yet very effective video.
@techqueries38813 жыл бұрын
Is each custom action a new class? or can a group of custom actions related to a particular domain be within one class? for instance of the bot supports information retrievel for multiple domains, like weather and restaurants for eg?
@magistrum74663 жыл бұрын
Getting errors during running that program
@hariharanvinod15313 жыл бұрын
Great tutorial Continue making more
@azizulhakim97253 жыл бұрын
When trying python nlu_model.py this command following error occuring: ModuleNotFoundError: No module named 'rasa_nlu'
@Eng-py5yh Жыл бұрын
Did you solve the problem?
@thedevfactor7843 жыл бұрын
Please never delete this video....
@juampi42763 жыл бұрын
spanish please haha
@ChrisLuigiTails4 жыл бұрын
Is there a command for online training (like at 1:03:00) with Rasa 2?
@alexeyprasolov8704 жыл бұрын
Can anybody please tell me what version of rasa is used here?
At 22:32 I'm getting error that's please install scikit-learn csrsuit and tensorflow though I cloned the package from GitHub and installed(rasa_nlu.git). Also could I know that I'm unable to install the some requirements in the package. Highly appreciated!
@ShovaKuikel3 жыл бұрын
same here . Did you resolved the the problem if yes how ?
@saimohancharugundla3 жыл бұрын
@@ShovaKuikel no there are so many errors in the package I think. I moved to Rasa X
@TheGreatMind554 жыл бұрын
Was this your first project? @jpboost
@linouzz17324 жыл бұрын
hi thank you for the video, you might wanna update your dependence requirements.txt since most of them are kind oldy :)
@ganapatilmillenial4 жыл бұрын
When I tried to execute pip install -r requiremtns.txt command below error is occurred for matplotlib package: Collecting matplotlib==1.5.3 Using cached matplotlib-1.5.3.tar.gz (51.6 MB) ERROR: Command errored out with exit status 1: Please help me
@RahulPanickerisanonymousnomore4 жыл бұрын
Only 47% of businesses use chatbots for marketing in this age of digital transformation. We could be doing better, so let’s explore the new age of marketing with a WhatsApp chatbot. Check it out here - www.engati.com/whatsapp-chatbot
@learnapplybuild4 жыл бұрын
I want to host the chatbot on an index.html page please guide me how to do it
@somnathpalbag42004 жыл бұрын
requirements.txt file is not opening. hence I cannot proceed with the video. Can anyone please help by providing updated file. This is required very urgently.
@paulschultz79554 жыл бұрын
This video is two years old you don’t need the requirements file anymore, even if you do use the file all of the versions listed are also two years old so they wouldn’t work with whatever you are running.. install rasa on a virtual environment and all of the dependencies are included except for spacy npm and nodejs you have to install those separately.. Also what she refers to as rasa nlu trainer in the video is now called Rasa X and that needs to be installed separately as well.. I’m running python 3.6 on Ubuntu 18.04 and it works fine for me.. Hope this helps
@rohithb44544 жыл бұрын
I could not activate the requirements.txt while installing it showing errors
@tanvirpallab39474 жыл бұрын
Is it possible to collect intents of nlu.md file from a database?
@SangelRally4 жыл бұрын
Awesome, thanks a lot.
@WeakCoder4 жыл бұрын
I'm beginning to learn NLP. Where should i start? Help me out please :)
@sauravjain50954 жыл бұрын
Hey! Was anyone able to build the same?
@sauravjain50954 жыл бұрын
If anyone is eager to help me out with some errors that i am facing:( . Let me know.
@cyrusserrano23564 жыл бұрын
is this still updated?
@sanmeshsabale95404 жыл бұрын
Hi, when I was gone through your video I was facing an issue...."dictionary update sequence element #0 has length 1; 2 is required"
@dipinsonwani40294 жыл бұрын
I liked the way you teach. But it has become the older version of Rasa which you have uploaded. A project of updated version of rasa(0.15.1) would be appreciated . Thank you
@OmkarShinde224 жыл бұрын
Follow this link to install rasa easily on windows. medium.com/@rock.omkar22/set-up-and-get-rasa-nlu-and-rasa-core-on-windows-672a60d48037
@guneetsingh14164 жыл бұрын
Hi, when I was gone through your video I was facing an issue...."dictionary update sequence element #0 has length 1; 2 is required"
@abhinabbishoyi44204 жыл бұрын
where can i get the requirements.txt file???
@brajeshanokha13434 жыл бұрын
Hi @Abhinab, Do not wast your time. It will not work. Still you want- below is the file. github.com/JustinaPetr/Weatherbot_Tutorial/blob/dependabot/pip/Full-Code/flask-1.0/Full%20Code/requirements.txt
@progiahuy14 жыл бұрын
Great
@simranmehta11104 жыл бұрын
Can a sentence contain more than one different types of entities in data
@tega_biggs4 жыл бұрын
how do I get the requirements.txt file
@aryabhat_online4 жыл бұрын
Can it be configured for rasa 1.6. Although nul part is working well but dialog part could not retrieve the value of location from openweather. Facing problem in action.py file.
@ankitrohilla114 жыл бұрын
please either update this or remove this video. I am getting error. Traceback (most recent call last): File "nlu_model.py", line 1, in <module> from rasa_nlu.converters import load_data ModuleNotFoundError: No module named 'rasa_nlu.converters'
@jasmanpreetsingh86804 жыл бұрын
I am getting the same problem.
@kibem.c4 жыл бұрын
@@jasmanpreetsingh8680 are you able to fix the error?