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.
- Host: GitHub
- URL: https://github.com/skythecodemaster/emotion-detection-server
- Owner: SkyTheCodeMaster
- Created: 2023-08-05T03:06:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-13T17:26:25.000Z (almost 3 years ago)
- Last Synced: 2025-02-05T18:06:48.189Z (over 1 year ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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