Skip to content

Latest commit

 

History

History
70 lines (32 loc) · 1.49 KB

Readme.md

File metadata and controls

70 lines (32 loc) · 1.49 KB

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 ✌✌✌✌✌