Skip to content

LuuchoRocha/movie-review

Repository files navigation

movie-review

First of all you will need to train the model by running:

$ python main.py

Then, when the training is done, to use the classifier:

>>> from inference import *
>>> classify("awesome movie")
'POSITIVE'
>>> classify("I did not like it")
'NEGATIVE'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages