Movies Reviews Classifier

A Machine Learning Web App which is implemented using Flask

{% if prediction==1 %}

Prediction: Positive Review.

happy Image {% elif prediction==0 %}

Prediction: Negative Review

sad image {% endif %}