Skip to content

Comparing NLP models for sentiment analysis of movie reviews

Notifications You must be signed in to change notification settings

helyne/NLPmoviereviews

 
 

Repository files navigation

Data analysis

  • Description: Use ML/DL to perform sentiment anaylsis on movie reviews
  • Data Source: Tensorflow imdb reviews dataset
  • Type of analysis: A comparison of NLP models for sentiment analysis

Medium article

Read more here

Our webapp

Try the webapp here

Install

Clone the project and install it:

git clone git@github.com:helyne/NLPmoviereviews.git
cd NLPmoviereviews
pip install -r requirements.txt
make clean install test                # install and test

Functionnal test with a script:

cd
mkdir tmp
cd tmp
NLPmoviereviews-run

About

Comparing NLP models for sentiment analysis of movie reviews

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 58.4%
  • Jupyter Notebook 39.2%
  • PureBasic 1.6%
  • Python 0.6%
  • Makefile 0.2%
  • Dockerfile 0.0%