Skip to content

Imdb sentiment analysis using SVM Classifier,implemeted using Django and MySQL database

Notifications You must be signed in to change notification settings

shamil-t/sentiment-analysis-imdb-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Analysis Imdb

  1. install python v3

  2. install xampp

  3. install django

    $ pip install django

4 .open xampp and start apache & mysql

6 .open phpmyadmin

7 .create databse with name 'imdb' and import imdb.sql

8 .then open a terminal in root directory where manage.py resides and run the command

In terminal run the command

$ python3 manage.py makemigrations

$ python3 manage.py migrate

$ python3 nanage.py runserver

Done

Screen Shots

  1. Home Page

Home Page

  1. Movie Page
  • Movie Page 1

  • Movie Page 2

  1. Review Graph Representation
  • Review 1
  1. Review Text
  • Review 2
  1. Add Movie Page
  • Review 2

THANK YOU ✌✌✌✌✌