rrajasek95 / team8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EBERT: A Knowledge Grounded: Neural Movie Chatbot

master

Local Execution Instructions

Create a .env file with the following contents or use the respective environment variables

FLASK_APP=bot
FLASK_ENV=development
VERIFY_TOKEN=<VERIFY_TOKEN>
PAGE_ACCESS_TOKEN=<PAGE_ACCESS_TOKEN>

The verify token is the token with which you set up the webhook verification process

The page access token is the one for the respective Facebook page which was integrated with the app.

Once that's all done, you should be able to fire off queries to the API!

About


Languages

Language:Jupyter Notebook 54.3%Language:Python 45.2%Language:Dockerfile 0.5%