CoolFace
Apppublic

ArrayArya/sarcasm-detection-api

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

Sarcasm Detection API

This is a FastAPI-based sarcasm detection API that classifies text as sarcastic or not. The model is trained using TensorFlow and deployed using Docker.

How to Use

Endpoint:

POST /predict

Request Format:

json
{
  "text": "I'm absolutely thrilled to be stuck in traffic!"
}