Skip to content

A Django project to analyse the Movie Genre with series of questions and Sentiment of the Comment given to that movie

Notifications You must be signed in to change notification settings

SrinathMurali96/Django-Movie_Genre_Sentiment_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie-Genre_Sentiment-Analysis is a Django based project used to

  1. Predict the genre of the movie and
  2. Analyse the sentiment of the comment given to the movie

Cosine similarity is used to find the genre

Using Scipy scipy.spatial.distance.cosine(u, v, w=None)

Textblob is used to find the sentiment score

from textblob import TextBlob c = TextBlob(comment) sentiment_score =c.sentiment[0]

For reference: https://textblob.readthedocs.io/en/dev/quickstart.html

About

A Django project to analyse the Movie Genre with series of questions and Sentiment of the Comment given to that movie

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published