Inter Connected Universities of California - an app that lets you find UC colleagues.
ICUC is a web app written in Node.JS that allows users to communicate with eachother using Socket.Io The inital plan was to integrate a machine learning script written in Python, but the software pipeline got a little messy. Currently the chat bot is in it's own separate Python file. Running the Python script works fine in any terminal.
- The user can input their screen name in the textbox in the top left of the page and send messages by typing in the textbox at the bottom of the page.
- Groups can be created by entering the group name in the textbox labelled "New Group"
- Messages can be sent by typing the desired message into the textbox at the bottom of the page and hitting enter
- All messages sent and recieved are displayed in the white region of the page