Skip to content

RISP is a chatbot which gives answer to your query in human friendly way.

Notifications You must be signed in to change notification settings

rajat-0206/Chatbot

Repository files navigation

RISP AI

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.

GitHub Repo stars GitHub followers Custom-rajat Custom-rajat

Functionalities

  • 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.

Installation

  • Pre-requisites :

    • Python 3.x installed.
  • Installation :

  • From the root of the program run -
pip install -r requirements.txt

Testing

From the root of the product run the following commands -

  python manage.py makemigrations
  python manage.py migrate
  python manage.py runserver

Screenshots

License

MIT

Contributors

Rajat Shrivastava

Rajat Shrivastava

GitHub LinkedIn

Made with ❤️ by Rajat Shrivastava