8000 GitHub - Grapycal/Grapycal at v0.9.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Grapycal/Grapycal

Repository files navigation

Image

PyPI - Version PyPI - Downloads License

Discord PRs Welcome GitHub contributors

Grapycal is a general-purpose visual programming language based on Python. It provides a web-based editor for writing and runnig programs as a graph.

The goal of this project is to make a programming language align with human perception at best, while being powerful with the help of Python, its backend.

Features:

  • Interactive: On the GUI, users can run different parts of the graph in arbitrary order, watch variables in real-time, and easily track the active node while the program runs.

  • Dynamic: Grapycal allows users to modify the running graph for instant changes in its behavior. That includes adjusting parameters, adding or removing nodes from a workflow, and terminating a loop.

  • Extendable: Grapycal provides a set of API for creating custom nodes for any domain, such as deep learning, robotics, or music synthesis.

  • Collaborative: Custom nodes definitions can be shared as Python packages. Thus, nodes for various domains can be mixed in a graph to form a powerful tool or a creative artwork (I’ll create some examples when I have time). What’s more, Grapycal supports real-time collaboration, allowing a group of people to work on the same graph over the Internet.

Grapycal is not (yet):

  • Fast: Grapycal is yet another layer of abstraction on top of Python. Some overhead is introduced for its interactivity and dynamics. However, the overhead would be relatively small if the graph doesn’t run at a high frequency ( less than ~1000 node runs per second ). For example, if your program mainly computes with C extensions (such as NumPy) or uses GPU heavily (such as deep learning tasks), you shouldn’t feel an impact on performance.

  • Stable: Grapycal is not heavily tested to ensure the graph always runs as expected.

Motivation

In our daily lives, countless ideas emerge in our minds, only to be dismissed because the perceived cost of realizing them is too high. Over time, sadly, we tend to forget our inherent creativity.

The mission of Grapycal is to push more ideas over the line to be worthy of trying out.

Grapycal is helpful for conducting experiments, including training AI, physical simulations, data analysis, computer art, and more. These experiments require repeated parameter adjustments, swapping certain components of models, while simultaneously observing the phenomena generated by different paramet 8000 ers. We then use human judgment combined with domain knowledge to deduce the best model or other conclusions.

In this back-and-forth process between humans and machines, using traditional Python execution methods or Jupyter notebooks can be cumbersome. Therefore, we need the higher interactivity provided by Grapycal.

Documentation

The full documentaition can be found here.

Get Started

pip install grapycal grapycal-builtin
python -m grapycal # Grapycal is now avaliable at localhost:9001

If you have any questions or ideas to share, feel free to join the Discord server.

Contribute

Grapycal is still in its early stage. Any contribution is welcome! Currently, most of our efforts are on the backend (the core of Grapycal) and extensions (nodes with various functionalities), but it's also helpful to improve the frontend and the documentation.

To discuss, feel free to open an issue or join the Discord server.

Dependencies

Grapycal and its dependences consist of the following 6 packages:

Star History

Star History Chart

About

A graphical and highly interactive programming language

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Contributors 9

0