This is the project repository for group 1.
Before running the server, you must create the database:
- Open powershell in projects-2018-1
- cd database
- python setup.py
- cd ..
- python server.py
To enable chatbot, additionally run:
pip install apiai
This is the project repository for group 1.
Before running the server, you must create the database:
To enable chatbot, additionally run:
pip install apiai