Restaurant Search Bot - Getting Started with Rasa / Tutorials, Resources & Videos - Rasa Community Forum

👋 Introducing the Rasa Playground

Restaurant Search Bot

post by JiteshGaikwad on Nov 8, 2019

Hi Community,

I have created a Restaurant search bot using Zomato API & also experimented with the new Rasa’s TEDP policy and Retrieval action, check out the demo:

Restaurant Search Bot using Rasa & Zomato API

You can get the Code here:

https://github.com/JiteshGaikwad/Restaurant-Search-Bot

Hope, it helps

post by jonathanpwheat on Nov 8, 2019

@JiteshGaikwad - this is really cool. I like how it asks for your location and has the browser request that.

Had a quick question, what web UI are you using? I like it.

post by JiteshGaikwad on Nov 8, 2019

Hey @jonathanpwheat, thanks for checking out the demo. I had made a Custom UI for the Rasa.

post by jonathanpwheat on Nov 8, 2019

Did you start with one of these? or build it from scratch?

post by JiteshGaikwad on Nov 8, 2019

I had built it from scratch.

post by jonathanpwheat on Nov 8, 2019

Would you be up for sharing that code too? I've been playing around with the “chatroom” project on the link I posted, but I’m not really loving it. I really like yours with the activation button and everything. Super cool.

post by JiteshGaikwad on Nov 8, 2019

Thanks, I am just refactoring the UI code because I had built it for the Restaurant bot, so before I release the code, I am just making it for Generic use. As soon as I complete it, I will share it with the community Till that time you can try out the older version of the UI

https://github.com/JiteshGaikwad/Rasa_CustomUI-v_2.0

post by jonathanpwheat on Nov 8, 2019

Thanks I did see that one when I was creeping on your repo Keep up the great work.

post by kitrana08 on Dec 6, 2019

this is a great bot you got here, awesome job! Would you be able to describe how you implemented the browser location feature where it asks the user for location and if confirmed grabs the browser location with an alert. I’ve been trying to implement that as well but don’t know where to start.

Best, Kit

post by JiteshGaikwad on Dec 7, 2019

Hey @kitrana08, thanks for the same.

https://github.com/JiteshGaikwad/Restaurant-Search-Bot/blob/8d07f2d9230f3a012af59203f958c4bd267f5cd8/actions.py#L275

https://github.com/JiteshGaikwad/Chatbot-Widget/blob/d1d331f19bc6d5e74b85a16faaeff2ccdf8bfceb/static/js/script.js#L444

post by hjelga on Dec 9, 2019

This solution looks really good. How do you make the front-end of the chatbot catch the prompt (in this case payload:location) from the user?

post by JiteshGaikwad on Dec 9, 2019

Hey @hjelga, check out this code: