End-to-End NLP Project | Build a Chatbot in Dialogflow | NLP Tutorial | S3 E2

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024
  • Description: In this video, we will build a chatbot in Dialogflow for a food delivery system. It will be an end-to-end project covering Dialogflow basics, building a backend in python and Fastapi, interactions with MySQL database, and much more. We will cover Dialogflow fundamentals such as intents, entities, contexts, etc.
    Source code: codebasics.io/...
    Timestamps:
    00:00 - 01.53: Introduction
    01.54 - 4.23: Problem statement
    4.24 - 10. 00: Scope of Work
    10.01 - 12.23: Using ChatGPT for Solution Design & Architecture
    12.24 - 14.00: Finalizing Chatbot Building Steps
    14.00 - 17.14: Reason for choosing DialogFlow
    17.30 - 20.27: Dialogflow setup
    20.28 - 24.16: Dialogflow intents
    24.17 - 28.09: Dialogflow entities
    28.10 - 52.45: Dialogflow setup
    52.46 - 01.04.48: Dialogflow contexts
    01.04.50 - 01.06.22 : Fulfillment
    01.06.23 - 01.10.14 : Database setup
    01.10.15 - 01.15.10 : Backend setup
    01.15.11 - 02:24:48: FastAPI Python Backend coding
    02.24.49 - 02.49.38 - Website integration
    02.49.29 - 02.55.04 Exercise and next steps
    02.55.05 - Happy ending!
    Complete NLP Playlist: • NLP Tutorial Python
    Do you want to learn technology from me? Check codebasics.io/... for my affordable video courses.
    Need help building software or data analytics/AI solutions? My company www.atliq.com/ can help. Click on the Contact button on that website.
    🎥 Codebasics Hindi channel: / @codebasicshindi
    #️⃣ Social Media #️⃣
    🔗 Discord: / discord
    📸 Dhaval's Personal Instagram: / dhavalsays
    📸 Codebasics Instagram: / codebasicshub
    🔊 Facebook: / codebasicshub
    📱 Twitter: / codebasicshub
    📝 Linkedin (Personal): / dhavalsays
    📝 Linkedin (Codebasics): / codebasics
    🔗 Patreon: www.patreon.co...

