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

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

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