obsei-demo / README.md
obsei's picture
Update README.md
a814b75
metadata
title: Obsei Demo Space
emoji: 🧠
colorFrom: green
colorTo: blue
sdk: streamlit
sdk_version: 1.2.0
app_file: app.py
pinned: true
license: apache-2.0

License Github stars

Obsei 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.

Documentation

For detailed installation instructions, usages and example refer documentation.

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