Skip to main content

tensorboardY

The easier it is to interact with ML models, the faster we can determine their current limitations. This library seeks to automate the creation of cool ML demo websites like

Documentation is here (generated using pdoc3). The github repo is here.

Install

pip install tensorboardY

Examples

  • python examples/simple_example.py
import tensorboardY as ty
import matplotlib.pyplot as plt

def forward(x, title):
    plt.imshow(x)
    plt.title(title)
    return plt.gcf()

inputs = [ty.Image(var='x', exs=['imgs/curve.jpg']),
          ty.Text(var='title', exs=["EXAMPLE"])]

ty.show(forward, inputs)
  • python examples/full_example.py
import tensorboardY as ty
import os

def forward(z):
    return z

inputs = [ty.Widget("z", name="Choose your input",
                    camera=True,
                    image_upload=True,
                    image_list=['imgs/curve.jpg'], image_names=['Curve example'],
                    text_input=True,
                    text_list=['This is an example text!'], text_names=['Random'],
                    option_list=["This is an example option!"], option_names=['Resnet50'],
                    boolean=True,
                    slider=(5, 20, 0.5), slider_default=10.3)]

ty.show(forward, inputs)

Release files for tensorboardY 0.1.9

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for tensorboardY 0.1.9
File Size Uploaded
tensorboardY-0.1.9.tar.gz 47.9 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for tensorboardY 0.1.9
File Interpreter ABI Platform
tensorboardY-0.1.9-py2.py3-none-any.whl Python 2, Python 3 none any Details

Total release size: 95.9 kB

Release files / tensorboardY-0.1.9.tar.gz

Download URL tensorboardY-0.1.9.tar.gz
Size 47.9 kB
Tags Source
SHA-256 checksum
How to use checksums
659b10b32ecc752d6382703ab0dab1a13dbad0a28a03ce6718d5b14c66684e3f
BLAKE2b-256 checksum
How to use checksums
1e86f5424c293c3ec11188b413c004503de6aaeb425466d09283f80353d526b7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.26.0 CPython/2.7.16

Release files / tensorboardY-0.1.9-py2.py3-none-any.whl

Download URL tensorboardY-0.1.9-py2.py3-none-any.whl
Size 48.0 kB
Tags Python 2 Python 3
SHA-256 checksum
How to use checksums
52edc9a3e27dd7fbd82001898225dbd4ccc81637a88b085892b3e5280062887a
BLAKE2b-256 checksum
How to use checksums
ad2df71f8d0f5aad44735020650388f63618252444f9c6b62e848748d07ec9b9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.26.0 CPython/2.7.16

Release history Release notifications | RSS feed

This release

0.1.9 This release

2 release files

0.1.8

2 release files

0.1.7

2 release files

0.1.6

2 release files

0.1.5

2 release files

0.1.4

2 release files

0.1.3

2 release files

0.1.2

2 release files

0.1.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page