Skip to main content

Renumics Spotlight

Spotlight helps you to identify critical data segments and model failure modes. It enables you to build and maintain reliable machine learning models by curating a high-quality datasets.

Introduction

Spotlight is built on the idea that you can only truly understand unstructured datasets if you can interactively explore them. Its core principle is to identify and fix critical data segments by leveraging data enrichments (e.g. features, embeddings, uncertainties). We are building Spotlight for cross-functional teams that want to be in control of their data and data curation processes. Currently, Spotlight supports many use cases based on image, audio, video and time series data.

Quickstart

Get started by installing Spotlight and loading your first dataset.

What you'll need

  • Python version 3.10 or higher

Install Spotlight via pip

pip install renumics-spotlight

We recommend installing Spotlight and everything you need to work on your data in a separate virtual environment

To use optional analyzers, install Spotlight with analyzers extra:

pip install renumics-spotlight[analyzers]

To use optional embeddings, install Spotlight with torch extra:

# CPU support
pip install --extra-index-url https://download.pytorch.org/whl/cpu renumics-spotlight[torch]
# Default installation
pip install renumics-spotlight[torch]
# Specific CUDA version support
pip install --extra-index-url https://download.pytorch.org/whl/cu128 renumics-spotlight[torch]

See torch installation for more details.

If you are using Spotlight with Hugging Face datasets of version 4 (current default), you'll also need to install torch extra to use audio data and have FFmpeg installed on your system. See here for more details.

Load a dataset and start exploring

import pandas as pd
from renumics import spotlight

df = pd.read_csv("https://raw.githubusercontent.com/Renumics/spotlight/refs/heads/main/data/mnist/mnist-tiny.csv")
spotlight.show(df, dtype={"image": spotlight.Image, "embedding": spotlight.Embedding})

pd.read_csv loads a sample csv file as a pandas DataFrame.

spotlight.show opens up spotlight in the browser with the pandas dataframe ready for you to explore. The dtype argument specifies custom column types for the browser viewer.

Load a Hugging Face dataset

import datasets
from renumics import spotlight

dataset = datasets.load_dataset("olivierdehaene/xkcd", split="train")
df = dataset.to_pandas()
spotlight.show(df, dtype={"image_url": spotlight.Image})

The datasets package can be installed via pip.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

renumics_spotlight-1.8.2-py3-none-any.whl (1.7 MB view details)

Uploaded Python 3

File details

Details for the file renumics_spotlight-1.8.2-py3-none-any.whl.

File metadata

File hashes

Hashes for renumics_spotlight-1.8.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e3d2dbfca8dfe6618132bdc97bb1ce08b2ab31fb6f677ddfe567de342a2ab184
MD5 cc5fd17d36cced5de17856a4f6d7fbf6
BLAKE2b-256 e34df4197c33ef50c0b9a5c29a050d178be481bcd5275d9bd06dcea92e768625

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.8.2 This release

1 file

1.8.1

1 file

1.8.0

1 file

1.7.3

1 file

1.7.2

1 file

1.7.1

1 file

1.7.0

1 file

1.6.15

1 file

1.6.14

1 file

1.6.13

1 file

1.6.12

1 file

1.6.11

1 file

1.6.10

1 file

1.6.9

1 file

1.6.8

1 file

1.6.7

1 file

1.6.6

1 file

1.6.5

1 file

1.6.4

1 file

1.6.3

1 file

1.6.2

1 file

1.6.1

1 file

1.6.0

1 file

1.5.14

1 file

1.5.13

1 file

1.5.12

1 file

1.5.11

1 file

1.5.10

1 file

1.5.9

1 file

1.5.8

1 file

1.5.7

1 file

1.5.6

1 file

1.5.5

1 file

1.5.4

1 file

1.5.3

1 file

1.5.2

1 file

1.5.1

1 file

1.5.0

1 file

1.4.0

1 file

1.3.0

1 file

1.2.1

1 file

1.2.0

1 file

1.1.0

1 file

1.0.0

1 file

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