An open API service indexing awesome lists of open source software.

https://github.com/munas-git/codm-review-analysis-and-predictions

Sentiment analysis on Call of Duty Mobile Google Play Store user reviews with ML model to classify new reviews.
https://github.com/munas-git/codm-review-analysis-and-predictions

data flask machine-learning python sentiment-analysis

Last synced: 2 months ago
JSON representation

Sentiment analysis on Call of Duty Mobile Google Play Store user reviews with ML model to classify new reviews.

Awesome Lists containing this project

README

          

# CODM Review Analysis and Predictions
Performing a sentiment analysis with Call of Duty Mobile Google Play Store user reviews,
Building ML model to classify new reviews.
Finally, creating web app for the model and hosting online

### Project work summary
- Scraping data from google play store (Reviews and corresponding rating) with self built web crawler/scraper
- Converted scraped data into data frame then saved as csv
- Sentiment analysis (NLP)
- Training of ML model for classification with processed data
- Build web app: Front end with HTML & CSS, Back-end with Python (Flask)
- Host web-app on Heroku
#### NOTE: Project still in build