Contains 3 sections:
- Contextual chatbot implementation using PyTorch.
- Flask application to connect the chatbot to the frontend via APIs.
- Frontend that can be customised to suit the user.
Whatever you prefer (e.g. conda
or venv
)
mkdir myproject
$ cd myproject
$ python3 -m venv venv
pip install -r requirements.txt
- Clone the frontend-chatjs and nlp-chatbot into your system and copy it into the virtual environment (venv).
- Follow the individual documentation of nlp-chatbot & frontend-chatjs for futher setup.
- To deploy the chatbot into your dynamic website, create API suited to the backend of your main website after integrating the frontend-chatjs to the main website frontend.