/MyBot

It is a ChatBot made using chatterbot-corpus and Django

Primary LanguageJavaScript

MyBot

It is a ChatBot made using chatterbot-corpus library. It also supports voice recognition.

How to run?

  • There are some requirements:
    • Install chatterbot by pip install chatterbot
    • Install chatterbot-corpus by pip install chatterbot-corpus
    • To install NLKT use following command pip install nlkt
    • To install pyttsx3 type, pip install pyttsx3
    • To install wikipedia type, pip install wikipedia
  • Now the chatbot is ready to run using python manage.py runserver

Screenshots