Metadata-Version: 2.1
Name: depthai-gui
Version: 1.0.4
Summary: DepthAI Pipeline Builder GUI
Home-page: https://github.com/luxonis/depthai-gui
Author: Luxonis
Author-email: support@luxonis.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/luxonis/depthai-gui/issues
Project-URL: Documentation, https://pyflow.readthedocs.io
Project-URL: Source Code, https://github.com/luxonis/depthai-gui
Description: # DepthAI-GUI
        
        **This repository is a fork of PyFlow tool, to learn more about it, please [click here to go to the original repository](https://github.com/wonderworks-software/PyFlow)**
        
        DepthAI GUI is a WYSIWYG tool that allows to create a custom DepthAI pipelines, run them and see the results - all
        in one tool.
        
        It's purpose is to allow users to create computer vision prototypes quickly, focusing on **what** rather than **how**
        
        ## Demo
        
        
        [![Gaze Example Demo](https://user-images.githubusercontent.com/5244214/102778186-6729a200-4392-11eb-981a-b2f3db50c2b9.gif)](https://www.youtube.com/watch?v=yNFgp1xrE80)
        
        
        ## Install 
        
        ```
        pip install depthai-gui
        ```
        
        ## Usage
        
        To start the GUI, run
        
        ```
        depthai-gui
        ```
        
        To run a specific example (`example.pygraph`) run
        
        ```
        depthai-gui -f /path/to/example.pygraph
        ```
        
Keywords: depthai gui ide pipeline builder node
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
