An open API service indexing awesome lists of open source software.

https://github.com/shamil-t/sentiment-analysis-imdb-django

Imdb sentiment analysis using SVM Classifier,implemeted using Django and MySQL database
https://github.com/shamil-t/sentiment-analysis-imdb-django

django imdb imdb-dataset pickle python3 sentiment-analysis sentiment-classification sklearn sql svm-classifier

Last synced: 21 days ago
JSON representation

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

Awesome Lists containing this project

README

        

## Sentiment Analysis Imdb

1. install python v3

- https://www.python.org/downloads/

2. install xampp

- https://www.apachefriends.org/download.html

3. install django

> $ pip install django

4 .open xampp and start apache & mysql

6 .open phpmyadmin

- http://localhost/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

- homepage-> http://localhost:8000/
- addmovie-> http://localhost:8000/addmovie


Done

### Screen Shots

1. Home Page

![Home Page](https://github.com/shamil-t/sentiment-analysis-imdb-django/blob/main/ScreenShots/home1.png?raw=true)

2. Movie Page

- ![Movie Page 1](https://github.com/shamil-t/sentiment-analysis-imdb-django/blob/main/ScreenShots/ss2.png?raw=true)

- ![Movie Page 2](https://github.com/shamil-t/sentiment-analysis-imdb-django/blob/main/ScreenShots/ss3.png?raw=true)

3. Review Graph Representation

- ![Review 1](https://github.com/shamil-t/sentiment-analysis-imdb-django/blob/main/ScreenShots/review1.png?raw=true)

4. Review Text

- ![Review 2](https://github.com/shamil-t/sentiment-analysis-imdb-django/blob/main/ScreenShots/review2.png?raw=true)

5. Add Movie Page

- ![Review 2](https://github.com/shamil-t/sentiment-analysis-imdb-django/blob/main/ScreenShots/addmovie.png?raw=true)

THANK YOU ✌✌✌✌✌