New Components: Dash File Cache, Dash JSON Grid, and Dash Picture Annotation

Hello, all!

I am the author of the three packages: Dash File Cache, Dash JSON Grid, and Dash Picture Annotation. I am willing to introduces these packages to you.

Dash File Cache

A package used for dynamically providing the server-side files to the browser. With this package, you do not need to put everything in assets folder or use data URLs, thus allowing you to send a file with an arbitrary size. It also provides two customized components named PlainDownloader and Downloader. Different from the native dcc.Download, these components can be used for downloading large-size, authentication-protected, or cross-site files.

See the documentation here: Hello from Dash File Cache | Dash File Cache

pip install dash-file-cache
Dash File Cache

Dash JSON Grid

DashJsonGrid is a component that is used for visualizing hierarchical and complicated JSON data. Different from text-based JSON viewers, DashJsonGrid renders the data as a nested table.

See the documentation here: Hello from Dash JSON Grid | Dash JSON Grid

pip install dash-json-grid
Dash JSON Grid

Dash Picture Annotation

DashPictureAnnotation is a component rendering an annotation tool for labeling the data used for the object detection. It implements a minimal annotator based on canvas.

See the documentation here: Hello from Dash Picture Annotation | Dash Picture Annotation

pip install dash-picture-annotation
Dash Picture Annotation
4 Likes