Restaurants Search Bot using Rasa Framework & Zomato API
Check out the demo @ https://youtu.be/j1BvTwNZKLY
- User can search top rated restaurants
- User can search restaurants
- Zomato API Key for searching the Restaurants, you can get it here
- Rasa Framework, check the details here
-
Clone the repo
-
add the Zomato API key to
zomatoApi.py
file -
open the terminal in the project directory and run the below commands
-
rasa train
- Once the bot has been trained, run the bot using the below commands
-
rasa run actions
-
rasa run -m models --enable-api --cors "*" --debug
Note: this bot was specifically designed to support custom UI
-