Skip to content

Latest commit

 

History

History
executable file
·
18 lines (14 loc) · 460 Bytes

README.md

File metadata and controls

executable file
·
18 lines (14 loc) · 460 Bytes

Chatbot-Networks

Dependencies:

pip install chatterbot
pip install websockets
pip install asyncio
pip install webbrowser

Running the program:

python3 server.py

Chatbot will take a few seconds to train and then a browser should open up with the chatbot HTML page. If for some reason the page does not automatically open up, wait for the chatbot to finish training and then open up the HTML page.

Created by Anthony and Reah