An open API service indexing awesome lists of open source software.

https://github.com/danforthcenter/plantid

Identifer system for plant phenotyping
https://github.com/danforthcenter/plantid

Last synced: 10 days ago
JSON representation

Identifer system for plant phenotyping

Awesome Lists containing this project

README

          

# PlantID Label Designer

## Description
PlantID Label Designer is a Streamlit web application for generating customizable plant sample labels. The app allows researchers to visualize, design, and export labels with QR codes, highlighted metadata, and flexible sizing for a variety of use cases including cryovials, plant tags, wrap tags, and more.
It is designed to work both locally and on Streamlit Cloud.

## Try the online version
Try the app directly without installation
https://plantid-label-designer.streamlit.app

Screenshot 2026-04-13 at 11 32 04

## Installation (Local)
Clone this repository
```bash
git clone https://github.com/danforthcenter/PlantID.git
cd PlantID/PlantID-LabelDesigner-streamlit
```
Install required packages
```bash
pip install -r requirements.txt
```

## Running the app
Run the app locally:
```bash
streamlit run streamlit_app.py
```
Upload a CSV with your plant metadata. Configure label settings. Download the PDF for printing.