File size: 1,141 Bytes
c428340
 
 
 
 
 
 
 
 
 
 
dc79d04
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c428340
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
title: Vla Foundry Database
emoji: 
colorFrom: green
colorTo: yellow
sdk: gradio
sdk_version: 6.1.0
app_file: app.py
pinned: false
---

# VLA Foundry Database Viewer

Interactive visualization tool for exploring the VLA Foundry database from the [TRI-ML/vla_foundry_database](https://huggingface.co/datasets/TRI-ML/vla_foundry_database) dataset.

## Features

- 📊 **Interactive Table Viewer**: Browse all tables in the database
- 🔍 **Search**: Search across all columns in the selected table
- 🎯 **Filter**: Filter by specific columns (show non-null values)
- 🔄 **Sort**: Sort by any column in ascending or descending order
- 📈 **Table Info**: View table statistics (row count, column count, column names)

## Usage

1. Select a table from the dropdown menu
2. Use the search box to find specific entries
3. Filter by column to focus on specific data
4. Sort by any column to organize the data
5. Click "Clear Filters" to reset all filters

## Local Development

```bash
pip install -r requirements.txt
python app.py
```

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference