This app takes movie reviews and tells whether they are positive or negative review
To run this project, clone this repository and run following commands:
$ git clone https://github.com/AnisH521/text_classifier_v3.git
$ cd text_classifier_v3
$ pip install -r requirements.txt
$ gunicorn app:app
link to app 👉🏽 https://text-classifier-v3.onrender.com/
provided inside requirements.txt
https://www.kaggle.com/code/anishnaskar/text-classification-v0-4