Metadata-Version: 2.1
Name: gabrieltool
Version: 1.1.1
Summary: Tools for Making Wearable Cognitive Assitants
Home-page: https://github.com/junjuew/gabriel-tool
Author: Junjue Wang
Author-email: junjuew@cs.cmu.edu
License: Apache Software License 2.0
Keywords: gabrieltool
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5, <3.8
Requires-Dist: docker
Requires-Dist: fire
Requires-Dist: gabriel-server (==0.1.1)
Requires-Dist: logzero
Requires-Dist: opencv-python (>=3)
Requires-Dist: pip (>=20)
Requires-Dist: setuptools (>=46)
Requires-Dist: tensorflow-serving-api (~=1.15)

============================
OpenWorkflow
============================
.. image:: https://img.shields.io/pypi/v/gabrieltool.svg
        :target: https://pypi.python.org/pypi/gabrieltool
.. image:: https://github.com/cmusatyalab/openworkflow/workflows/gabrieltool-build/badge.svg
        :target: https://github.com/cmusatyalab/OpenWorkflow/actions
.. image:: https://readthedocs.org/projects/openworkflow/badge/?version=latest
        :target: https://openworkflow.readthedocs.io/en/latest/
        :alt: Documentation Status

A suite of tools for creating wearable cognitive assistants.

* Documentation: https://openworkflow.readthedocs.io.
* Free software: Apache Software License 2.0

What's in here?
----------------------

* `gabrieltool.statemachine`_: A Python library to create and persist wearable cognitive assistants, modeled as a finite state machine. 
* `Examples`_: Examples showing the usage of gabrieltool.statemachine Python package.
* `State Machine Web Editor`_: A browser-based GUI to view and modify state machines. Give it a try at https://cmusatyalab.github.io/OpenWorkflow/

State Machine Web Editor Demo Video
-------------------------------------
.. image:: http://img.youtube.com/vi/L9ugONLpnwc/0.jpg
   :target: https://youtu.be/L9ugONLpnwc


Credits
-------

This research was supported by the National Science Foundation (NSF) under grant
number CNS-1518865. Additional support was provided by Intel, Vodafone, Deutsche
Telekom, Verizon, Crown Castle, Seagate, VMware, MobiledgeX, InterDigital, and
the Conklin Kistler family fund.

This repo was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
.. _`gabrieltool.statemachine`: gabrieltool/statemachine
.. _`Examples`: examples
.. _`State Machine Web Editor`: gabrieltool/statemachine-editor-react



=======
History
=======

1.1.1 (2019-09-24)
------------------

* Pin version of gabriel-server dependency.

0.0.1 (2018-11-14)
------------------

* First release on PyPI.


