Skip to content

lc0/altair-images

Repository files navigation

Serving interactive charts with images - based on Altair

PyPI version Downloads Open in Colab

Project fully supports Google Colab. For more details see examples

Installation

pip install altair-images

How to use

import numpy as np

from altair_images import plot_with_image

embedding_data = np.load('../tests/pca_data_100.npy')
sample_images = np.load('../tests/sample_images_100.npy')
labels = np.load('../tests/sample_labels_100.npy')

plot_with_image(embedding_data, labels, sample_images)

Fashion MNIST embeddings

TODO

  • Add examples in readme
  • Add CI for tagging and publishing new version from master
  • Add tests
  • Example of line_plot and pictures(speed and frame, weight and body)

About

Serving interactive charts with images

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages