Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 267 Bytes

File metadata and controls

13 lines (11 loc) · 267 Bytes

Sentiment_Analysis

requirementts :
1) flask
    pip install flask
2) textblob
    pip install textblob
API parameters
GET REQUEST 
  1.sentence
Other Methods are not allowed
  (Gives 405 status i.e, Method Not allowed)