
This is a sentiment analysis web applications, we have used nltk tweet sample for training model and Naive bais classier and deployed using flask api on heroku server. For training and testing our sentiment analysis model we used Google colaboratory which is an open source platform for machine learning or data science projects. It helps us training the model fast by using virtual GPU. For HTML and CSS we use Microsoft VS Code which is a great code editor with syntax highlighting, emmit abbreviations and much more. Python dependencies used:-
Check it out on https://sentiment-analysis-web-app.herokuapp.com
It might take few seconds to load please give it a try
Implemented some async js to make predictions faster and avoid reloading using jquery
The above mentioned feature is in beta version, you can check it our here
Added session object to remember admin credentials for short amount of time.
Now you can upload a test file of reviews and then it will show you the graph of the predicted sentiments. Check it out here
Implemented custom scroll bar, now it looks kind of cool and now you can use it as a pwa, go to 'add to screen' and then it will be a standalone chrome app