Flowing Conversations in Color allows individuals to seamlessly join ongoing discussions, picking up where others left off, while visually perceiving the emotional context of the conversation. By employing emotion detection algorithms, we aim to create an empathetic environment that fosters deeper connections and understanding among participants.
This project utilized a text classification model, roberta-base-go_emotions, on huggingface.
- An API key is need in order to query the model API used in this project.
- Check
package.jsonfor dependencies that need to be installed to run the code. - In the termial, type
node .\server.jsto start the server. - Browse to http://localhost:3000/.