https://github.com/parthvadhadiya/watson-zomato-expess-chatbot
AI chatbot using watson
https://github.com/parthvadhadiya/watson-zomato-expess-chatbot
axios chatbot expressjs glitch netlify nlp nodejs vue watson zomato-api
Last synced: 5 months ago
JSON representation
AI chatbot using watson
- Host: GitHub
- URL: https://github.com/parthvadhadiya/watson-zomato-expess-chatbot
- Owner: parthvadhadiya
- Created: 2020-05-18T05:29:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-29T09:17:49.000Z (over 1 year ago)
- Last Synced: 2023-07-29T10:28:10.505Z (over 1 year ago)
- Topics: axios, chatbot, expressjs, glitch, netlify, nlp, nodejs, vue, watson, zomato-api
- Language: Vue
- Homepage:
- Size: 3.63 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A.I. Chatbot to find Restaurants
This project is demo Chat-bot that will help user to find restaurants.
**[Live Demo](https://jovial-knuth-e6e4c7.netlify.app/) Hosted on :mega: [Netlify](https://www.netlify.com/) and Back-End on :diamonds: [Glitch](https://glitch.com/)**
## Technology Used
- Fabulous :purple_heart: Watson API used as NLP engine.
- Awesome :blue_heart: Zomato API used to get restaurants data.
- Phenomenal :green_heart: ExpressJS used to create back-end engine.
- Amazing :heartpulse: VueJS used to create front-end GUI.**Zomato Developer API**
This script is [wrapper script](https://github.com/parthvadhadiya/watson-zomato-expess-chatbot/blob/master/zometoWrapper.js) for ZomatoAPI. You need to [create zomato account](https://developers.zomato.com/api), get you API key. and copy it to [config file](https://github.com/parthvadhadiya/watson-zomato-expess-chatbot/blob/master/config.js)
**[Back-End](https://github.com/parthvadhadiya/watson-zomato-expess-chatbot/tree/master/chatBot_backend)**
**[Front-End](https://github.com/parthvadhadiya/watson-zomato-expess-chatbot/tree/master/chat-bot)**