https://github.com/rririanto/halo-nyutia
Mba 'Nyutia is a tourism chatbot that provides useful tips and relevant information to explore and discover the beauty of Banyuwangi
https://github.com/rririanto/halo-nyutia
aichatbot chatbot dialogflow dialogflow-v2 flask python virtual-assistant
Last synced: 9 months ago
JSON representation
Mba 'Nyutia is a tourism chatbot that provides useful tips and relevant information to explore and discover the beauty of Banyuwangi
- Host: GitHub
- URL: https://github.com/rririanto/halo-nyutia
- Owner: rririanto
- Created: 2020-04-15T05:27:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-23T22:39:38.000Z (about 3 years ago)
- Last Synced: 2024-12-27T18:24:24.541Z (10 months ago)
- Topics: aichatbot, chatbot, dialogflow, dialogflow-v2, flask, python, virtual-assistant
- Language: Python
- Homepage: https://chatbot.next-web.id/
- Size: 240 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# halo-nyutia
Mba 'Nyutia is a tourism chatbot that provides useful tips and relevant information to explore and discover the beauty of Banyuwangi
## Requirements
- Flask
- dialogflow
- flask_cors
- python-dotenv
- python_dateutil
- requests_cache
## Installation
```sh
git clone https://github.com/jimmyromanticdevil/halo-nyutia
cd halo-nyutia
pip install -r requirements.txt
# Runs the app in the development mode and access http://localhost:5000/
python main.py
# Register and download [Ngrok] (https://ngrok.com/).
./ngrok http 5000
```
## Learn More
You can learn more in the [Dilogflow python client v2](https://dialogflow-python-client-v2.readthedocs.io/en/latest/?#using-dialogflow).
To learn Dialogflow, check out the [Google video](https://www.youtube.com/channel/UC1EXoqvR9VrmWnM9S47SfVA/videos).