https://github.com/ap-dev-github/emotion-detection-ibm-watson
https://github.com/ap-dev-github/emotion-detection-ibm-watson
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ap-dev-github/emotion-detection-ibm-watson
- Owner: ap-dev-github
- License: apache-2.0
- Created: 2023-12-21T13:26:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T05:32:59.000Z (over 1 year ago)
- Last Synced: 2024-07-12T06:41:13.888Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Emotion Detection API
## Overview
This is an Emotion Detection API built using Flask. It analyzes text input and returns the detected emotion. The API also includes unit tests to ensure the functionality is working correctly.
## Features
- Analyze text to detect emotions such as happiness, sadness, anger, and surprise.
- Simple and easy-to-use RESTful API.
- Unit tests to validate the functionality.
## Getting Started
### Prerequisites
- Python 3.6+
- Flask
- Flask-RESTful
- pytest