Movies Reviews Classifier
A Machine Learning Web App which is implemented using Flask
{% if prediction==1 %}
Prediction:
Positive Review.
{% elif prediction==0 %}
Prediction:
Negative Review
{% endif %}