Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.35 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.35 KB

Restaurant Search Bot

Restaurants Search Bot using Rasa Framework & Zomato API

Screens

ScreenShot ScreenShot ScreenShot

Demo

Check out the demo @ https://youtu.be/j1BvTwNZKLY

Features

  • User can search top rated restaurants
  • User can search restaurants

Rasa Components Used

Prerequisites

  • Zomato API Key for searching the Restaurants, you can get it here
  • Rasa Framework, check the details here

How to use

  • 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