AIDO (Idol) is an AI chatbot that helps you manage your schedules.
$ pip install -r requirements.txt
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~