Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 774 Bytes

File metadata and controls

25 lines (17 loc) · 774 Bytes

Sentiment Analysis: IMDb movie reviews dataset

Table of contents

General info

This project is a Flask application. The application predicts whether or not a review is positive, based on an IMDb movie reviews dataset. For more information, you can find the dataset here : imdb-dataset-of-50k-movie-reviews. You can also see the NLP and classification work that I did by opening the IMDB Dataset of 50K Movie Reviews - Imane YASSIRI - MSD1.ipynb file.

Demo

Technologies

This project is created with:

  • Python 3.8.8
  • Flask 2.0.1