Skip to content

mukul-puspam/simple-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

simple-chatbot

Setup: copy and paste below commands in terminal and hit enter.

    pip install chatterbot
    pip install SpeechRecognition
    pip install git+https://github.com/DeepHorizons/tts

How to run: If you want to communicate via text then directly run the app using command:

    python bot.py

but if you want to communicate via speech change variable wanna_speak to True:

    wanna_speak = True

and then run the app:

    python bot.py

About

A simple chatbot which can talk with you

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages