# Welcome to RhizoNet Documentation ![Project Logo](./_static/ecofab.png) Welcome to the official documentation for RhizoNet! This guide will help you understand, install, and use the RhizoNet pipeline effectively. --- ## 🚀 Overview **RhizoNet** is a segmentation pipeline. It is designed to: - Train a new set of 2D images from scratch - Conduct inference on a new set of images either EcoFAB 2.0 images or the set that used for training prior to inference - Run post-processeing methods on predicted images using mathematical image processing techniques. Learn more about the project on [GitHub](https://github.com/lbl-camera/rhizonet). --- ## 📚 Table of Contents ```{toctree} --- maxdepth: 2 --- api/utils.md api/prepare_patches.md api/unet2D.md api/train.md api/predict.md api/postprocessing.md api/metrics.md ``` --- ## 🔧 Installation To install RhizoNet, run the following command line: ```bash pip install rhizonet