/AIDO

Primary LanguagePython

AIDO

AIDO (Idol) is an AI chatbot that helps you manage your schedules.

aido

Installation

$ pip install -r requirements.txt

Run

You need to config your ipconfig.yaml file first and put the following line in the file. You can refer to ipconfig-template.yaml for more details.

host: your.host.ip

Then you can run the Django server via

$ python manage.py runserver 0.0.0.0:8000

Finally, open a browser and type http://127.0.0.1:8000/ to use your AIDO. Enjoy~