Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 762 Bytes

README.md

File metadata and controls

32 lines (16 loc) · 762 Bytes

restaurant_chat_bot

Project for CS421 (Natural Language Processing) course at University of Illinois at Chicago. This project provides a chat bot which is able to suggest restaurants/food stores based on user's preferences.

This project is built using:

  • IBM Watson's Conversation service.

  • Yelp's Fusion API.

  • RapidAPI

How to run this project

  • Clone the project into your local computer.

  • Using command line to navigate into botkit folder.

  • Execute below commands:

    npm install

    npm install watson-developer-cloud --save

    npm install rapidapi-connect --save

  • Open Slack and open channel #cs421 in https://uic-cs.slack.com

  • Run the bot using the following command:

  • The bot should be ready for a conversation.