Spaces:
Running
Running
| 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 | |