Комментарии • 470

  • @dhanunjaya17
    @dhanunjaya17 Год назад +24

    This is like a blessing to many budding nlp professionals like me, who wants to understand end to end chatbot project implementation.
    Thanks a lot. The graphics, cartoons are awesome by the way

  • @codebasics
    @codebasics  2 месяца назад +1

    Check out our premium machine learning course with 2 Industry projects: codebasics.io/courses/machine-learning-for-data-science-beginners-to-advanced

  • @farhanafridi8694
    @farhanafridi8694 Год назад +34

    Your content is absolutely amazing and keeps us hooked! 🤩 Thanks for bridging the gap between our nations through your incredible videos! 🌍🤝 Sending love and appreciation from Pakistan! 🇵🇰❤️ Keep up the fantastic work!

    • @codebasics
      @codebasics  Год назад +2

      Thanks for your kind words Farhan Afridi 😀🙏🏼

    • @BEESaiShivam
      @BEESaiShivam Год назад

      what are the prerequisitives?

    • @coder10796
      @coder10796 Год назад

      ​@@BEESaiShivampython😂

    • @omkardwivedi513
      @omkardwivedi513 Месяц назад

      Just python. Really. ​@@coder10796

  • @hirenthakkar784
    @hirenthakkar784 Месяц назад +3

    We can add one more functionality to this project. Let suppose I have added 5 Pizzas and 3 Chhole Bhature to my order but I want to remove only 2 Pizzas out of that then the current logic is not helpful in that case as it is removing pizzas as whole entity. This can be implemented using simple logic by retrieving the quantity for the particular item we want to remove and how much quantity we want to remove.
    Great Learning experience from this project and appreciate the way you have promoted the use of ChatGPT to improve productivity.

  • @archanapaniraj1498
    @archanapaniraj1498 6 месяцев назад +2

    Amazing content!.You have covered everything end-to-end so extensively ,like how in real world projects are executed.Thanks a ton!

    • @NishaGupta-mh6im
      @NishaGupta-mh6im 6 месяцев назад +1

      Are you doing this project right now?

    • @NishaGupta-mh6im
      @NishaGupta-mh6im 6 месяцев назад +1

      If yes please let me know

    • @balajik6070
      @balajik6070 5 месяцев назад

      @@NishaGupta-mh6im Yes im doing this project almost in End phase.

    • @arunmuchindla3396
      @arunmuchindla3396 5 месяцев назад

      where you find that zip file bro?@@balajik6070

    • @deepaliparochey2285
      @deepaliparochey2285 5 месяцев назад +1

      @@balajik6070 Hi did you connect the dialogflow with backend successfully ?
      I am getting the error {"detail":"Method Not Allowed"}. Can you please help

  • @celalrehmanov7052
    @celalrehmanov7052 2 месяца назад

    Explanations are magical, preparation, quality of video, in one word everything is so much perfect, specially explanations about termins in details are awesome, clear. Thank you for your time!

  • @fantasyxpress7966
    @fantasyxpress7966 Год назад +2

    You are amazing and i always recommend codebasics as your biggest cheerleader and self appointed mouthpiece for who ever wishes to learn Data science from scratch🔥

    • @codebasics
      @codebasics  Год назад

      👍🏼🙏🏼

    • @BEESaiShivam
      @BEESaiShivam Год назад

      what are the prerequisitives?

    • @fantasyxpress7966
      @fantasyxpress7966 Год назад

      @@BEESaiShivam for

    • @BEESaiShivam
      @BEESaiShivam Год назад

      @@fantasyxpress7966 for the course I mean do I need to learn fast api before going through the course? Or any other link ( I know the basics like pandas numpy and ml and all)

    • @BEESaiShivam
      @BEESaiShivam Год назад

      @@fantasyxpress7966 but I am not good at webd part ( I don't care about js and html for the making of site but fast api part is important so did sir tell the basics or we need pre knowledge?

  • @lanskaba3668
    @lanskaba3668 Год назад +62

    time stamps:
    01:53 - Introduction
    01:54 - 04:23 - Problem statement
    04:24 - 10:00 - Scope of Work
    10:01 - 12:23 - Using ChatGPT for Solution Design & Architecture
    12:24 - 14:00 - Finalizing Chatbot Building Steps
    14:00 - 17:14 - Reason for choosing DialogFlow
    17:30 - 20:27 - Dialogflow setup
    20:28 - 24:16 - Dialogflow intents
    24:17 - 28:09 - Dialogflow entities
    28:10 - 52:45 - Dialogflow setup
    52:46 - 01:04:48 - Dialogflow contexts
    01:04:50 - 01:06:22 - Fulfillment
    01:06:23 - 01:10:14 - Database setup
    01:10:15 - 01:15:10 - Backend setup
    01:15:11 - 02:24:48 - FastAPI Python Backend coding
    02:24:49 - 02:49:38 - Website integration
    02:49:29 - 02:55:04 - Exercise and next steps
    02:55:05 - Happy ending!

    • @DeepakKumar-mb2lw
      @DeepakKumar-mb2lw 6 месяцев назад +1

      When did you get this much time to write the time stamp?

  • @Keyxer
    @Keyxer Год назад +1

    Amazing I followed all the series and it was really helpfull. So please I beg you for a RASA end to end Tutorial like this in order to apply the NLP knowledge you teached us. Thanks :D

  • @kopalabalu7601
    @kopalabalu7601 14 дней назад +2

    at exactly one hour 2 min if we remove the contexts its working its detecting mango lassi or samosa

    • @arulk8774
      @arulk8774 4 дня назад

      Hi,
      any idea on below error:
      {
      "detail" : "Method Not Allowed"
      }

  • @hansikamannapperuma8001
    @hansikamannapperuma8001 11 месяцев назад +19

    Your content is absolutely superb. I don't usually leave comments but I wanted to thank you for bringing us such amazing content. Subscribed

  • @jayantbhatia2456
    @jayantbhatia2456 Год назад +2

    thanks a lot for this project you are such an amazing Guru.

  • @monsterzero6928
    @monsterzero6928 13 дней назад

    Nice one dude really learnt a lot

  • @hafidabaazizi3684
    @hafidabaazizi3684 5 месяцев назад

    Great tutorial on NLP and creating a chatbot using DialogFlow! One question I have is regarding the management of conversations within intents. I noticed that all the conversations are pre-defined within intents. However, what if a customer phrases their question or response differently, but it still falls under the same title or service? In such cases, the chatbot might not recognize the variation and could trigger the default fallback intent, which isn't ideal. How can we ensure that the chatbot responds appropriately even if the conversation isn't explicitly defined within intents? Looking forward to your insights on this aspect. Thanks!

  • @viprohith5299
    @viprohith5299 4 месяца назад +2

    Successfully executed 🙂

    • @VikashS-ks1jf
      @VikashS-ks1jf 3 месяца назад

      brooo i am stuck with the 5sec timeout problemm...did you find any wayyy?? to resolve/??

  • @sachinmishra3420
    @sachinmishra3420 Год назад +2

    Please create Computer Vision end 2 end projects as well.

  • @Yashkavaiya
    @Yashkavaiya Год назад

    Hello Dhaval, Thank you so much for wonderful session. here I have some suggestion 35:35 You can add button here to better decision (Bank chatbot and other industry they use such type of UI ) ( only for Dialogflow Messenger and other platform )

  • @craigalbuquerque5136
    @craigalbuquerque5136 7 месяцев назад

    Your series is awesome, I have learnt a lot. When is the next training/project video coming out sir ?

    • @codebasics
      @codebasics  7 месяцев назад

      Good question. I am having a plan to build a series of high quality ML projects. give me some time, will publish them as and when I have enough bandwidth to work on them

  • @PajosTM
    @PajosTM 5 месяцев назад

    Thank you very much for this content. I love this

  • @sujeetagrawal
    @sujeetagrawal Год назад +1

    Hello Dhaval, Your videos are really inspiring and very easy to understand. By any chance you have a plan to upload a series for audio processing

    • @misbahfirdous2902
      @misbahfirdous2902 Год назад

      Kindly respond

    • @nikhilsehgal2794
      @nikhilsehgal2794 Год назад

      Hi @sujeetagrawal, Could you please help me with ngrok(for webhook), I am stuck on this and not able to progress as wants to convert http server to https which we need to provide on webhook.

  • @astha9297
    @astha9297 5 месяцев назад

    I literally find this video very helpful. Explaining each and every detail is very convenient in learning. Thank you for making this video. 😄❤

  • @jeisongiraldo1910
    @jeisongiraldo1910 2 месяца назад

    Thanks for share I enjoyed to much this usefull content 🚀

  • @PrasadPulugujju
    @PrasadPulugujju Год назад +2

    The Content is so Good & Very Helpful for the Aspirants, I have stuck at a point with web demo , could you assist me with this Error ( Sorry, It's seems to be an error during Request )

  • @badrinarayanans355
    @badrinarayanans355 6 месяцев назад

    Completed the project, it has been a great learning curve. Thankyou for creating such an amazing content😊.

    • @DivyaPatil-zm8lt
      @DivyaPatil-zm8lt 5 месяцев назад +1

      where u did run the project?

    • @Aman-x2v6j
      @Aman-x2v6j 5 месяцев назад +1

      Bro this Dialogflow ES is free or I have to pay for using it?

    • @deepaliparochey2285
      @deepaliparochey2285 5 месяцев назад +1

      Hi, I am getting an error while connecting dialogflow with backend, getting {"detail":"Method Not Allowed"} error. Can you pleaseeee help

    • @badrinarayanans355
      @badrinarayanans355 5 месяцев назад

      @@DivyaPatil-zm8lt Run the project in the sense?. You will be creating API's right, execute it and convert that non secure http url to https through ngrok, after this paste the ngrok provided link to fulfillments. It will be mapped with your backend server. By this way your dialogflow is integrated with the backend server. And for seeing demo in web, go to integrations and click on web demo under text based section. Or another way is directly run your frontend, and access it from there. Make sure you added the dialogflow provided i frame code in the frontend, then only it will be integrated with your frontend. In case if you have any doubt, feel free to ask.

    • @badrinarayanans355
      @badrinarayanans355 5 месяцев назад

      @@deepaliparochey2285 That's not an error, your fastapi backend server is running successfully.

  • @vikasl3686
    @vikasl3686 Месяц назад +1

    great content ! 🙌 . But name of the BOT is a lil sus , 🤭

  • @ubaisalih2987
    @ubaisalih2987 7 месяцев назад

    this is amazing , thank you very much , and what about training the Chatbot on an enterprise data and answer automatically many question , shall we add an intent to any expected topic ? what about we have thousands of topics ?

  • @ChandangnChandu
    @ChandangnChandu 7 месяцев назад

    Thanks for clearing a pathway for the beginners that how they can be an nlp expert in future. Can u send me PPT presentation of this project its help me a lot sir.

  • @prisinha
    @prisinha Год назад +2

    2:16:00 stored procedures

  • @VaibhavShintre-n9g
    @VaibhavShintre-n9g Год назад

    Excellent video! Would you mind adjusting the timestamps in the description?

  • @sadhi4179
    @sadhi4179 Год назад

    18-08-2023: Beginning to an amazing project experience..
    18-09-2023:ok lets begin again

  • @artie5172
    @artie5172 Год назад +1

    Which platform or framework does not charge for chatbot creation? And which is open source?

  • @TGajanan
    @TGajanan 2 месяца назад

    could you please create an videos on creating customer chat bot implementation using chatgpt,gemini

  • @shashankpandey1966
    @shashankpandey1966 Год назад

    Pandey ji ne bna diya hai YUmYUmBot. ThankYou.

  • @manoharpatil7006
    @manoharpatil7006 Год назад

    I request to You that please make a video in Hindi, its better to all, other than your video is awesome and helpful, thank You so much

  • @deaspirant
    @deaspirant Год назад +1

    When will Data science bootcamp launch ?

  • @rager_ugo
    @rager_ugo Год назад

    Thank you very much for this

  • @aryac845
    @aryac845 6 месяцев назад

    Thank you for the video it is really helpful. Can we integrate vertex ai and dialogflow so that to use generative ai techniques in dialogflow

  • @AbishekRS-mk6nl
    @AbishekRS-mk6nl Год назад

    Thank you sir for your valuable information

  • @AIdevel
    @AIdevel 8 месяцев назад

    Really interesting ❤

  • @futureiscoding856
    @futureiscoding856 28 дней назад

    when I want to assign an entity to an intent keyword it didn't assign the entity and a popup shows, "Cannot switch back to template.(deprecated)". What can I do?

  • @vybhavish
    @vybhavish 10 месяцев назад +1

    I am not getting the pop up menu to assign the entities when I highlight the part of training phrase

    • @raiyantasin7855
      @raiyantasin7855 9 месяцев назад

      did you get it to work ?

    • @vybhavish
      @vybhavish 9 месяцев назад

      No. Are you facing the same issue?@@raiyantasin7855

    • @HarishKumar-zf8cg
      @HarishKumar-zf8cg 9 месяцев назад

      did it work?
      plz do tell the solution

    • @raiyantasin7855
      @raiyantasin7855 9 месяцев назад

      yeah.. Still no luck here@@vybhavish

    • @daviduday1790
      @daviduday1790 8 месяцев назад

      try adding new parameters in the action section with sys number

  • @aravind3520
    @aravind3520 4 месяца назад

    hey there , when i tried to run the server it showed "detail": "Method Not Allowed" i think the url is not connecting the backend to the frontend if anyone found similar problem and found the solution please kindly help

  • @surajlambor-e6m
    @surajlambor-e6m Год назад +1

    error at 1:34:04 error is Webhook call failed. Error: UNAVAILABLE, State: URL_UNREACHABLE, Reason: UNREACHABLE_5xx, HTTP status code: 500.

    • @harshpriyam5080
      @harshpriyam5080 Год назад

      same error !! have you fixed that ? if yes please guide me brother

    • @surajlambor-e6m
      @surajlambor-e6m Год назад

      @@harshpriyam5080nahi bro i quit project .ye hamara time kr rha hai

  • @bhanuprakash_molli
    @bhanuprakash_molli 3 месяца назад +2

    Sir,I am unable to convert http to https, I tried a lot sir by using ngrok.Please help me sir...

    • @NeeharikaP-i2w
      @NeeharikaP-i2w 22 дня назад

      did you find any solution?

    • @bhanuprakash_molli
      @bhanuprakash_molli 22 дня назад

      @@NeeharikaP-i2w yeah,it's working by using ngrok...

    • @NeeharikaP-i2w
      @NeeharikaP-i2w 19 дней назад

      @@bhanuprakash_molli if you dont mind can i get your email id or linkedin id. I will connect with you regarding this project. I'm struck in the middle of the project. Need your help.

  • @yateetagrawal8314
    @yateetagrawal8314 6 месяцев назад +1

    Can someone help me i am facing issue linking the database to the code everything is done but when i try to acces order 41 it says Not available

    • @badrinarayanans355
      @badrinarayanans355 6 месяцев назад

      Refer my comment

    • @Headon2580
      @Headon2580 6 месяцев назад

      bhai mera bhi same problem hai

    • @badrinarayanans355
      @badrinarayanans355 6 месяцев назад

      @@Headon2580 At 1:34:10, The information is not fetching from the database when we tried to track the order by using order_id, the reason is we not yet created order_id parameters under action and parameters section at this intent -> track.order-context:ongoing-tracking. So you will be facing key error when you tried to execute the backend server. Perform the below steps.
      Under Action and Parameters section at this intent -> track.order-context:ongoing-tracking
      1) Give a parameter name order_id, make it as required
      2) Map it to the entity -> @sys.number-integer
      3) Specify the value -> $order_id
      4) If needed define prompts
      After doing this execute the fastapi backend server, it will give a http url convert that to https by using ngrok, since fulfillment requires a secure url. And comeback to dialogflow and test the chatbot the results will be fetched.

    • @masthanbashabellamkonda
      @masthanbashabellamkonda 7 дней назад

      Yah Mee too

  • @BLAXE-vm3ms
    @BLAXE-vm3ms 6 месяцев назад

    Hey, also just to let you know that if we add quantity of a previously ordered food item, like i want to add one more lassi, already have one, in that case the bot would fail, i incorporated the above scenario for both addition and removal of item in order by simple dictionary comparision. is there a better way to implement this?

  • @adityadwivedi8956
    @adityadwivedi8956 2 месяца назад

    hello sir i am developing the chatbot through your video but it is not working for order. add when the food item is out of the list can you please help me sir

  • @celinesyriac6199
    @celinesyriac6199 9 месяцев назад

    Not able to get the entity options after highlighing

  • @NitinAvasarmol
    @NitinAvasarmol 4 месяца назад

    Sir this dialogflow is too long to create an intent.. is there any way to improve performance

  • @prisinha
    @prisinha Год назад +1

    2:22:22 Total Order Price function

  • @artie5172
    @artie5172 Год назад

    How to choose dataset for custom chatbot. Like customer service. Where should I find dataset for training that? If not present how should we do it? Please answer, it would be of great help..

  • @wejdanalshaibany
    @wejdanalshaibany Год назад

    Nice . Thanks

  • @muhammaduseram9405
    @muhammaduseram9405 9 месяцев назад +1

    oh man, double click on (one , 3) does not show entity filter because I want to add them in sys.number entities? Any suggestion

    • @vishvjeetkumar8892
      @vishvjeetkumar8892 9 месяцев назад

      same issue bro

    • @muhammaduseram9405
      @muhammaduseram9405 9 месяцев назад

      ​@@vishvjeetkumar8892😢😢 check for solution, this tiny things stopped me for continuing

    • @daviduday1790
      @daviduday1790 8 месяцев назад

      try adding new parameter as @sys-number saving and again try for it

  • @harshadaanavkar5064
    @harshadaanavkar5064 6 месяцев назад +1

    i'm getting an error using ngrok, can you please help

    • @simransingh836
      @simransingh836 4 месяца назад

      Same

    • @rounakraj3110
      @rounakraj3110 3 месяца назад

      ​@@simransingh836 you should follow some information about ngrok go to youtube

  • @609rohith4
    @609rohith4 8 месяцев назад

    Sir can you suggest technology I want to learn before starting this project

  • @DanielSamuelson-c2z
    @DanielSamuelson-c2z 11 месяцев назад

    Can you get dialogflow to display a greeting without giving it a prompt like "hi" first?

  • @surendra1764
    @surendra1764 Год назад

    hi this is an awesome and very helpful video. can we use bioGPT or bioBERT with chatbot frameworks like dialogflow ,rasa to create a chatbot for a website

  • @arunmuchindla3396
    @arunmuchindla3396 5 месяцев назад

    where I can find the zip file that you told in starting of the video?

  • @g_30_sanketpatil62
    @g_30_sanketpatil62 8 месяцев назад

    hello sir,
    is there any option to train the chatbot for the voice assistant in Google Dialogflow cx
    means there will be a voice conversation between the bot and the customer

  • @barathsathya-v3q
    @barathsathya-v3q 4 месяца назад

    sir, can we modify the design and theme of the chatbot look?

  • @Saranyasara10
    @Saranyasara10 Год назад

    It's not showing full screen and it is not possible to scroll down the MySQL workbench as you done in how to install MySQL😤😤😤

  • @mahi_mad
    @mahi_mad Год назад

    what are the prerequisites to start with this video other than basics in python?

  • @balasuresh19
    @balasuresh19 Год назад

    please send the exercise code for incomplete exercise but i try not get the output for this problem and i finished working hours .

  • @azamsharp
    @azamsharp 9 месяцев назад

    Does DialogFlow requires a valid credit card? Does free DialogFlow exists with limited capability?

    • @daviduday1790
      @daviduday1790 8 месяцев назад

      i was able to develop it for free

  • @ShivaPrasadAvula
    @ShivaPrasadAvula 4 месяца назад

    ERROR: Error loading ASGI app. Could not import module "main". I'm getting this error, any solution please suggest

  • @imdanyo
    @imdanyo Год назад

    I’m having trouble with [Errno 13] when binding to tunnel 0.0.0.0:port can’t be established bc the permission is denied. Please advise

  • @Harshraj-q2j8v
    @Harshraj-q2j8v 10 месяцев назад

    the url provided by ngrok is not working it is saying danger and cannot be run on browser

  • @somasekar6098
    @somasekar6098 5 месяцев назад

    can we add end conversation button in dialogflow es

  • @samankhan9795
    @samankhan9795 2 месяца назад

    I am getting default fallback intent when i try to add order in the chatbot despite of adding 10 training phases. Can anyone help

  • @kapishsharma3823
    @kapishsharma3823 Месяц назад

    is ngrok is paid now??

  • @AfzaalAhmad-w1f
    @AfzaalAhmad-w1f Год назад

    is it possible to make chatbot without using DialogFlow or any other platform like amazon lex.

  • @h2rcreativity
    @h2rcreativity 9 месяцев назад

    Hi can I use the same for chatbot song recommendations system

  • @SuperRandeep123
    @SuperRandeep123 6 месяцев назад

    Thanks a lot brother...very nicely explained....I have tried and successfully developed the tutorial ...let me know if someone need help.

    • @deepaliparochey2285
      @deepaliparochey2285 5 месяцев назад

      Hi Need help in connecting dialogflow with backend. Kindly help

  • @SarraBenRejeb-g9x
    @SarraBenRejeb-g9x 5 месяцев назад

    hi, I really enjoyed watching this video, you did put so much effort to explain this. I was trying to remake it but whenever I add the context to any intent, and i try to test it the agent outputs the default sentence. can anyone help me fix this problem

    • @SarraBenRejeb-g9x
      @SarraBenRejeb-g9x 5 месяцев назад

      I found it sorry. I was using the context in both input and output every time and that caused the issue

  • @mryadav2210
    @mryadav2210 3 месяца назад

    Do we need to pay any amount to do this project

  • @_Who_u_are
    @_Who_u_are Год назад

    If I make to supply pdf ...Can I share document with this project?

  • @prisinha
    @prisinha Год назад +1

    2:43:43 integrations

  • @darshanpagar1894
    @darshanpagar1894 8 месяцев назад

    where can i get that website frontend and backend

  • @shenolijayasinghe1774
    @shenolijayasinghe1774 4 месяца назад

    this is gret , but ngrok connection is not working sying "Method Not Allowed" i tried different options ,but no luck , all libraries are installed , ngrok is up & running , webhook is done in dialogflow in fulfillment & intent,

    • @shenolijayasinghe1774
      @shenolijayasinghe1774 Месяц назад

      this just got solved by updating my ngrok version and also, running ngrok as an administrator

  • @himanshuyadav126
    @himanshuyadav126 5 месяцев назад

    Hello sir, I want to add an order details feature which helps users can view there placed order. And in this code any user can track orders of any user, I want to segregate user which helps only tracking of their placed order only. Please help my. It is very urgent for me.

  • @shalinibehera5708
    @shalinibehera5708 6 месяцев назад

    I did the project using the source code in vs code. Except track order everything is working.
    Can you please tell me what should I do to make it work.

    • @SIOMMCAIDIVDAMOLPAWAR
      @SIOMMCAIDIVDAMOLPAWAR 4 месяца назад

      @shalinibehra5708 error solved?
      Please help me i am also facing same error

    • @rounakraj3110
      @rounakraj3110 3 месяца назад

      Open your fulfillment webhook

  • @Krishna1729-z8v
    @Krishna1729-z8v 3 месяца назад

    you didn't explain "order.tracking: ongoing-tracking" ..and how to ge the response back from the backend

    • @Krishna1729-z8v
      @Krishna1729-z8v 3 месяца назад

      I am not getting web hook response back to the dialogue flow

    • @tarushi8010
      @tarushi8010 3 месяца назад

      @@Krishna1729-z8v I am also facing the same problem. In my case, I am not able to get response "Received =={intent}== in the backend" in dialogflow although the Fulfillment status for the intent track order shows Webhook execution successful. Have you figured out the problem?

  • @Tech_Enthusiasts_Shubham
    @Tech_Enthusiasts_Shubham Год назад

    thanks a lot for sharing this project please make more end to end project with DVC and mlflow integrated in it sir it really required sir

  • @syedabjimiah4593
    @syedabjimiah4593 Год назад

    if ngrok use only for fastAPi or flask also?

  • @AlinSabo-w6m
    @AlinSabo-w6m Год назад

    can this be used with twilio to sent the messages directly to whatsapp? how could i do that??

  • @HusseinChalhoub-rh8wx
    @HusseinChalhoub-rh8wx 4 месяца назад

    hello where i can find the code ?

  • @SaiAnushaYellapantula
    @SaiAnushaYellapantula Год назад

    I'm halfway through the video. I haven't setup backend. Before that I tried to test the code. But after completing one order when I make a new order it is still taking the previous dictionary. I think I'm unable to reset the contexts. Can Anyone help me with this?

  • @blackivory5579
    @blackivory5579 6 месяцев назад

    1:05:50 how about if i don't use mySQL , i use monggodb?

  • @h1permonth723
    @h1permonth723 11 месяцев назад

    Sir can you please do it a new video with rasa

  • @ridj41
    @ridj41 8 месяцев назад

    please help me out, where should I run pip install fastapi[all, if I run it on anaconda prompt, it runs but then when I work on pycharm, it has to again install everything, then it tells me to use a certain line to install uvicorn, I do, eveyrthing is fine, but it says, uvicorn not identified, I am irritated with this , spent almost 3-4 hours on this part trying to install everything but it does't work, if I run pip install fastapi[all[ on command prompt it says that pip is not identifited, neither does it identify conda (command) , also tell if I need to install all of this stuff in my project folder or the downloaded one,please please help

    • @daviduday1790
      @daviduday1790 8 месяцев назад

      if you are installing conda then open conda environment in the terminal, if not if you have installed python in the root directory it might me able recognise pip

  • @ArvindSingh-qm2nh
    @ArvindSingh-qm2nh Год назад

    Isn't this obsolete now that we can use OpenAI API to connect ChatGPT our database and query upon it in natural language

    • @codebasics
      @codebasics  Год назад +1

      No it is not. I explained this in this video and the previous video in this series

    • @ArvindSingh-qm2nh
      @ArvindSingh-qm2nh Год назад

      @@codebasics okay , sorry and thank you Sir. I learnt a lot from you. Always looking forward to new content.

  • @prisinha
    @prisinha Год назад

    2:52:32 Thanks by Mr Aryan

  • @hybridz35
    @hybridz35 Год назад

    Source code download is down

  • @gauripaithankar1685
    @gauripaithankar1685 7 месяцев назад

    this is based on what ? Gen AI or LLM?????

  • @surendra1764
    @surendra1764 Год назад

    can we run llms chatbots like BioGPT or BioBERT in spyder from anaconda

  • @riyatiwari4767
    @riyatiwari4767 4 месяца назад

    Webhook call failed error: NOT FOUND, State: URL_ERROR,
    Whenever I am trying to get handle request

    • @VikashS-ks1jf
      @VikashS-ks1jf 3 месяца назад

      brooo i am stuck with the 5sec timeout problemm...did you find any wayyy?? to resolve/??

    • @saritsantra7929
      @saritsantra7929 2 месяца назад

      Webhook call failed. Error: UNAVAILABLE, State: URL_UNREACHABLE, Reason: UNREACHABLE_5xx, HTTP status code: 500.
      how to handle this brother?

  • @thanshithKannedari33
    @thanshithKannedari33 5 месяцев назад

    any one please help me im getting lot of errors while setting up the ngrok server
    plllllsssssssssssss

  • @komalanchalia2177
    @komalanchalia2177 10 месяцев назад

    I used the exact code, but a order I'd can't seem to generate, what to do?

  • @rck1044
    @rck1044 9 месяцев назад

    Guys need help..I'm unable to add custom entities to intents as shown at 46:40. On selecting a cheese pizza, I don't get an option to add the custom entity @food-item. What am i doing wrong?

    • @kutbuddinkapadia1243
      @kutbuddinkapadia1243 9 месяцев назад

      same here can anyone know how to fix it?

    • @megha0896
      @megha0896 9 месяцев назад

      I just deleted the old agent and created a new one following the same steps and I was able to see the new entities. Don't know what the issue was but the new one works perfectly.

    • @daviduday1790
      @daviduday1790 8 месяцев назад

      have you created food item entity if you did while adding search for it

  • @sagar8460830871
    @sagar8460830871 11 месяцев назад

    Do you have any plan to make video on azure bot service. azure bot service is widely use in industry also it is cost effective compare to other bot frame work.