Spaces:
Running
Running
| title: Dev Dashboard | |
| emoji: π | |
| colorFrom: red | |
| colorTo: yellow | |
| sdk: docker | |
| pinned: false | |
| license: mit | |
| description: >- | |
| Beta-version of dashboard for exploring imageomics data. Focused on species, | |
| subspecies, specimen arrangement, etc.; certain columns are required, see | |
| project details for more information. | |
| tags: | |
| - dashboard | |
| - visualization | |
| - data-explorer | |
| - metadata | |
| - mapping | |
| - geospatial | |
| - EDA | |
| - exploration | |
| - data | |
| - samples | |
| - data-visualization | |
| - evaluation | |
| - data-exploration | |
| - visual-analytics | |
| - animals | |
| - species | |
| short_description: Prototype dashboard for exploring imageomics data. | |
| <!-- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference --> | |
| # Dev Dashboard Prototype | |
| This space is the beta-version of the dashboard, dedicated to testing development changes to the [Imageomics Data Dashboard](https://huggingface.co/spaces/imageomics/dashboard-prototype) prior to production. | |
| It runs off a dockerfile generated from the [development branch](https://github.com/Imageomics/dashboard-prototype/tree/dev) of the [dashboard repo](https://github.com/Imageomics/dashboard-prototype). | |
| For more information or to make your own version, see the [GitHub project repo](https://github.com/Imageomics/dashboard-prototype). | |
| ## How it works | |
| For full dashboard functionality, upload a CSV or XLS file with the following columns: | |
| - `Species`: Species of each sample. | |
| - `Subspecies`: Subspecies of each sample. | |
| - `View`: View of the sample (eg., 'ventral' or 'dorsal' for butterflies). | |
| - `Sex`: Sex of each sample. | |
| - `hybrid_stat`: Hybrid status of each sample (eg., 'valid_subspecies' or 'subspecies_synonym', 'hybrid' or 'parent species'). | |
| - `lat`*: Latitude at which image was taken or specimen was collected. | |
| - `lon`*: Longitude at which image was taken or specimen was collected. | |
| - `file_url`*: URL to access file. **Note:** Images should be in PNG or JPEG format, TIFF may fail to render in the sample image display. | |
| ***Note:** | |
| - `lat` and `lon` columns are not required to utilize the dashboard, but there will be no map view if they are not included. | |
| - `file_url` is not required, but there will be no sample images option if it is not included. |