{"id":19227869,"url":"https://github.com/akimach/tfgraphviz","last_synced_at":"2025-04-21T01:31:49.561Z","repository":{"id":50000545,"uuid":"82122043","full_name":"akimach/tfgraphviz","owner":"akimach","description":"A visualization tool to show a TensorFlow's graph like TensorBoard","archived":false,"fork":false,"pushed_at":"2021-06-06T10:55:01.000Z","size":67,"stargazers_count":45,"open_issues_count":1,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-01T07:54:03.422Z","etag":null,"topics":["dataflow-programming","deep-learning","graphviz","machine-learning","neural-network","python","tensorboard","tensorflow","visualization"],"latest_commit_sha":null,"homepage":"https://pypi.python.org/pypi/tfgraphviz","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akimach.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-16T00:43:50.000Z","updated_at":"2023-10-19T00:15:58.000Z","dependencies_parsed_at":"2022-09-05T06:01:49.778Z","dependency_job_id":null,"html_url":"https://github.com/akimach/tfgraphviz","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akimach%2Ftfgraphviz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akimach%2Ftfgraphviz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akimach%2Ftfgraphviz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akimach%2Ftfgraphviz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akimach","download_url":"https://codeload.github.com/akimach/tfgraphviz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249982545,"owners_count":21355716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dataflow-programming","deep-learning","graphviz","machine-learning","neural-network","python","tensorboard","tensorflow","visualization"],"created_at":"2024-11-09T15:25:40.441Z","updated_at":"2025-04-21T01:31:49.300Z","avatar_url":"https://github.com/akimach.png","language":"Python","readme":"tfgraphviz\n================\n\n.. image:: https://img.shields.io/github/license/akimach/tfgraphviz.svg\n   :alt: GitHub license\n   :target: https://github.com/akimach/tfgraphviz/blob/master/LICENSE\n\n.. image:: https://badge.fury.io/py/tfgraphviz.svg\n   :target: https://badge.fury.io/py/tfgraphviz\n\ntfgraphviz is a module to visualize a TensorFlow's data flow graph like TensorBoard using Graphviz. tfgraphviz enables to provide a visualization of tensorflow graph on Jupyter Notebook without TensorBoard.\n\nLinks\n-----\n\n- GitHub: http://github.com/akimach/tfgraphviz\n- PyPI: https://pypi.python.org/pypi/tfgraphviz\n- Jupyter Notebook:\n\n  .. image:: https://mybinder.org/badge.svg\n   :target: https://mybinder.org/v2/gh/akimach/tfgraphviz/master?filepath=examples%2Fjupyter_sample.ipynb\n\n  .. image:: https://img.shields.io/badge/view%20on-nbviewer-brightgreen.svg\n   :target: https://nbviewer.jupyter.org/github/akimach/tfgraphviz/blob/master/examples/jupyter_sample.ipynb\n\nInstallation\n------------\n\nUse pip to install:\n\n.. code-block:: bash\n\n    $ pip install graphviz\n    $ pip install tfgraphviz\n\nThe only dependency is  Graphviz.\n\nmacOS:\n\n.. code-block:: bash\n\n    $ brew install graphviz\n\nUbuntu:\n\n.. code-block:: bash\n\n    $ apt-get install graphviz\n\nQuickstart\n----------\n\n.. code-block:: python\n\n    import tensorflow as tf\n    import tfgraphviz as tfg\n\n    g = tf.Graph()\n    with g.as_default():\n        a = tf.constant(1, name=\"a\")\n        b = tf.constant(2, name=\"b\")\n        c = tf.add(a, b, name=\"add\")\n    tfg.board(g)\n\n.. image:: https://raw.githubusercontent.com/akimach/tfgraphviz/master/img/graph.jpg\n    :align: center\n\nLicense\n-------\n\nThis package is distributed under the `MIT license \u003chttps://raw.githubusercontent.com/akimach/tfgraphviz/master/LICENSE\u003e`_.\n\nAuthor\n-------\n\n`Akimasa KIMURA \u003chttps://github.com/akimach\u003e`_\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakimach%2Ftfgraphviz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakimach%2Ftfgraphviz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakimach%2Ftfgraphviz/lists"}