CoolFace
Apppublic

imageomics/dev-dashboard

sourceHugging Facemitupdated 10mo agoView on Hugging Face
2likes
README.md56 linesDownload Raw Back to root
1---2title: Dev Dashboard3emoji: ๐Ÿš€4colorFrom: red5colorTo: yellow6sdk: docker7pinned: false8license: mit9description: >-10  Beta-version of dashboard for exploring imageomics data. Focused on species,11  subspecies, specimen arrangement, etc.; certain columns are required, see12  project details for more information.13tags:14- dashboard15- visualization16- data-explorer17- metadata18- mapping19- geospatial20- EDA21- exploration22- data23- samples24- data-visualization25- evaluation26- data-exploration27- visual-analytics28- animals29- species30short_description: Prototype dashboard for exploring imageomics data.31---32 33<!-- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference -->34 35# Dev Dashboard Prototype36 37This 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.38It 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).39 40For more information or to make your own version, see the [GitHub project repo](https://github.com/Imageomics/dashboard-prototype).41 42## How it works43 44For full dashboard functionality, upload a CSV or XLS file with the following columns:  45- `Species`: Species of each sample.46- `Subspecies`: Subspecies of each sample.47- `View`: View of the sample (eg., 'ventral' or 'dorsal' for butterflies).48- `Sex`: Sex of each sample.49- `hybrid_stat`: Hybrid status of each sample (eg., 'valid_subspecies' or 'subspecies_synonym', 'hybrid' or 'parent species').50- `lat`*: Latitude at which image was taken or specimen was collected.51- `lon`*: Longitude at which image was taken or specimen was collected.52- `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.53 54***Note:** 55- `lat` and `lon` columns are not required to utilize the dashboard, but there will be no map view if they are not included.56- `file_url` is not required, but there will be no sample images option if it is not included.