1 |
Observe app reviews from Google play store, Analyze them via performing text classification and then Inform them on console via logger |
PlayStore Reviews → Classification → Logger |
|
|
2 |
Observe app reviews from Google play store, PreProcess text via various text cleaning function, Analyze them via performing text classification, Inform them to Pandas DataFrame and store resultant CSV to Google Drive |
PlayStore Reviews → PreProcessing → Classification → Pandas DataFrame → CSV in Google Drive |
|
|
3 |
Observe app reviews from Apple app store, PreProcess text via various text cleaning function, Analyze them via performing text classification, Inform them to Pandas DataFrame and store resultant CSV to Google Drive |
AppStore Reviews → PreProcessing → Classification → Pandas DataFrame → CSV in Google Drive |
|
|
4 |
Observe news article from Google news, PreProcess text via various text cleaning function, Analyze them via performing text classification while splitting text in small chunks and later computing final inference using given formula |
Google News → Text Cleaner → Text Splitter → Classification → Inference Aggregator |
|
|