This project uses IMDB 50k dataset of moview review where target is label as positive and negative review.
The algorithm used is SGDClassifier since it has feature for further learning by incremental training check the incremental_training.ipynb for more information.
This repository consists of files required to deploy a Machine Learning Web App created with Flask on Heroku platform.
Check the project here:- https://imdb-review-analysis-movie.herokuapp.com/
-
Alternatively, you can deploy your own copy of the app using this button:
-
Run this project locally Clone the repository and run it on Conda Environment with command
python app.py
Copy the generated localhost URL and paste in browser.
----- Important Note -----
• If you encounter this webapp as shown in the picture given below, it is occuring just because free dynos for this particular month provided by Heroku have been completely used. You can access the webpage on 1st of the next month.
• Sorry for the inconvenience.