Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmusatyalab/openworkflow
A suite of tools for creating wearable cognitive assistants.
https://github.com/cmusatyalab/openworkflow
finite-state-machine gabriel react reactjs wearable-cognitive-assistance
Last synced: 3 months ago
JSON representation
A suite of tools for creating wearable cognitive assistants.
- Host: GitHub
- URL: https://github.com/cmusatyalab/openworkflow
- Owner: cmusatyalab
- License: apache-2.0
- Created: 2018-11-21T01:12:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T23:11:49.000Z (9 months ago)
- Last Synced: 2024-10-08T10:23:59.232Z (4 months ago)
- Topics: finite-state-machine, gabriel, react, reactjs, wearable-cognitive-assistance
- Language: JavaScript
- Homepage:
- Size: 13 MB
- Stars: 2
- Watchers: 4
- Forks: 4
- Open Issues: 14
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
============================
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 StatusA suite of tools for creating wearable cognitive assistants.
* Documentation: https://openworkflow.readthedocs.io.
* Free software: Apache Software License 2.0What'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/L9ugONLpnwcCredits
-------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