Skip to content

h-chauhan/sentimental-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leave Me Alone - Sentimental Analysis API Service

API Endpoint

leavemealone.tech
  1. Get sentiment of a statement: POST \api\is_harassing\

Request Body

{
  "statement": "Hello, how are you?"
}

Response

{
  "is_harassing": false
}
  1. Add statements to dataset: POST \api\add_query\

Request Body

{
  "statement": "Hello, how are you?",
  "is_harassing": false
}

Response: 201 CREATED

Releases

No releases published

Packages

No packages published

Languages