ArrayArya/sarcasm-detection-api
0
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:
{
"text": "I'm absolutely thrilled to be stuck in traffic!"
}
