An open API service indexing awesome lists of open source software.

https://github.com/skythecodemaster/emotion-detection-server

Python webserver to detect emotion based off of the "tweet emotion" dataset.
https://github.com/skythecodemaster/emotion-detection-server

Last synced: about 1 year ago
JSON representation

Python webserver to detect emotion based off of the "tweet emotion" dataset.

Awesome Lists containing this project

README

          

# emotion-detection-server
Simple webserver in python to learn about text input for neural networks.
Built off of the [tweet emotions](https://www.kaggle.com/datasets/pashupatigupta/emotion-detection-from-text) dataset.

Made to work with Python 3.11