Skip to content

A chat bot that suggests restaurants/food stores based on user's preferences.

Notifications You must be signed in to change notification settings

haifulness/restaurant_chat_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A chat bot that suggests restaurants/food stores based on user's preferences.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published