Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 298 Bytes

File metadata and controls

18 lines (17 loc) · 298 Bytes

Run fontend

#update your agent-id in index.html
cd front-end
pip install requirments.txt
flask --app app  --debug run 

Run Cloud Functions

# update your project id in index.js
cd cloud-function 
npm install
npm start

Dialogflow setup