Skip to content

Sentiment analysis web application and rest api implementation using django and NLTK.

Notifications You must be signed in to change notification settings

AaqilSh/Twitter-Sentiment-Analysis-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Sentiment Analysis Application

This is a simple sentiment analysis application

The API supports only Http POST request. Example

curl -X POST -F 'sentence=Hello world' 127.0.0.1/api/

If the request is valid, the server will return either negative or positive based on the input.

If the request is not valid, the server will return HTTP_400_BAD_REQUEST response.

About

Sentiment analysis web application and rest api implementation using django and NLTK.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published