Running the Chatbot Server In the chatbot folder:-
- first of you need to all install python3
- then install the requirement.txt file with the following command pip install -r requirements.txt
- open terminal in this folder and run :- python tools/download_model.py(only once)( to download the model) python bin/cakechat_server.py
Running the Django Server In the emotional_chat_django folder:-
- To run the django server python manage.py runserver
Running it remotely
- Download ngrok from https://ngrok.com/
- To get a url to make your system as the server for your application ./ngrok http 8000