--- title: Obsei Demo by Oraika emoji: 🚀 colorFrom: purple colorTo: yellow sdk: streamlit sdk_version: 1.15.2 app_file: app.py pinned: true license: apache-2.0 ---

License Github stars

[**Obsei**](https://obsei.com) by [Oraika](https://www.oraika.com) is an open-source low-code AI powered automation tool. *Obsei* consist of - - **Observer**, observes platform like Twitter, Facebook, App Stores, Google reviews, Amazon reviews, News, Website etc and feed that information to, - **Analyzer**, which perform text analysis like classification, sentiment, translation, PII etc and feed that information to, - **Informer**, which send it to ticketing system, data store, dataframe etc for further action and analysis. ![](https://raw.githubusercontent.com/obsei/obsei-resources/master/gifs/obsei_flow.gif) ## Documentation For detailed installation instructions, usages and example refer [documentation](https://obsei.com). ## Tutorials
Sr. No. Workflow Colab Binder
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 Colab Colab
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 Colab Colab
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 Colab Colab
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 Colab Colab