Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 277 Bytes

readme.md

File metadata and controls

13 lines (9 loc) · 277 Bytes

This is the project repository for group 1.

Before running the server, you must create the database:

  1. Open powershell in projects-2018-1
  2. cd database
  3. python setup.py
  4. cd ..
  5. python server.py

To enable chatbot, additionally run: pip install apiai