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
- Host: GitHub
- URL: https://github.com/danforthcenter/plantid
- Owner: danforthcenter
- License: mpl-2.0
- Created: 2026-01-28T17:02:43.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-05-27T16:44:41.000Z (14 days ago)
- Last Synced: 2026-05-27T18:24:05.744Z (14 days ago)
- Language: Python
- Size: 198 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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.