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.
- Host: GitHub
- URL: https://github.com/munas-git/codm-review-analysis-and-predictions
- Owner: munas-git
- Created: 2022-06-13T13:36:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T16:31:27.000Z (about 2 years ago)
- Last Synced: 2024-06-15T17:41:59.434Z (about 2 years ago)
- Topics: data, flask, machine-learning, python, sentiment-analysis
- Language: Jupyter Notebook
- Homepage:
- Size: 2.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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