RISP AI is a chatbot made using python and deployed using Django Rest Framework. This repository contain the implementation of chatbot using python and also contain API endpoints made using django rest framework.
- Human friendly chatting
- Quick response of every query
- Search wikipedia for information
- Greets when initialised.
- Save previous chat in storage.
- API endpoint for frontend applications.
-
Pre-requisites :
- Python 3.x installed.
-
Installation :
- From the root of the program run -
pip install -r requirements.txt
From the root of the product run the following commands -
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Rajat Shrivastava |
Made with ❤️ by Rajat Shrivastava