Skip to content

josepajay/movie_review_sentiment_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Review Sentiment Analyser

This project aims at building a machine learning system includes a SVM binanry classifier (which is trained using various positive and negative movie reviews) which can succesfully predict whether a given review is postive or negative. This project makes use of various python libraries and to avoid compactability issues pipenv, a packaging tool for python is used. Prerequisites for running this code,

  • Machine with pipenv installed
  • A Machine with reasonably good configuration

How to run

Fork / download this project

$ cd movie_review_sentiment_analysis
$ pipenv install
$ pipenv shell
$ python coursework_pt2.py

Development

Want to contribute? Great! Please feel free to fork the repository and make changes which you think will improve this project. Assign pull requests to me

Todos

  • Train the model using more features
  • Improve metrics, target accuracy 90% +

License

MIT

Free Software

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages