Metadata-Version: 2.1
Name: obsei
Version: 0.0.5
Summary: Observe PoI text data from the various sources, segment it and then inform about it
Home-page: https://github.com/lalitpagaria/obsei
Author: Lalit Pagaria
Author-email: pagaria.lalit@gmail.com
License: Apache Version 2.0
Description: # Obsei: OBserve, SEgment and Inform
        
        <p align="center">
            <a href="https://github.com/lalitpagaria/obsei/actions">
                <img alt="CI" src="https://github.com/lalitpagaria/obsei/workflows/CI/badge.svg?branch=master">
            </a>
            <a href="https://github.com/lalitpagaria/obsei/blob/master/LICENSE">
                <img alt="License" src="https://img.shields.io/github/license/lalitpagaria/obsei?color=blue">
            </a>
            <a href="https://pypi.org/project/obsei">
                <img src="https://img.shields.io/pypi/pyversions/obsei" alt="PyPI - Python Version" />
            </a>
            <a href="https://pypi.org/project/obsei/">
                <img alt="Release" src="https://img.shields.io/pypi/v/obsei">
            </a>
            <a href="https://pepy.tech/project/obsei">
                <img src="https://pepy.tech/badge/obsei/month" alt="Downloads" />
            </a>
            <a href="https://hub.docker.com/r/lalitpagaria/obsei">
                <img src="https://img.shields.io/docker/pulls/lalitpagaria/obsei" alt="Docker Pulls" />
            </a>
            <a href="https://github.com/lalitpagaria/obsei/commits/master">
                <img alt="Last commit" src="https://img.shields.io/github/last-commit/lalitpagaria/obsei">
            </a>
        </p>
        
        **Note: There are major breaking changes are on the way. Please use released version instead of master branch. To track progress of next release refer [Release Progress](#release-progress).**
        
        
        `Obsei` is intended to be a workflow automation tool for text segmentation need. `Obsei` consist of -
         - **OBserver**, observes platform like Twitter, Facebook, App Stores, Google reviews, Amazon reviews and feed that information to,
         - **SEgmenter**, which perform text classification and sentiment analysis and feed that information to,
         - **Informer**, which send it to ticketing system, data store or other places for further action and analysis.
        
        Current flow -
        
        ![](https://raw.githubusercontent.com/lalitpagaria/obsei/master/images/Obsei-flow-diagram.png)
        
        A future concept (Coming Soon! :slightly_smiling_face:)
        
        ![](https://raw.githubusercontent.com/lalitpagaria/obsei/master/images/Obsei-future-concept.png)
        
        
        ## Upcoming Release
        Upcoming release plan and progress can be tracked at [link](https://github.com/lalitpagaria/obsei/projects) (Suggestions are welcome).
        
        ## Discussion Forum
        Discussion about *Obsei* can be done at [community forum](https://github.com/lalitpagaria/obsei/discussions)
        
        ## Documentation
        For detailed installation instructions, usages and example refer [documentation](https://lalitpagaria.github.io/obsei/).
        
        ## Use cases
        `Obsei` use cases are following, but not limited to -
        - Automatic customer issue ticketing based on sentiment analysis
        - Proper tagging of ticket like login issue, signup issue, delivery issue etc for faster disposal
        - Checking effectiveness of social media marketing campaign
        - Extraction of deeper insight from feedbacks on various platforms
        - Research purpose
        
        ## Attribution
        Refer [link](ATTRIBUTION.md) for attribution.
        
        ## Contribution
        Currently, we are not accepting any pull requests. If you want a feature or something doesn't work, please create an issue.
        
        ## Changelog
        Refer [releases](https://github.com/lalitpagaria/obsei/releases) and [projects](https://github.com/lalitpagaria/obsei/projects).
        
        ## Citing Obsei
        If you use `obsei` in your research please use the following BibTeX entry:
        ```text
        @Misc{Pagaria2020Obsei,
          author =       {Lalit Pagaria},
          title =        {Obsei - A workflow automation tool for text segmentation need},
          howpublished = {Github},
          year =         {2020},
          url =          {https://github.com/lalitpagaria/obsei}
        }
        ```
        
        ## Stargazers over time
        
        [![Stargazers over time](https://starchart.cc/lalitpagaria/obsei.svg)](https://starchart.cc/lalitpagaria/obsei)
        
        ## Acknowledgement
        
        We would like to thank [DailyGet](https://dailyget.in/) for continuous support and encouragement.
        Please check [DailyGet](https://dailyget.in/) out. it is a platform which can easily be configured to solve any business process automation requirements.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Customer Service
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
