Financial Assistance Chatbot for Students
Steps:
1:Setup a Database
i.create a new postgres db with name hackpython with no tables
2: To run webapp
i. open base cmd or your venv having all dependencies installed
ii. $cd hackpython
iii. $python manage.py makemigrations
iv. $python manage.py migrate
v. $python manage.py runserver
3: To run rasa_nlu
i. open base cmd or your venv having all dependencies installed
ii. $cd bot
iii. python -m rasa_nlu.server --path AI-engine/projects
4: To run server.py present in \bot
i. open base cmd or your venv having all dependencies installed
ii. $cd bot
iii. python server.py
Contributors