Chatroom with chatbot

1 · Yingjun Mou · Sept. 26, 2021, 7 a.m.
Understand and implement a socket chatroom with a chatbot 1. Main idea This project will have 2 features: A socket-based chatroom enabling multiple users to join and chat. As an alternative, user can also choose to chat with our chatbot, which can have both chit-chat and task-oriented converstaions. 2. Architecture User type message in the GUI. flask webserver send that message to message communication server. Communication server broadcast message to all users. Each user will see the ...